Default method for function TransModel.
# S3 method for default
TransModel(formula = formula(data), data = parent.frame(),r=0,
CICB.st=FALSE,subset,dx=0.001,iter.max=100,num.sim=200)
A survival formula based on Surv function, containg survival time, right censoring indicator and coavariates.
Data set with all the variables needed in formula.
Parameter in the hazard function, used to define different transformation models. Must be a non-negative value. The default value is 0.
Whether or not the perturbation for the confidence interval and confidence bands will be done. The default value is FALSE.
Conditions for subsetting the dataset.
Upbound of convergence limit. Default is 0.001.
Maximum number of iterations before convergence. Default is 100.
The number of perturbation, only works when CICB.st=TRUE. Default is 200.