R/tam.wle.R

Defines functions tam.wle

Documented in tam.wle

## File Name: tam.wle.R
## File Version: 9.171

tam.wle <- function( tamobj, ... )
{
    CALL <- match.call()
    if(inherits(tamobj,"tam.mml")){
        res <- tam.mml.wle2( tamobj, ...)
    }
    if(inherits(tamobj,"tamaan")){
        res <- tam.mml.wle2( tamobj, ...)
    }
    if(inherits(tamobj,"tam.jml")){
        res <- tam_jml_wle( tamobj, ...)
    }
    attr(res,"call") <- CALL
    return( res )
}

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.