Description Usage Arguments Value
View source: R/util_parameter.R
Gets names of lambda parameters
| 1 2 | GetLambdaNames(item.indexes.intercepts, item.indexes.main.effects,
  required.attributes.lambda)
 | 
| item.indexes.intercepts | a numeric vector indicating which item is assoicated with the lamdba intercept at the given index and thus allowing for equality constraints. For example, with nitems = 3, this is c(1, 1, 1), that implies that intercept lambdas across items should be contrained to equality. | 
| item.indexes.main.effects | a numeric vector indicating which item is assoicated with the lamdba main effect at the given index and thus allowing for equality constraints. For example, with nitems = 3, this is c(1, 1, 1), that implies that main effect (and higher order) lambdas across items should be contrained to equality. | 
| required.attributes.lambda | a nclasses by nitems matrix with each cell containing a String representing the attributes required for the given class and item specific to lambda parameters. | 
a String vector of names of lambda parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.