| is_guts | R Documentation | 
Test if argument is a GUTS scenario
is_guts(x)
is_GUTS(x)
is_guts_it(x)
is_GUTS_IT(x)
is_guts_sd(x)
is_GUTS_SD(x)
| x | vector of  | 
vector of logical values
is_GUTS(): Deprecated alias.
is_guts_it(): Test if argument is a GUTS-IT scenario
is_GUTS_IT(): Deprecated alias.
is_guts_sd(): Test if argument is a GUTS-SD scenario
is_GUTS_SD(): Deprecated alias.
# 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.