We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7f2d9 commit ad9f520Copy full SHA for ad9f520
R/loss.hqreg.R R/measure.hqreg.R
@@ -1,4 +1,4 @@
1
-loss.hqreg <- function(y, yhat, args) {
+measure.hqreg <- function(y, yhat, args) {
2
r <- y-yhat
3
type.measure <- args$type.measure
4
if (type.measure == "deviance") {
0 commit comments