Description Usage Arguments Value Note
View source: R/simulategeoxdataset.R
Returns a geo experiment data set.
Returns a set number i from the GeoExperimentPreanalysisData object.
1 2 3 4 5 | SimulateGeoExperimentData(obj, ...)
## S3 method for class 'GeoExperimentPreanalysisData'
SimulateGeoExperimentData(obj,
i = NA_integer_, ...)
|
obj |
an object. |
... |
further arguments passed to or from other methods. |
i |
(positive integer or NA) number of the pseudo data set; if NA, the number will be drawn from a uniform discrete distribution. |
A GeoExperimentData object with the experiment periods, geo assignment, and the treatment assignment set.
If the embedded 'geos' object is GeoStrata, a randomization is done and the geo assignment applied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.