Methods Available for Objects of Class Regime
Methods Available for Objects of Class Regime
.getNumPars
retrieves the number of parameters in the regime to be estimated.
.getParNames
retrieves the parameter names in the regime.
.getPars
retrieves current estimates for regime parameters.
.getRegimeFunction
retrieves the user specified function definition of the regime.
.predictOptimalTx
executes user specified function using current estimated parameters and
provided data to determine recommended tx.
print
prints the current estimates for the regime parameters.
regimeCoef
retrieves the current estimates for the regime parameters
.setPars
sets the parameter estimates to the provided values.
show
displays the current estimates for the regime parameters.
summary
retrieves the current estimates for the regime parameters
## S4 method for signature 'Regime' .getNumPars(object) ## S4 method for signature 'Regime' .getParNames(object) ## S4 method for signature 'Regime' .getPars(object) ## S4 method for signature 'Regime' .getRegimeFunction(object) ## S4 method for signature 'Regime,data.frame' .predictOptimalTx(x, newdata, ...) ## S4 method for signature 'Regime' print(x, ...) ## S4 method for signature 'Regime' regimeCoef(object, ...) ## S4 method for signature 'Regime,numeric' .setPars(object, pars) ## S4 method for signature 'Regime' show(object) ## S4 method for signature 'Regime' summary(object, ...)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.