fit_gamlss 2dim
fit_gamlss_2d(
data,
age.min = 0,
age.max = 80,
age.int = 1/12,
x2.min = 25,
x2.max = 42,
x2.int = 1,
keep.models = F,
dist = "BCCGo",
formula = NULL,
sigma.formula = ~1,
nu.formula = ~1,
tau.formula = ~1,
method.pb = "ML"
)
list containing a dataframe of the fitted lms parameter at the given age points and the fitted model
dataframe as return by select_meas()
lower bound of age
upper bound of age
stepwidth of the age variable
minimum limit for the second predictor
maximum limit for the second predictor
interval length between knots saved
indicator whether or not models in each iteration should be kept
distribution used for the fitting process, has to be one of BCCGo, BCPEo, BCTo as they are accepted by lms()
formula for the location parameter
formula for the sigma parameter
formula for the nu parameter
formula for the tau parameter
GAIC or ML
Mandy Vogel
wrapper around the gamlss
function from the gamlss package
returns the fitted lms-parameter at given age points
the function is called inside do_iterations
and may not be called directly