powered by
inspect is a function to inspect the output of a statistical model via the Viewer pane.
inspect
# S3 method for default inspect(results, ...)
The output of a statistical test.
Unused
# 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