Last chance! 50% off unlimited learning
Sale ends in
describe
.error.bars(x, ylab = "Dependent Variable",xlab="Independent Variable", main=NULL, ylim = NULL, alpha=.05, labels = NULL, pos = NULL, arrow.len = 0.05, add = FALSE, ...)
error.crosses
for two way error bars, error.bars.by
for error bars for different groupsx <- matrix(rnorm(500),ncol=20)
error.bars(x)
#now do a boxplot and then add error bars
x.df <- as.data.frame(x)
boxplot(x.df)
error.bars(x.df, add=TRUE)
error.bars(attitude) #another example
Run the code above in your browser using DataLab