Get model parameters from htest-objects
Returns the parameters from a hypothesis test.
## S3 method for class 'htest' get_parameters(x, ...)
x |
A fitted model. |
... |
Currently not used. |
A data frame with two columns: the parameter names and the related point estimates.
get_parameters(t.test(1:10, y = c(7:20)))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.