Learn R Programming

pssm (version 1.1.1)

plot-methods: Plot method for plot in Package pssm

Description

Does several different plots for a pssm object.

Arguments

Methods

signature(x = "pssm")

With only one argument a solid line is plotted for the survival curve for time to progression and then m dashed lines are plotted, each being the survival curve for survival after progression if progression occures at 0, and at each of the times that the hazard rate changes.

signature(x = "pssm",type="progression",cov1=,cov2=)

The time for progression curve is plotted note that cov1 and cov2 must be matrices with first dimension the number of curves and second dimension the number of covariates.

signature(x = "pssm",type="progression",cov1=,cov2=)

The time for progression curve is plotted note that cov1 and cov2 must be matrices with first dimension the number of curves and second dimension the number of covariates.

See Also

pssm-package, pssm.generate.data, pssm, pssm.simulate, pssm.survivalcurv pssm-class pssm.power

Examples

Run this code
# NOT RUN {
showClass("pssm")
# }

Run the code above in your browser using DataLab