hasExp-fdata-method: Checker method for 'exp' slot of an 'fdata' object.

Description Usage Arguments Value See Also Examples

Description

hasExp() checks, if the object contains exp data.

Usage

1
2
## S4 method for signature 'fdata'
hasExp(object, verbose = FALSE)

Arguments

object

An fdata object.

verbose

A logical indicating, if the function should print out messages.

Value

Either FALSE/TRUE, if verbose is FALSE and the exp slot is empty or filled or a message, if verbose is TRUE.

See Also

Examples

1
2
3
# Generate an fdata object with Poisson data
f_data <- fdata(y = rpois(100, 312), sim = TRUE)
hasExp(f_data)

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