R/utililties.R
is_mgcv_family.Rd
Checks to determine if object is a family object of one of the three or so types that mgcv produces.
object
is_mgcv_family(object)
the object to test.
A logical vector of length 1, indicating if object is one of mgcv's (TRUE), or otherwise (FALSE).
TRUE
FALSE