R/lsem_spline.R

Defines functions lsem_spline

## File Name: lsem_spline.R
## File Version: 0.02

lsem_spline <- function( x, y, method="fmm", n=100)
{
    res <- stats::spline( x=x, y=y, n=n, method=method )
    return(res)
}

Try the sirt package in your browser

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

sirt documentation built on Aug. 11, 2023, 5:07 p.m.