calcRmst-methods: Method to calculate RMST on subset of data contained in a...

Description Usage Arguments Value

Description

Method to calculate RMST on subset of data contained in a SemiParametricModel object

Usage

1
2
3
4
5
calcRmst(object, ...)

## S4 method for signature 'SemiParametricModel'
calcRmst(object, class = c("rmst",
  "FlexTable")[2], digits = 3, pval_digits = digits, ...)

Arguments

object

(SemiParametricModel) The object which was created when fitting the Cox model

...

additional parameters needed for specific instances of this generic

class

('rmst' or "FlexTable' (default)) type of output required

digits

(numeric default=3) if outputting a FlexTable then the number of digits to round the entries to

pval_digits

(numeric default = same value as digits argument) decimal place rounding of p value

Value

(rmst object) contains list of RMST values, differences and call or a FlexTable for output into a word document (depending on the class variable)


scientific-computing-solutions/sibyl documentation built on May 21, 2019, 8:40 a.m.