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
ROC currently names the return value the same as the input value. most other TTR function explicitly name output columns
Expected behavior
output column should be names roc
I think adding this line at line 75 in changes.R will produce the desired result, but it is a breaking change: if (!is.null(dim(roc))) colnames(roc) <- "roc"
Description
ROC currently names the return value the same as the input value. most other TTR function explicitly name output columns
Expected behavior
output column should be names
roc
I think adding this line at line 75 in changes.R will produce the desired result, but it is a breaking change:
if (!is.null(dim(roc))) colnames(roc) <- "roc"
Minimal, reproducible example
Session Info
The text was updated successfully, but these errors were encountered: