predict.flcm: predict.flcm

Description Usage Arguments Value Author(s)

View source: R/predict.flcm.R

Description

Compute predicted values for a new dataset based on a fitted concurrent functional linear model

Usage

1
2
## S3 method for class 'flcm'
predict(object, data.new = NULL, standardized = TRUE, ...)

Arguments

object

return object from vbvs_concurrent or vb_concurrent

data.new

dataset for which fitted values should be computed. should be a dataframe with names the same as those used to fit the model, including the time variable used to parameterize functional observations

standardized

logical; are values in 'data.new' standardized? if not, they will be standardized using the same scheme as used in the original analysis

...

these arguments are ignored

Value

a vector of fitted values

Author(s)

Jeff Goldsmith jeff.goldsmith@columbia.edu


jeff-goldsmith/vbvs.concurrent documentation built on Sept. 17, 2019, 2:26 p.m.