R/tam_mml_wle_pweights.R

Defines functions tam_mml_wle_pweights

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

tam_mml_wle_pweights <- function(score.resp, pweights)
{
    if (!is.null(score.resp)){
        pweights <- rep(1,nrow(score.resp))
    }
    return(pweights)
}

Try the TAM package in your browser

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

TAM documentation built on Aug. 29, 2022, 1:05 a.m.