R Dataset / Package COUNT / loomis
Attachment | Size |
---|---|
dataset-14247.csv | 9.46 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the loomis data set which pertains to loomis. The loomis data set is found in the COUNT R package. Try to load the loomis data set in R by issuing the following command at the console data("loomis"). This may load the data into a variable called loomis. If R says the loomis data set is not found, you can try installing the package by issuing this command install.packages("COUNT") and then attempt to reload the data with library("COUNT") followed by data("loomis"). 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 loomis 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 loomis R data set. The size of this file is about 9,685 bytes. loomisDescriptionData are taken from Loomis (2003). The study relates to a survey taken on reported frequency of visits to national parks during the year. The survey was taken at park sites, thus incurring possible effects of endogenous stratification. Usagedata(loomis) FormatA data frame with 410 observations on the following 11 variables.
Detailsloomis is saved as a data frame. Count models typically use anvisits as response variable. 0 counts are included Sourcefrom Loomis (2003) ReferencesHilbe, Joseph M (2007, 2011), Negative Binomial Regression, Cambridge University Press Loomis, J. B. (2003). Travel cost demand model based river recreation benefit estimates with on-site and household surveys: Comparative results and a correction procedure, Water Resources Research, 39(4): 1105 Examplesdata(loomis) glmlmp <- glm(anvisits ~ gender + factor(income) + factor(travel), family=poisson, data=loomis) summary(glmlmp) exp(coef(glmlmp)) library(MASS) glmlmnb <- glm.nb(anvisits ~ gender + factor(income) + factor(travel), data=loomis) summary(glmlmnb) exp(coef(glmlmnb)) -- 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 COUNT / medpar | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package gap / crohn | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package DAAG / SP500W90 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package datasets / AirPassengers | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package psych / Holzinger | March 9, 2018 - 1:06 PM | Dataset |