## File Name: gom_em_extract_lambda_matrix.R
## File Version: 0.01
gom_em_extract_lambda_matrix <- function(lambda_logit, I, K)
{
lambda <- matrix( stats::plogis(lambda_logit), nrow=I, ncol=K)
return(lambda)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.