model_parameters.t1way | R Documentation |
WRS2
Parameters from robust statistical objects in WRS2
## S3 method for class 't1way'
model_parameters(model, keep = NULL, verbose = TRUE, ...)
model |
Object from |
keep |
Character containing a regular expression pattern that
describes the parameters that should be included (for |
verbose |
Toggle warnings and messages. |
... |
Arguments passed to or from other methods. |
A data frame of indices related to the model's parameters.
if (require("WRS2") && packageVersion("WRS2") >= "1.1.3") {
model <- t1way(libido ~ dose, data = viagra)
model_parameters(model)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.