There was an error while loading. Please reload this page.
1 parent 6abb942 commit 579fffcCopy full SHA for 579fffc
R/ppc-errors.R
@@ -301,8 +301,7 @@ ppc_error_scatter_avg_vs_x <- function(
301
) {
302
check_ignored_arguments(...)
303
304
- .Deprecated(new = "ppc_error_scatter_avg()",
305
- msg = "Use ppc_error_scatter_avg(x = x) instead of ppc_error_scatter_avg_vs_x().")
+ .Deprecated(new = "ppc_error_scatter_avg(y, yrep, x)")
306
307
y <- validate_y(y)
308
yrep <- validate_predictions(yrep, length(y))
0 commit comments