| biomass | R Documentation |
Data collected by Rick Linthurst (1979) at North Carolina State University for the purpose of identifying the important soil characteristics influencing aerial biomass production of the marsh grass Spartina alterniflora in the Cape Fear Estuary of North Carolina. Three types of Spartina vegetation areas (devegetated “dead” areas, “short” Spartina areas, and “tall” Spartina areas) were sampled in each of three locations (Oak Island, Smith Island, and Snows Marsh)
Samples of the soil substrate from 5 random sites within each location–vegetation type (giving 45 total samples) were analyzed for 14 soil physico-chemical characteristics each month for several months.
A data frame with 45 observations on the following 17 variables.
loclocation, a factor with levels OI SI SM
typearea type, a factor with levels DVEG SHRT TALL
biomassaerial biomass in gm^{-2}, a numeric vector
H2Shydrogen sulfide ppm, a numeric vector
salpercent salinity, a numeric vector
Eh7ester-hydrolase, a numeric vector
pHacidity as measured in water, a numeric vector
bufa numeric vector
Pphosphorus ppm, a numeric vector
Kpotassium ppm, a numeric vector
Cacalcium ppm, a numeric vector
Mgmagnesium ppm, a numeric vector
Nasodium ppm, a numeric vector
Mnmanganese ppm, a numeric vector
Znzinc ppm, a numeric vector
Cucopper ppm, a numeric vector
NH4ammonium ion ppm, a numeric vector
Rawlings, J. O., Pantula, S. G., & Dickey, D. A. (2001). Applied Regression Analysis: A Research Tool, 2nd Ed., Springer New York. Table 5.1.
R. A. Linthurst. Aeration, nitrogen, pH and salinity as factors affecting Spartina Alterniflora growth and dieback. PhD thesis, North Carolina State University, 1979.
data(biomass)
str(biomass)
biomass.mod <- lm (biomass ~ H2S + sal + Eh7 + pH + buf + P + K + Ca + Mg + Na +
Mn + Zn + Cu + NH4,
data=biomass)
car::vif(biomass.mod)
(cd <- colldiag(biomass.mod, add.intercept=FALSE, center=TRUE))
# simplified display
print(cd, fuzz=.3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.