predict_ode {morse}R Documentation

Predict method for survFit objects

Description

This is a method to replace function predict used on survFit object when computing issues happen. predict_ode uses the deSolve library to improve robustness. However, time to compute may be longer.

Usage

predict_ode(object, ...)

Arguments

object

an object used to select a method ppc

...

Further arguments to be passed to generic methods

Value

an object of class predict_ode


[Package morse version 3.3.2 Index]