| rpms_proj | R Documentation |
Returns a survLm_fit object with coeficients projecting new data onto splits from the given rpms model.
rpms_proj(object, newdata, weights = ~1, strata = ~1, clusters = ~1)
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 |
survLm_fit object