informativeDropout: informativeDropout

Description Usage Arguments See Also

View source: R/informativeDropout.R

Description

informativeDropout

Usage

1
2
3
informativeDropout(data, model.options, ids.var, outcomes.var, groups.var,
  covariates.var, times.dropout.var, times.observation.var,
  censoring.var = NULL, method = "bayes.splines", dist = "normal")

Arguments

data

the data set

model.options

model options

ids.var

column of the data set containing participant identifiers

outcomes.var

column of the data set containing the outcome variable

groups.var

column of the data set indicating the treatment groups

covariates.var

list of columns in the data set containing covariates

times.dropout.var

column of the data set containing dropout times

times.observation.var

column of the data set containing observation times

censoring.var

column with indicators for administrative censoring (Dirichlet models only)

method

the modeling method, valid values are 'bayes.splines', 'dirichlet', 'mixed.splines'

dist

the distribution of the outcome, valid values are "gaussian" or "binary"

See Also

bayes.splines.model.options

dirichlet.model.options


kreidles/informativeDropout documentation built on Sept. 13, 2020, 12:15 a.m.