tidy_stats.BFBayesFactor {tidystats}R Documentation

Tidy the output of a statistics object

Description

tidy_stats is used to convert the output of a statistical object to a list of organized statistics. The tidy_stats function is automatically run when add_stats is used, so there is generally no need to use this function explicitly. It can be used, however, to peek at how the output of a specific analysis will be organized.

Usage

## S3 method for class 'BFBayesFactor'
tidy_stats(x, args = NULL)

## S3 method for class 'rcorr'
tidy_stats(x, args = NULL)

tidy_stats(x, args = NULL)

## S3 method for class 'htest'
tidy_stats(x, args = NULL)

## S3 method for class 'pairwise.htest'
tidy_stats(x, args = NULL)

## S3 method for class 'lm'
tidy_stats(x, args = NULL)

## S3 method for class 'glm'
tidy_stats(x, args = NULL)

## S3 method for class 'anova'
tidy_stats(x, args = NULL)

## S3 method for class 'aov'
tidy_stats(x, args = NULL)

## S3 method for class 'aovlist'
tidy_stats(x, args = NULL)

## S3 method for class 'confint'
tidy_stats(x, args = NULL)

## S3 method for class 'afex_aov'
tidy_stats(x, args = NULL)

## S3 method for class 'mixed'
tidy_stats(x, args = NULL)

## S3 method for class 'brmsfit'
tidy_stats(x, args = NULL)

## S3 method for class 'effectsize_difference'
tidy_stats(x, args = NULL)

## S3 method for class 'effsize'
tidy_stats(x, args = NULL)

## S3 method for class 'emmGrid'
tidy_stats(x, args = NULL)

## S3 method for class 'summary_emm'
tidy_stats(x, args = NULL)

## S3 method for class 'emm_list'
tidy_stats(x, args = NULL)

## S3 method for class 'icclist'
tidy_stats(x, args = NULL)

## S3 method for class 'lavaan'
tidy_stats(x, args = NULL)

## S3 method for class 'lmerMod'
tidy_stats(x, args = NULL)

## S3 method for class 'lmerModLmerTest'
tidy_stats(x, args = NULL)

## S3 method for class 'lme'
tidy_stats(x, args = NULL)

## S3 method for class 'nlme'
tidy_stats(x, args = NULL)

## S3 method for class 'anova.lme'
tidy_stats(x, args = NULL)

## S3 method for class 'gls'
tidy_stats(x, args = NULL)

## S3 method for class 'psych'
tidy_stats(x, args = NULL)

## S3 method for class 'tidystats'
tidy_stats(x, args = NULL)

## S3 method for class 'tidystats_descriptives'
tidy_stats(x, args = NULL)

## S3 method for class 'tidystats_counts'
tidy_stats(x, args = NULL)

Arguments

x

The output of a statistical test.

Methods (by class)


[Package tidystats version 0.6.1 Index]