coef_test.Rd
Conduct a t-test or z-test for coefficients of a model.
coef_test(x, par1, par2, distribution = "pt")
A model.
Numeric or character. Name or position of the first parameter.
Numeric or character. Name or position of the second parameter.
Character. Which distribution to use. Currently, can be
one of c("pt", "pnorm")
, for a t-test or z-test, respectively.
Defaults to "pt".
Named vector.