get_parameters.htest: Get model parameters from htest-objects

View source: R/get_parameters_htest.R

get_parameters.htestR Documentation

Get model parameters from htest-objects

Description

Returns the parameters from a hypothesis test.

Usage

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

Arguments

x

A fitted model.

...

Currently not used.

Value

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

Examples

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

easystats/insight documentation built on Oct. 2, 2024, 8:19 a.m.