R Dataset / Package DAAG / leaftemp
Attachment | Size |
---|---|
dataset-92527.csv | 1.37 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the leaftemp data set which pertains to Leaf and Air Temperature Data. The leaftemp data set is found in the DAAG R package. Try to load the leaftemp data set in R by issuing the following command at the console data("leaftemp"). This may load the data into a variable called leaftemp. If R says the leaftemp 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("leaftemp"). 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 leaftemp 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 leaftemp R data set. The size of this file is about 1,399 bytes. Leaf and Air Temperature DataDescriptionThese data consist of measurements of vapour pressure and of the difference between leaf and air temperature. Usageleaftemp FormatThis data frame contains the following columns:
SourceKatharina Siebke and Susan von Cammerer, Australian National University. Examplesprint("Fitting Multiple Lines - Example 7.3")leaf.lm1 <- lm(tempDiff ~ 1 , data = leaftemp) leaf.lm2 <- lm(tempDiff ~ vapPress, data = leaftemp) leaf.lm3 <- lm(tempDiff ~ CO2level + vapPress, data = leaftemp) leaf.lm4 <- lm(tempDiff ~ CO2level + vapPress + vapPress:CO2level, data = leaftemp)anova(leaf.lm1, leaf.lm2, leaf.lm3, leaf.lm4)summary(leaf.lm2) plot(leaf.lm2) -- 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 - Cumulative Frequency Histogram | Feb 14, 2020 |
Picostat Output - Cumulative Frequency Histogram | Feb 14, 2020 |
Picostat Output - Hollow Histogram | Feb 14, 2020 |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package Stat2Data / TwinsLungs | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package DAAG / psid1 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package quantreg / gasprice | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package datasets / nottem | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package DAAG / hills2000 | March 9, 2018 - 1:06 PM | Dataset |