R Dataset / Package DAAG / tinting
Attachment | Size |
---|---|
dataset-85017.csv | 8.8 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the tinting data set which pertains to Car Window Tinting Experiment Data. The tinting data set is found in the DAAG R package. Try to load the tinting data set in R by issuing the following command at the console data("tinting"). This may load the data into a variable called tinting. If R says the tinting data set is not found, you can try installing the package by issuing this command install.packages("DAAG") and then attempt to reload the data with library("DAAG") followed by data("tinting"). Perhaps strangley, if R gives you no output after entering a command, it means the command succeeded. If it succeeded you can see the data by typing tinting at the command-line which should display the entire dataset. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the tinting R data set. The size of this file is about 9,010 bytes. Car Window Tinting Experiment DataDescriptionThese data are from an experiment that aimed to model the effects of the tinting of car windows on visual performance. The authors were mainly interested in effects on side window vision, and hence in visual recognition tasks that would be performed when looking through side windows. Usagetinting FormatThis data frame contains the following columns:
DetailsVisual light transmittance (VLT) levels were 100% (tint=none), 81.3% (tint=lo), and 35.1% (tint=hi). Based on these and other data, Burns et al. argue that road safety may be compromised if the front side windows of cars are tinted to 35 SourceBurns, N.R., Nettlebeck, T., White, M. and Willson, J., 1999. Effects of car window tinting on visual performance: a comparison of younger and older drivers. Ergonomics 42: 428-443. Exampleslevels(tinting$agegp) <- capstring(levels(tinting$agegp)) xyplot(csoa ~ it | sex * agegp, data=tinting) # Simple use of xyplot() pause()xyplot(csoa ~ it|sex*agegp, data=tinting, panel=panel.superpose, groups=target) pause()xyplot(csoa ~ it|sex*agegp, data=tinting, panel=panel.superpose, col=1:2, groups=target, key=list(x=0.14, y=0.84, points=list(pch=rep(1,2), col=1:2), text=list(levels(tinting$target), col=1:2), border=TRUE)) pause()xyplot(csoa ~ it|sex*agegp, data=tinting, panel=panel.superpose, groups=tint, type=c("p","smooth"), span=0.8, col=1:3, key=list(x=0.14, y=0.84, points=list(pch=rep(1,2), col=1:3), text=list(levels(tinting$tint), col=1:3), border=TRUE)) -- Dataset imported from https://www.r-project.org. |
Picostat Manual |
---|
How To Register With a Username
How To Register With Google Single Sign On (SSO)
How To Login With a Username and Password
How To Login With Google Single Sign On (SSO)
How To Import a Dataset
How To Perform Statistical Analysis with Picostat
How To Use Educational Applications with Picostat
|
Recent Queries For This Dataset |
---|
No queries made on this dataset yet. |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package datasets / sunspot.year | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package datasets / airmiles | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package Stat2Data / SampleFG | March 9, 2018 - 1:06 PM | Dataset |
OpenIntro Statistics Dataset - toy_anova | August 9, 2020 - 2:38 PM | Dataset |
swiss | February 26, 2017 - 11:28 AM | Dataset |