## File Name: sirt_lavaan_partable_parnames.R
## File Version: 0.02
sirt_lavaan_partable_parnames <- function(partable)
{
res <- paste0( partable$lhs, partable$op, partable$rhs )
return(res)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.