create_A_matrix | R Documentation |
Take parameter labels from MMM object and return a p*q matrix where p is unique(parameters) and q is the total number of parameters (including duplicates).
create_A_matrix(parameter_labels)
parameter_labels |
A data frame with parameter labels returned by the stack_parameters() function. |
A p*q matrix with ones if a parameter was estimated and zeros if it was not estimated in the pairwise step
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.