Predict the values of conditional Kendall's tau using Model Averaging of Neural Networks
CKT.predict.nNets(fit, newZ, aggregationMethod = "mean")CKT.predict.nNets returns
a vector of (predicted) conditional Kendall's taus of the same size
as the number of rows of the matrix newZ.
result of a call to CKT.fit.nNet
new matrix of observations, with the same number of variables.
and same names as the designMatrix that was used to fit the neural networks.
the method to be used to aggregate all the predictions
together. Can be "mean" or "median".