Description Usage Arguments Value Examples
summary.rangeList
provides basic results for an object of class
rangeList
.
1 2 | ## S3 method for class 'rangeList'
summary(object)
|
object |
An object of class |
The summary.rangeList
prints the estimated range for
every level of the spatial variable provided to the estRange
function. If no spatial varaible was provided, then only one estimated
range is printed.
1 2 3 4 5 6 7 8 | data("TAMdata")
# The dataset is trimmed only for the speed of the example
TAMdata <- TAMdata[TAMdata$subject < 3, ]
TAMdata <- rScale(TAMdata, subjectVar = 'subject', sampleVar = 'ROI',
xCoord = 'x', yCoord = 'y')
rangs <- estRange(TAMdata, outcome = 'X1282.auc', spatialVar = 'TAM',
semivEst = 'modulus', logTransform = TRUE)
summary(rangs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.