Learn R Programming

insight (version 0.19.11)

get_parameters.htest: Get model parameters from htest-objects

Description

Returns the parameters from a hypothesis test.

Usage

# S3 method for htest
get_parameters(x, ...)

Value

A data frame with two columns: the parameter names and the related point estimates.

Arguments

x

A fitted model.

...

Currently not used.

Examples

Run this code
get_parameters(t.test(1:10, y = c(7:20)))

Run the code above in your browser using DataLab