Description Usage Arguments Details See Also
Print, extract fitted values and predict for cSFM object.
Methods of the generic function print, fitted and predict for objects inheriting from class cSFM.
1 2 3 4 5 6 7 |
x |
A cSFM object; returned by the function |
object |
A cSFM object; returned by the function |
quantile |
logical; if TRUE(default), estimates of quantiles are returned |
quantile.level |
quantile vector; quantile levels to be estimated when |
newdata |
the partically observed new data set (missing data allowed) to be predicated |
cp.valid |
observed covariate vector for |
tp.valid |
observed timepoint vector for |
... |
other arguments passed to the generic functions |
When use the function predict, each row of newdata corresponds to covariate information cp.valid,
while the column is for the time points tp.valid. When tp.valid is null, then we assume the validation
data set has the same time points as the training data set, which is used to obtain object.
cSFM.est, print, fitted, predict
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.