Rdocumentation
powered by
Learn R Programming
EDISON (version 1.1.1)
buildXY: Builds response Y and predictor X.
Description
This function builds the response variables Y and predictor variables X from the input data.
Usage
buildXY(targetData, predData, GLOBvar)
Arguments
targetData
Target input data.
predData
Predictor input data.
GLOBvar
Global variables of the MCMC simulation.
Value
A list with elements:
X
Predictor variables.
Y
Response variables.