[R-es] aov

josebetancourt.cmw josebetancourt.cmw en infomed.sld.cu
Jue Mayo 26 00:46:39 CEST 2016


Estimados
 
?C?mo se podr?a modificar el script o su source para lograr que en la salida se vean de manera clara los n?meros? En este ejemplo quedan parcialmente afuera. Adjunto datos y script
Saludos
Jos?
 
##########################################################################
 
rm(list = ls())  
setwd("D:/Public/Documents/R/r_epidemiolog?a/")  
 
data<-read.csv("dengueutiuti10.csv",header=TRUE, sep=";", dec=",")
head(data)
depVar=data$plt
grpVar=data$bleed
 
library(sjPlot)
 
sjp.aov1(depVar, grpVar, meansums = TRUE, title = NULL,
         axisLabels.y = NULL, reverseOrder = FALSE,
         stringIntercept = "(Intercept)", showAxisLabels.y = TRUE,
         axisTitle.x = "", axisLimits = NULL, geom.colors = c("#3366a0",
         "#aa3333"), geom.size = 3, breakTitleAt = 25, breakLabelsAt = 25,
         gridBreaksAt = NULL, expand.grid = TRUE, showValueLabels = TRUE,
         labelDigits = 2, y.offset = 0.1, showPValueLabels = TRUE,
         showModelSummary = TRUE, printPlot = TRUE)
 
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20160525/769d9d5b/attachment.html>
------------ próxima parte ------------
A non-text attachment was scrubbed...
Name: dengueutiuti10.csv
Type: application/octet-stream
Size: 9833 bytes
Desc: no disponible
URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20160525/769d9d5b/attachment.obj>
------------ próxima parte ------------
A non-text attachment was scrubbed...
Name: script.r
Type: application/octet-stream
Size: 731 bytes
Desc: no disponible
URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20160525/769d9d5b/attachment-0001.obj>


Más información sobre la lista de distribución R-help-es