CSC 152: The Week beginning Oct. 15 |
The material will focus on the new material starting from Sept. 24. (The words "focus on" mean you CANNOT forget your Excel basics just because they have already been tested.) Some of the new material includes:
Excel:names
to rename the fields -- eliminating any spaces or other weird
features. Use R to make a plot of anomaly versus year. Give your plot
a title, x- and y-axis labels. Make a linear model for anomaly versus year.
Add that line to the plot (either abline
or curve
). Extract
the slope and y-intercept from the linear model and use them to display the fit equation
on the plot.
names
to rename the fields -- eliminating any
spaces or other weird features. Use individual R functions to find the mean, standard
deviation, median, first and third quartiles, the minimum and the maximum. Make a
histogram and box-and-whiskers plot of the data. Use R code to save those images --
one to a pdf format and the other to a png format.