chiPlot: Chi QQ Plot

Description Usage Arguments Value Examples

View source: R/chiPlot.R

Description

This plot will show the ordered squared distances for each of the observations on the y axis. On the x axis we have the chi square quantiles of (j-0.5)/n for each j. The quantiles are calculated with the chi square distribution on p degrees of freedom where p is the number of columns in the data frame.

Usage

1

Arguments

df

, a data frame with continuous numeric columns

Value

, a qq chi plot

Examples

1
2
df <- iris
chiPlot(iris[,c(1,2,3)])

s-huebler/rotateS21 documentation built on Dec. 22, 2021, 8:21 p.m.