| Weed95 | R Documentation |
The weed species Viola Arvensis was counted within circular frames each of area 0.25 square meter except for 10 missing sites in the first row, from a 20 by 14 rectangular grid, so the total number of locations is 270. Also, the percentages of organic matter in a soil sample are collected. The data was studied by Christensen and Waagepetersen (2002) to investigate whether weed occurrence could be predicted from observations of soil texture and soil chemical properties.
data(Weed95)
A data frame with 270 observations and 6 variables.
xlocCartesian x-coordinate of the locations (in meter).
ylocCartesian y-coordinate of the locations (in meter).
weedcountNumber of weed collected at the given site.
scaled Y coordThe scaled Y coordinate with range -1 to 1 as a covariate in regression.
organicAnother chemical component indicating the organic matter of the soil.
dummyA dummy variable taking values 0 or 1. If 0 it is treated as observed location and 1 treated as predicted location in Christensen and Waagepetersen (2002).
Christensen,O. and Waagepetersen,R. (2002) Bayesian Prediction of Spatial Count Data Using Generalized Linear Mixed Models. Biometrics, 58:280-286
data(Weed95) str(Weed95)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.