Learn R Programming

tramME (version 0.1.3)

.idx: Get parameter indices of various structures

Description

If fixed is logical, it inidcates that the indices refer to the extended parameter vector pargroup = c("fixef", "ranef", "shift", "all")

Usage

.idx(
  obj,
  fixed = NULL,
  pargroup = "all",
  which = NULL,
  pmatch = FALSE,
  altpar = NULL
)

Arguments

obj

A tramME object

fixed

Logical; should the indices of fixed parameters also be returned?

pargroup

Parameter group

which

Parameter names or indices within groups

pmatch

Is partial matching allowed for which

altpar

Alternative parameterizations (currently only "lm" possible)