get_gfun: Estimated g function for a Fitted Model Object

Description Usage Arguments Value Author(s) See Also Examples

View source: R/ocm.methods.R

Description

Calculates the estimated g function for a fitted ocm object

Usage

1
2
3
4
get_gfun(object, ...)

## S3 method for class 'ocm'
get_gfun(object, ...)

Arguments

object

an ocm object

...

further arguments to be passed to methods

Value

a dataframe containing four columns: the values of the score v, the estimated g function and the 95%CIs

NULL

Author(s)

Maurizio Manuguerra, Gillian Heller

See Also

ocm

Examples

1
2
3
4
5
## Not run: 
fit.overall  <- ocm(overall  ~ cycleno + age + bsa + treatment, data=ANZ0001.sub, scale=c(0,100))
get_gfun(fit.overall)

## End(Not run)

ordinalCont documentation built on Dec. 3, 2020, 1:06 a.m.