h_newdata_add_pred {mmrm} | R Documentation |
Add Prediction Results to New Data
Description
This is used in augment.mmrm()
.
Usage
h_newdata_add_pred(x, newdata, se_fit, interval, ...)
Arguments
x |
( |
newdata |
( |
se_fit |
( |
interval |
( |
... |
passed to |
Value
The newdata
as a tibble
with additional columns .fitted
,
.lower
, .upper
(if interval is not none
) and .se.fit
(if se_fit
requested).
[Package mmrm version 0.3.15 Index]