check_assumptions_data: check_assumptions functions: checking main assumptions about...

Description Usage Arguments Examples

View source: R/check_assumptions.R

Description

check_assumptions functions: checking main assumptions about data: made by the data distribution itself, at a different sampling point in time or by using tests/models

Usage

1

Arguments

df1

input data

df2

input data

df

input data

assumption

the name of the assumption of the test

test_name

the name of the statistical test

model_name

the name of the statistical model

Examples

1
check_assumptions_data(df1 = iris[1:50,]$Petal.Length, df2= iris[101:150,]$Petal.Length)

violetacln/revaliew documentation built on March 17, 2021, 6:02 p.m.