is_GUTS | R Documentation |
Test if argument is a GUTS model
is_GUTS(x)
is_GUTS_IT(x)
is_GUTS_SD(x)
x |
vector of |
vector of logical
values
is_GUTS_IT()
: Test if argument is a GUTS-IT model
is_GUTS_SD()
: Test if argument is a GUTS-IT model
# returns `TRUE`
is_GUTS(minnow_it)
is_GUTS(GUTS_RED_IT())
# returns `c(TRUE,TRUE,TRUE)`
is_GUTS(c(minnow_it, minnow_it, minnow_it))
# returns `FALSE`
is_GUTS_SD(minnow_it)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.