Está en la página 1de 1

Replace with Main Title

Your Name
2018-07-22 06:03:39

> Dataset <- read.table("C:/Users/Jaime Vergara/Desktop/misdatos.text", header=TRUE, sep="", na.strings=


+ dec=".", strip.white=TRUE)

> library(abind, pos=16)

> library(e1071, pos=17)

> numSummary(Dataset[,"altura", drop=FALSE], statistics=c("mean", "sd", "IQR", "quantiles"),


+ quantiles=c(0,.25,.5,.75,1))

mean sd IQR 0% 25% 50% 75% 100% n


69.31034 7.796993 9 50 66 71 75 81 29
> library(colorspace, pos=18)

> with(Dataset, pie(table(color), labels=levels(color), xlab="", ylab="", main="color",


+ col=rainbow_hcl(2)))

color

Amarillo

Blanco

Verde

También podría gustarte