powered by
Returns the parameters from a hypothesis test.
# S3 method for htest get_parameters(x, ...)
A data frame with two columns: the parameter names and the related point estimates.
A fitted model.
Currently not used.
get_parameters(t.test(1:10, y = c(7:20)))
Run the code above in your browser using DataLab