SurvMA.Predict {SurvMA}R Documentation

Model averaging prediction of personalized survival probabilities (prediction)

Description

Model averaging prediction of personalized survival probabilities (prediction)

Usage

SurvMA.Predict(object, covariates, times)

Arguments

object

a list of all outputted results from another main function named SurvMA.Fit().

covariates

is a data.frame with rows representing individuals and columns containing the necessary covariates used in the formula argument of SurvMA.Fit().

times

specifies the time points at which survival probabilities will be calculated.

Details

This is a function used to conduct model averaging prediction (prediction) of personalized survival probabilities. For preliminary model fitting process, see another function SurvMA.Fit().

Value

A list of fitted results that contain, for example, predicted values of personalized survival probabilities.

Examples


# Examples of illustrating the usages of this function can be found in the help
#    page of our another function \code{SurvMA.Fit()} by typing \code{?SurvMA.Fit()}.


[Package SurvMA version 1.6.8 Index]