For xdistResdiff
with out="aggregate"
and
xdistResscale
, a matrix is returned with a row for
each class of x distances and the columns
- xdist
mean x distance
- rdiff.mean
absolute differences of residuals for pairs of
observations in the distance class, averaged over the class
- rdiff.simmean
mean of (trimmed) means for simulated data
- rdiff.se
standard error of (trimmed) means as obtained from
simulation
The matrix carries along the following attributes:
- perc
given argument perc
- xd.classlim
the actual class limits corresponding to
perc
- trim
given argument trim
- rdiff.grandmean
overall mean of absolute residual differences
- p-values
p values for the classes as obtained from simulation,
and p-value for the sum of squares statistic
- class
The value has S3 class xdistResscale
and
matrix
.
If xdistResdiff
with out
different from
"aggregate"
, then a data.frame is returned containing a row for
each pair of observations and the columns
- id1, id2
the labels of the two observations
- xdist
the x distance between the two observations
- resdiff
the difference of residuals for the two observations
The value has S3 class xdistResdiff
and data.frame
.