Stratified_cfg | R Documentation |
Stratified_cfg
is a configuration class for stratifying a covariate
and calculating statistics within each cell.
tidyhte::Model_cfg
-> Stratified_cfg
model_class
The class of the model, required for all classes
which inherit from Model_cfg
.
covariate
The name of the column in the dataset which corresponds to the covariate on which to stratify.
new()
Create a new Stratified_cfg
object with specified number of evaluation points.
Stratified_cfg$new(covariate)
covariate
The name of the column in the dataset which corresponds to the covariate on which to stratify.
A new Stratified_cfg
object.
Stratified_cfg$new(covariate = "test_covariate")
clone()
The objects of this class are cloneable with this method.
Stratified_cfg$clone(deep = FALSE)
deep
Whether to make a deep clone.
## ------------------------------------------------
## Method `Stratified_cfg$new`
## ------------------------------------------------
Stratified_cfg$new(covariate = "test_covariate")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.