View source: R/rict-classify.R
rict_classify | R Documentation |
Calculate classification
rict_classify(
data = NULL,
year_type = "multi",
store_eqrs = FALSE,
n_runs = 10000,
seed = TRUE,
set_seed = c(1234, 1234, 1234)
)
data |
Dataframe of predicted endgroups values from
|
year_type |
"single" or "multi" depending if multi-year classification required - default is "multi" |
store_eqrs |
Boolean to signal if simulate EQRs should be stored. If TRUE, EQRs are stored allowing 'rict_compare' to compare EQR results |
n_runs |
Number of simulations, default 10000. |
seed |
Use seed as setup in RICT2 Azure, useful for testing only. |
set_seed |
Change the set-seed number for default of '1234'. For testing purposes only. |
Dataframe of classification results
rict_predict
to run predictions
## Not run:
predictions <- rict_predict(demo_observed_values)
classifications <- rict_classify(predictions)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.