R/is_formula.R

Defines functions is.formula

# check that the formula is a formula
is.formula <- function(x)
  tryCatch(inherits(x,"formula"),error= function(e) {FALSE})
bmcclintock/momentuHMM documentation built on Oct. 26, 2022, 1 a.m.