rpms_proj {rpms} | R Documentation |
rpms_proj
Description
Returns a survLm_fit object with coeficients projecting new data onto splits from the given rpms model.
Usage
rpms_proj(object, newdata, weights = ~1, strata = ~1, clusters = ~1)
Arguments
object |
Object inheriting from |
newdata |
data frame with variables used to estimate model |
weights |
formula or vector of sample weights for each observation |
strata |
formula or vector of strata labels |
clusters |
formula or vector of cluster labels |
Value
survLm_fit object
[Package rpms version 0.5.1 Index]