p-values for Models with Special Components
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"), ...)
## 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? |
... |
Arguments passed down to |
The p-values.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.