this function displays/saves/returns a Graphical ggplot2 illustrating the difference between the observed and estimated
getggplot2GraphicObservadoXEstimado(titulo = "observadoXestimado",
nome = "observadoXestimado", observado, estimado,
identificadorIndividual = NULL, identificadorGrupal = NULL,
showTestF = TRUE, TestFposition = 4,
titleIdentificadorGrupal = NULL, save = NULL, labsX = "observado",
labsy = "estimado", nomeParaExibir = NULL, environ = 1,
extensao = ".png", ...)
is the title graphic
name of file case save
list containing the observations of variable
list containing estimates of variable
list containing 'id' of individuals
list containing group of individuals
draw results of test F in graphic?
show one of the four corners of the graph clockwise
title of Legend of the groups
If you want to save enter the directory as a string
label x
label y
This is the name to display the graph as a function after the completion of this
environment in which the function to display the ggplot2 must be saved
type of image that will be saved
only for compatibility with other functions
will be returned the graphical generated by ggplot2