View source: R/estimation_functions.R
hoCoef | R Documentation |
This function performs t-Tests for class lm objects .
hoCoef(object, term = 2, bo = 0, alt = c("two.sided", "less", "greater"))
object |
Model. |
term |
Order of the parameter in the model. |
bo |
Alternative hypothesis value. |
alt |
Alternative hypothesis type. |
A t-test result table.
The hoCoef function is taken directly from the FSA package (version 0.8.32). For more information see here.
## Not run:
hoCoef(your.model, term = 2, bo = 0, alt = "two.sided") ## Do not run.
hoCoef(your.model, term = 2, bo = -1, alt = "less") ## Do not run.
hoCoef(your.model, term = 4, bo = 3, alt = "greater") ## Do not run.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.