Skip to contents

Get Covariates

Usage

get_covariates(x)

Arguments

x

A group_data object

Value

Data frame of covariates or NULL

Examples

gd <- fmrireg:::.demo_group_data_csv()
get_covariates(gd)
#>    age
#> s1  30
#> s2  32
#> s3  34