R Dataset / Package DAAG / dengue
Attachment | Size |
---|---|
dataset-85465.csv | 244.89 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the dengue data set which pertains to Dengue prevalence, by administrative region. The dengue data set is found in the DAAG R package. Try to load the dengue data set in R by issuing the following command at the console data("dengue"). This may load the data into a variable called dengue. If R says the dengue 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("dengue"). 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 dengue 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 dengue R data set. The size of this file is about 250,766 bytes. Dengue prevalence, by administrative regionDescriptionData record, for each of 2000 administrative regions, whether or not dengue was recorded at any time between 1961 and 1990. Usagedata(dengue) FormatA data frame with 2000 observations on the following 13 variables.
DetailsThis is derived from a data set in which the climate and tree cover
information were given for each half degree of latitude by half
degreee of longitude pixel.
The variable SourceSimon Hales, Environmental Research New Zealand Ltd. ReferencesHales, S., de Wet, N., Maindonald, J. and Woodward, A. 2002. Potential effect of population and climate change global distribution of dengue fever: an empirical model. The Lancet 2002; 360: 830-34. Examplesstr(dengue) glm(NoYes ~ humid, data=dengue, family=binomial) glm(NoYes ~ humid90, data=dengue, family=binomial) -- 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
|
R Output | Date |
---|---|
Picostat Output - Arithmetic Mean | Jan 26, 2020 |
Picostat Output - Pie chart For Contingency Table | Jan 26, 2020 |
Picostat Output - Stem and Leaf | May 18, 2019 |
Picostat Output - Simple Linear Regression | May 18, 2019 |
Picostat Output - Correlation Coefficients | May 18, 2019 |
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 |