asm_library: List of all assumptions tests

Description Usage Arguments Examples

View source: R/asm_library.R

Description

This function returns a data.table with all pre-tests and graphs to assess statistical assumptions.

Usage

1
asm_library(index = NULL, print = TRUE)

Arguments

index

a integer indicating the row number of data.table to open documentation for indexed function.

print

logical. If TRUE print also the Name, Package, Link to documentation and the name of the reference column for asm_simulate results.

Examples

1
2
3
asm_library()
# shortcut to open documantation for 33rd test
asm_library(33)

animalSymbolicum/assumptions documentation built on Dec. 19, 2021, 3:37 a.m.