MRIaggr-selectClinic: Extract clinical data

Description Usage Arguments Value See Also Examples

Description

Extract the clinical data from a MRIaggr object.

Usage

1
2
## S4 method for signature 'MRIaggr'
selectClinic(object, param = NULL)

Arguments

object

an object of class MRIaggr. REQUIRED.

param

the clinical parameters to extract. character vector or NULL leading to extract all the clinical parameters.

Value

A one line data.frame containing the clinical data in columns.

See Also

allocClinic<- to allocate values in the clinic slot.

Examples

1
2
3
4
5
6
7
8
## load a MRIaggr object
data("MRIaggr.Pat1_red", package = "MRIaggr")

## select all clinical data
res <- selectClinic(MRIaggr.Pat1_red)

## select only the gender
res <- selectClinic(MRIaggr.Pat1_red, param = "Sex")

bozenne/MRIaggr documentation built on May 13, 2019, 1:39 a.m.