powered by
displays numerical summaries of a shutter plot.
shutterplotsummary(x, y, getValue = FALSE)
data for the explanatory/independent variable.
data for the response/dependent variable.
logical:FALSE (DEFAULT); to access the summary statistics of the shutter plot.
Prints the numerical summaries in the console.
# NOT RUN { data1 <- rnorm(90,10,10) data2 <- data1 + rnorm(90,20,10) shutterplotsummary(data1,data2) # }
Run the code above in your browser using DataLab