Learn R Programming

tidystats (version 0.3)

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

Description

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

Usage

# S3 method for default
inspect(results, ...)

Arguments

results

The output of a statistical test.

...

Unused

Examples

Run this code
# NOT RUN {
# Run a statistical test
model <- t.test(extra ~ group, data = sleep)

# Inspect the output
# inspect(model)

# }

Run the code above in your browser using DataLab