R Dataset / Package COUNT / nuts
Attachment | Size |
---|---|
dataset-93028.csv | 5.58 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the nuts data set which pertains to nuts. The nuts data set is found in the COUNT R package. Try to load the nuts data set in R by issuing the following command at the console data("nuts"). This may load the data into a variable called nuts. If R says the nuts 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("nuts"). 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 nuts 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 nuts R data set. The size of this file is about 5,713 bytes. nutsDescriptionSquirrel data set (nuts) from Zuur, Hilbe, and Ieno (2013). As originally reported by Flaherty et al (2012), researchers recorded information about squirrel behavior and forest attributes across various plots in Scotland's Abernathy Forest. The study focused on the following variables. response cones number of cones stripped by red squirrels per plot predictor sntrees standardized number of trees per plot sheight standardized mean tree height per plot scover standardized percentage of canopy cover per plot The stripped cone count was only taken when the mean diameter of trees was under 0.6m (dbh). Usagedata(nuts) FormatA data frame with 52 observations on the following 8 variables.
Detailsnuts is saved as a data frame. Count models use ntrees as response variable. Counts start at 3 SourceZuur, Hilbe, Ieno (2013), A Beginner's Guide to GLM and GLMM using R, Highlands ReferencesHilbe, Joseph M (2014), Modeling Count Data, Cambridge University Press Zuur, Hilbe, Ieno (2013), A Beginner's Guide to GLM and GLMM using R, Highlands. Flaherty, S et al (2012), "The impact of forest stand structure on red squirrels habitat use", Forestry 85:437-444. Examplesdata(nuts) nut <- subset(nuts, dbh < 0.6) # sntrees <- scale(nuts$ntrees) # sheigtht <- scale(nuts$height) # scover <- scale(nuts$cover) summary(PO <- glm(cones ~ sntrees + sheight + scover, family=quasipoisson, data=nut)) -- 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 |