Description Usage Arguments Value Examples
Summarize some information of an object of class "MRIaggr".
1 2 3 4 5 6 |
object |
an object of class |
param |
should detailed information be printed for the contrast parameters ? logical. |
clinic |
should detailed information be printed for the clinical attribute ? logical. |
descStats |
should detailed information be printed for the |
history |
should the |
verbose |
should a summary of all attributes should be displayed or only those which are non-empty ? logical. |
None.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | ## load a MRIaggr object
data("MRIaggr.Pat1_red", package = "MRIaggr")
show(MRIaggr.Pat1_red)
# display all elements
summary(MRIaggr.Pat1_red)
# display non-empty elements
summary(MRIaggr.Pat1_red, verbose = FALSE)
# display a summary of the contrast parameters
summary(MRIaggr.Pat1_red, param = TRUE)
# display a summary of the clinical data
summary(MRIaggr.Pat1_red, clinic = TRUE)
# display a summary of the elements in descStats
summary(MRIaggr.Pat1_red, descStats = TRUE)
# display processing methods previously applied on the object
summary(MRIaggr.Pat1_red, history = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.