predict.cw: S3 predict method

Description Usage Arguments

View source: R/coxwer.R

Description

S3 predict method

Usage

1
2
## S3 method for class 'cw'
predict(object, target, newdata, type, silent = FALSE, ...)

Arguments

object

a cw object

target

Which target variable to predict? Defaults to NULL which predicts all

newdata

new data frame

type

what type of predictions are wanted (if missing it is "")

silent

Should info be printed (FALSE means yes)

...

additional arguents passed to predict for the model classes


gRchain documentation built on May 2, 2019, 6:48 p.m.