model_parameters.t1way {parameters} | R Documentation |
Parameters from robust statistical objects in WRS2
Description
Parameters from robust statistical objects in WRS2
Usage
## S3 method for class 't1way'
model_parameters(model, keep = NULL, verbose = TRUE, ...)
Arguments
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. |
Value
A data frame of indices related to the model's parameters.
Examples
if (require("WRS2") && packageVersion("WRS2") >= "1.1.3") {
model <- t1way(libido ~ dose, data = viagra)
model_parameters(model)
}