OlsDiag | R Documentation |
Représentation de OLS 2 variables
OlsDiag(X, Y, N, with_OLS = TRUE)
X |
the X-axis coordinate of an individual |
Y |
the Y-axis coordinate of an individual |
N |
the number of individual |
A GGPLOT graph explainig OLS
OlsDiag(data1$X,data1$Y1,nrow(data1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.