informativeDropout.bayes.dirichlet: infortmativeDropout.bayes.dirichlet

Description Usage Arguments

View source: R/dirichletProcessFit.R

Description

Fit a bayesian model which accounts for dropout by modeling the releationship between dropout time and slope with natural cubic B-splines

Usage

1
2
3
informativeDropout.bayes.dirichlet(data, ids.var, outcomes.var, groups.var,
  covariates.var, times.dropout.var, times.observation.var, censoring.var,
  dist, model.options)

Arguments

data

the data set

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

dist

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

model.options

model options (see dirichlet.model.options for details)


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