If we want to dictate which rows to use, we can do so as below:
model model1 {
models( parkinsons * ( incomings -> C1,
outgoings -> C5,
workforce -> C2
)
)
}
The compiler will still allocate columns to attributes for which they haven't been specified.