summary.geodata | R Documentation |
Sumarises each of the main elements of an object of the class geodata
.
## S3 method for class 'geodata'
summary(object, lambda =1, add.to.data = 0,
by.realisations=TRUE, ...)
object |
an object of the class |
lambda |
value of the Box-Cox transformation parameter. Two particular cases
are |
add.to.data |
scalar, Constant value to be added to the data
values.
Only used if a value different from 1 is passed to the argument |
by.realisations |
logical. Indicates whether the summary must be performed separatly for each realisation, if the |
... |
further arguments to be passed to the function
|
A list with components
coords.summary |
a matrix with minimum and maximum values for the coordinates. |
distances.summary |
minimum and maximum distances between pairs of points. |
borders.summary |
a matrix with minimum and maximum values for
the coordinates. Only returned if there is an element |
data.summary |
summary statistics (min, max, quartiles and mean) for the data. |
units.m.summary |
summary statistics (min, max, quartiles and mean)
for the offset variable. Only returned if there is an element |
covariate.summary |
summary statistics (min, max, quartiles and mean)
for the covariate(s). Only returned if there is an element |
others |
names of other elements if present in the |
Paulo Justiniano Ribeiro Jr. paulojus@leg.ufpr.br,
Peter J. Diggle p.diggle@lancaster.ac.uk.
Further information on the package geoR can be found at:
http://www.leg.ufpr.br/geoR/.
summary
, as.geodata
.
summary(s100)
summary(ca20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.