View source: R/robust_sig_test.R
robust_sig_test | R Documentation |
Performs heteroskedasticity-robust t-tests for coefficients in a (generalized) linear (mixed) model.
robust_sig_test(object, type = "HC1")
object |
Model object of type "lm", "glm", "lmer", "glmer", "nlme" |
type |
Specifies which model to use for calculating HC standard errors. Can be any of "HC1","HC3" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.