summary.structureList: Summarize structureList object

Description Usage Arguments Value Examples

Description

summary.structureList provides basic results for an object of class structureList.

Usage

1
2
## S3 method for class 'structureList'
summary(object)

Arguments

object

An object of class structureList. This is the result of a call to the chooseStructures function.

Value

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.

Examples

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)

cammiller/imagingPC documentation built on June 28, 2019, 12:04 a.m.