driving.Rdata
file.head( driving )
to look at the first few observationslsr
load( "~/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 variablesaggregate
and ciMean
to calculate 95% confidence intervals for the mean age separately for each distractor typecor.test
to 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 significantcorrelate
to test the significance of all pairwise correlations among (numeric) variables in driving