Learn R Programming

tramME (version 0.0.1)

.tramME: General ME tram model

Description

General ME tram model

Usage

.tramME(formula, data, na.action, silent, nofit, optim_control)

Arguments

formula

an object of class "formula": a symbolic description of the model structure to be fitted. The details of model specification are given under Details and in the package vignette.

data

an optional data frame, list or environment (or object coercible by as.data.frame to a data frame) containing the variables in the model. If not found in data, the variables are taken from environment(formula).

na.action

a function which indicates what should happen when the data contain NAs. The default is set to na.omit.

silent

Logical, if TRUE, prints all tracing information.

nofit

Logical, if TRUE, creates the model objects, but does not run the optimization.

optim_control

List of optional arguments for the optimizer.