driving.Rdatafile.head( driving )to look at the first few observationslsrload( "~/Work/Research/Rbook/workshop_dsto/datasets/driving.Rdata")
head( driving )
library(lsr)ciMean()to calculate the 95% confidence interval for the mean ageciMean()to calculate the 99% confidence interval for the mean ageciMean()to calculate 95% confidence intervals for all variablesaggregateand ciMeanto calculate 95% confidence intervals for the mean age separately for each distractor typecor.testto see if the Pearson correlation between errors and RT at time 1 is significantcor.test, see if the Spearman correlation between errors and RT at time 1 is significantcorrelateto test the significance of all pairwise correlations among (numeric) variables in driving