R/mgsem_coef2partable.R

Defines functions mgsem_coef2partable

## File Name: mgsem_coef2partable.R
## File Version: 0.01

mgsem_coef2partable <- function(coef, partable)
{
    dfr <- partable
    dfr$est <- coef[ dfr$index ]
    return(dfr)
}

Try the sirt package in your browser

Any scripts or data that you put into this service are public.

sirt documentation built on May 29, 2024, 8:43 a.m.