buildXY {EDISON} | R Documentation |
This function builds the response variables Y and predictor variables X from the input data.
buildXY(targetData, predData, GLOBvar)
targetData |
Target input data. |
predData |
Predictor input data. |
GLOBvar |
Global variables of the MCMC simulation. |
A list with elements:
X |
Predictor variables. |
Y |
Response variables. |
Sophie Lebre