## File Name: xxirt_partable_extract_freeParameters.R
## File Version: 0.121
xxirt_partable_extract_freeParameters <- function( partable )
{
partable <- partable[ partable$est, ]
partable <- partable[ order(partable$parindex), ]
partable <- partable[ ! duplicated( partable$parindex), ]
x <- partable$value
names(x) <- partable$parlabel
return(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.