merlin_util_depvar {merlin} | R Documentation |
merlin_util_depvar - returns the response variable(s)
Description
Utility function to extract the dependent variable(s) for the current model. If the model is a survival/time-to-event model, then it will contain the event times in the first column and the event indicator in the second.
Usage
merlin_util_depvar(gml)
Arguments
gml |
merlin object - should not be edited |
Author(s)
Emma C. Martin, Alessandro Gasparini and Michael J. Crowther
References
Crowther MJ. Extended multivariate generalised linear and non-linear mixed effects models. https://arxiv.org/abs/1710.02223
Crowther MJ. merlin - a unified framework for data analysis and methods development in Stata. https://arxiv.org/abs/1806.01615
Martin EC, Gasparini A, Crowther MJ. merlin - an R package for mixed effects regression of linear and non-linear models.
[Package merlin version 0.1.0 Index]