Description Usage Arguments Details Value
View source: R/geoexperimentdata.R
Constructs a GeoExperimentData object.
1 | GeoExperimentData(geo.timeseries, periods, geo.assignment, treat.assignment)
|
geo.timeseries |
a GeoTimeseries object. |
periods |
an |
geo.assignment |
a |
treat.assignment |
a |
If any of the arguments periods, geo.assignment, or
treat.assignment is NULL, the corresponding column
(period, geo.group, assignment) in the resulting
GeoExperimentData object will have only NAs.
If geo.timeseries has columns period, geo.group, or
assignment, they will be overwritten by the values specified by
periods, geo.assignment, and treat.assignment.
The resulting object may have undefined periods,
geo.group, or assignment. The missing parts may be filled in
by using the functions SetExperimentPeriods, SetGeoAssignment,
and SetTreatmentAssignment.
A GeoExperimentData object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.