inspect.default: Inspect (a) statistical model(s) output

Description Usage Arguments Examples

View source: R/inspect.default.R

Description

inspect is a function to inspect the output of a statistical model via the Viewer pane.

Usage

1
2
## Default S3 method:
inspect(results, ...)

Arguments

results

The output of a statistical test.

...

Unused

Examples

1
2
3
4
5
# Run a statistical test
model <- t.test(extra ~ group, data = sleep)

# Inspect the output
# inspect(model)

WillemSleegers/tidystats-v0.3 documentation built on Aug. 12, 2019, 5:31 p.m.