listOfSubscriptingCallsWithListOfIndices: List of subscripting calls with a list of indices

Description Usage Arguments Examples

Description

Suppose one has an atomic vector and a named list of indices for the vector. Now suppose one wants a list of calls subscripting the vector with each element of the index list. This function does that.

Usage

1
listOfSubscriptingCallsWithListOfIndices(vecName, indsListName, indTypeNames)

Arguments

vecName

length-one character vector giving the name of the vector to be subscripted

indsListName

length-one character vector giving the name of the index list

indTypeNames

character vector giving the names of the index types

Examples

1
listOfSubscriptingCallsWithListOfIndices("pars", "parInds", c("covar", "fixef"))

stevencarlislewalker/lme4ord documentation built on May 30, 2019, 4:43 p.m.