View source: R/outliers.plot3.R
outliers.plot3 | R Documentation |
Encontrar los outliers de un LM, LMM, GLM.
outliers.plot3(model)
model |
Modelo GLM, GLMM o LM. |
Encontrar los outliers de un modelo y graficarlos.
data(iris)
modelo <- glm(Petal.Width ~ Petal.Length, family = gaussian("log"), data=iris)
outliers.plot3(modelo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.