You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to perform neural network analysis for a survival data (the lung dataset in the survival package). However, i got the following Error.
Error in x - y : non-conformable arrays
The following is the source code.
nn.model <- neuralnet(Surv(time, status) ~ ., data = train.data, hidden = c(3, 2), linear.output = FALSE)
Many thanks.
The text was updated successfully, but these errors were encountered:
I want to perform neural network analysis for a survival data (the lung dataset in the survival package). However, i got the following Error.
Error in x - y : non-conformable arrays
The following is the source code.
nn.model <- neuralnet(Surv(time, status) ~ ., data = train.data, hidden = c(3, 2), linear.output = FALSE)
Many thanks.
The text was updated successfully, but these errors were encountered: