outliers.plot2 | R Documentation |
Encontrar los outliers de un LM, GLM.
outliers.plot2(model, fill = "white", outline = "black", size = 30)
model |
Modelo GLM, o LM. |
fill |
Color predefinido |
outline |
Outline predefinido |
size |
tamaño predefinido |
Encontrar los outliers de un modelo y graficarlos.
data(iris)
modelo <- glm(Petal.Width ~ Petal.Length, family = gaussian("log"), data=iris)
outliers.plot2(modelo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.