Skip to content

Commit ad9f520

Browse files
author
Congrui Yi
committed
Update and rename loss.hqreg.R to measure.hqreg.R
1 parent 3f7f2d9 commit ad9f520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/loss.hqreg.R R/measure.hqreg.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
loss.hqreg <- function(y, yhat, args) {
1+
measure.hqreg <- function(y, yhat, args) {
22
r <- y-yhat
33
type.measure <- args$type.measure
44
if (type.measure == "deviance") {

0 commit comments

Comments
 (0)