View source: R/get_parameters_htest.R
get_parameters.htest | R Documentation |
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)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.