hasT-model-method: Checks for repetitions.

Description Usage Arguments Value See Also Examples

Description

hasT chwecks if the model object possesses repetitions.

Usage

1
2
## S4 method for signature 'model'
hasT(object, verbose = FALSE)

Arguments

verbose

A logical indicating if the function should give a print out.

model

An S4 model object.

Value

A logical. TRUE if repetitions are existent in the model. If values of slot T are NA it returns FALSE.

See Also

model

Examples

1
2
3
4
## Not run: 
if(hasT(model)) {cat('Has repetitions.')}

## End(Not run)

simonsays1980/finmix documentation built on Dec. 23, 2021, 2:25 a.m.