Description Usage Arguments Value
View source: R/fc_stat_model.R
A wrapper for testing statistical models.
1 | fcsm_test_model(model, test, test_group)
|
model |
The model you generated, be it from lm, glm, etc. |
test |
The test data frame you'll be using. Should not include any group membership information. |
test_group |
The actual group membership for your test data. |
The accuracy of your model when predicting on the test data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.