is.auto_strata | R Documentation |
auto_strata
classChecks if the target object is an auto_strata
object.
is.auto_strata(object)
object |
any R object |
Returns TRUE
if its argument has auto_strata
among its
classes and FALSE
otherwise.
dat <- make_sample_data() a.strat <- auto_stratify(dat, "treat", outcome ~ X1 + X2) is.auto_strata(a.strat) # returns TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.