nlmixrUI.nlmefun: Create the nlme parameter transform function from the UI...

nlmixrUI.nlmefunR Documentation

Create the nlme parameter transform function from the UI object.

Description

Create the nlme parameter transform function from the UI object.

Usage

nlmixrUI.nlmefun(object, mu.type = c("thetas", "covariates", "none"))

Arguments

object

UI object

mu

Is the model mu referenced?

  • With the "thetas" only the population parameters are mu-referenced; All covariates are included in the model parameter function. The between subject variability pieces are specified in the random specs parameter.

  • With the "covariates" option, the population parameters are mu referenced and covariates are removed from the model function. The covariates will be specified used in the fixed effects parameterization of nlme, like list(lKA+lCL~1, lV~WT)

  • With the "none" option, the model function is given to nlme without any modification.

Value

Parameter function for nlme

Author(s)

Matthew L. Fidler


nlmixr documentation built on March 27, 2022, 5:05 p.m.