aggStrataSpatial.Rd
This function builds the dataframe "strata" considering as input a given domain in the sampling frame. The variance in each stratum is calculated by considering also the component of spatial autocorrelation.
aggrStrataSpatial(dataset,
fitting,
range,
kappa,
vett,
dominio)
This is the name of the dataframe containing the sample data, or the frame data. It is strictly required that auxiliary information is organised in variables named as X1, X2, ... , Xm (there should be at least one of them) and the target variables are denoted by Y1, Y2, ... , Yn. In addition, in case of sample data, a variable named 'WEIGHT' must be present in the dataframe, containing the weigths associated to each sampling unit
Fitting of the model(s). Default is 1.
Maximum range for spatial autocorrelation
Factor used in evaluating spatial autocorrelation. Default is 3.
vector of values indicating how the units in the dataset must be aggregated in strata.
Value indicating the domain in the dataset to be processed.
A dataframe containing strata
if (FALSE) {
strata <- aggrStrataSpatial(dataset=frame,
fitting=1,
range=800,
kappa=1)
}