Description Usage Arguments Value Author(s) Examples
View source: R/util_parameter.R
Given a number of attributes, it generates all possible attribute profiles (response patterns of latent variables)
1  | GetAttributeProfiles(nattributes, attribute.names = NULL, profile.names = NULL)
 | 
nattributes | 
 a numeric value for number of attributes  | 
attribute.names | 
 optional character vector of attribute names  | 
profile.names | 
 optional character vector of attribute profile names  | 
a matrix of dimension 2^nattributes X nattributes containing binary values
Margi Dubal margidubal@gmail.com & Diane Losardo dlosardo@amplify.com
1 2 3 4 5  | ## Not run: 
 GetAttributeProfiles(nattributes=3)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.