demo/cs6.r

data (incomes.df)
incomes.df$incomes
layout20x(1,2)
hist(incomes.df$incomes,main="Histogram of incomes",xlab="incomes")
boxplot(incomes.df$incomes,main="Boxplot of incomes")
summaryStats(incomes.df$incomes)
normcheck(incomes.df$incomes)
t.test(incomes.df$incomes)

Try the s20x package in your browser

Any scripts or data that you put into this service are public.

s20x documentation built on Aug. 21, 2023, 5:07 p.m.