Open cegbuna opened 5 years ago
Thanks for the package.
Is it possible to perform multivariate regression like this: rfsrc(Multivar(y1, y2, ..., yd) ~ . , my.data, ...) in the randomForestSRC package?
rfsrc(Multivar(y1, y2, ..., yd) ~ . , my.data, ...)
randomForestSRC
No, not yet.
Thanks for the package.
Is it possible to perform multivariate regression like this:
rfsrc(Multivar(y1, y2, ..., yd) ~ . , my.data, ...)
in therandomForestSRC
package?