Pred-class: Pred

Description Slots Examples

Description

keeps track of parameters and results from predict_time

Slots

pred_age

data.frame of results from predict_time

model

randomForest model

minage

minimum age filter from predict_time

maxage

maximum age filter from predict_time

tissue

tissue filter from predict_time

Examples

1
2
3
4
5
6
7
prep <- methods::new(Class="Pred",
pred_age = data.frame(matrix(0,nrow=10,ncol=10)),
model =  list(c(rep("A",5), rep("B",5))),
minage = 8,
maxage = 2120,
tissue = "HIP"
)

brainImageR documentation built on May 6, 2019, 3:54 a.m.