ds: 2r, 4r, 5r, 8r
This commit is contained in:
@ -11,7 +11,7 @@ if (any(is.na(df[,2]))) {
|
||||
mean(df$income)
|
||||
median(df$income, na.rm=TRUE)
|
||||
|
||||
plot(x=df$income, y=df$zipCode, xlab="income", ylab="zipCode")
|
||||
plot(y=df$income, x=df$zipCode, xlab="income", ylab="zipCode")
|
||||
df$incomelog = log10(df$income)
|
||||
hist(df$incomelog, breaks=80)
|
||||
print(min_incomelog <- log10(7e3))
|
||||
|
||||
Reference in New Issue
Block a user