View source: R/methods_DirichletReg.R
p_value.DirichletRegModel | R Documentation |
This function attempts to return, or compute, p-values of models with special model components.
## S3 method for class 'DirichletRegModel'
p_value(model, component = c("all", "conditional", "precision"), ...)
## S3 method for class 'averaging'
p_value(model, component = c("conditional", "full"), ...)
## S3 method for class 'betareg'
p_value(
model,
component = c("all", "conditional", "precision"),
verbose = TRUE,
...
)
## S3 method for class 'cgam'
p_value(model, component = c("all", "conditional", "smooth_terms"), ...)
## S3 method for class 'clm2'
p_value(model, component = c("all", "conditional", "scale"), ...)
model |
A statistical model. |
component |
Should all parameters, parameters for the conditional model,
precision- or scale-component or smooth_terms be returned? |
... |
Additional arguments |
verbose |
Toggle warnings and messages. |
The p-values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.