this function display/save a graphic scatter.smooth illustrating the difference between the observed and estimated
| 1 2 3 4 | getGraphicObservadoXEstimado(titulo = "observadoXestimado",
  nome = "observadoXestimado", observado, estimado, showTestF = TRUE,
  save = NULL, labsX = "observado", labsy = "estimado",
  vetorial = T, ...)
 | 
| titulo | is the title graphic | 
| nome | name of file case save | 
| observado | list containing the observations of variable | 
| estimado | list containing estimates of variable | 
| showTestF | draw results of test F in graphic? | 
| save | If you want to save enter the directory as a string | 
| labsX | label x | 
| labsy | label y | 
| vetorial | save picture in vector type? (Default TRUE) | 
| ... | only for compatibility with other functions | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.