Description Usage Arguments Value Examples
summary.structureList
provides basic results for an object of class
structureList
.
1 2 | ## S3 method for class 'structureList'
summary(object)
|
object |
An object of class |
For every level a spatial variable (provided in the estRange
function), the summary.rangeList
prints the chosen support structure,
the total number of support points across all samples after removing
support points, and the number of samples. If no spatial variable was
provided, only one line of information is printed.
1 2 3 4 5 6 7 8 9 | 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)
structs <- chooseStructures(rangs)
summary(structs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.