Description Usage Arguments Examples
View source: R/check_assumptions.R
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
1 | check_assumptions_data(df1, df2)
|
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 |
1 | check_assumptions_data(df1 = iris[1:50,]$Petal.Length, df2= iris[101:150,]$Petal.Length)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.