Skip to contents

Lightweight type-checking predicates for all five result classes produced by hbsaems. Each predicate returns a single logical.

Usage

is.hbmfit(x)

is.hbcc_results(x)

is.hbmc_results(x)

is.hbpc_results(x)

is.hbsae_results(x)

Arguments

x

Any R object.

Value

A single logical value.

Examples

is.hbmfit("not a model")   # FALSE
#> [1] FALSE