Description Usage Arguments Value Examples
displays numerical summaries of a shutter plot.
1 | shutterplotsummary(x, y, getValue = FALSE)
|
x |
data for the explanatory/independent variable. |
y |
data for the response/dependent variable. |
getValue |
logical:FALSE (DEFAULT); to access the summary statistics of the shutter plot. |
Prints the numerical summaries in the console.
1 2 3 | data1 <- rnorm(90,10,10)
data2 <- data1 + rnorm(90,20,10)
shutterplotsummary(data1,data2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.