Skip to content

Commit 255758a

Browse files
committed
remove duplicate lines
1 parent e2c31cb commit 255758a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

R/forward_selection_by_rank_class.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,6 @@ eval_loess=function(x,X,Y,k=10,p=0.66)
191191
smoothed=stats::predict(loessMod,newdata=xx2)
192192
residual[i]=sum((smoothed-yy2)^2)
193193
}
194-
smoothed=stats::predict(loessMod,newdata=xx2)
195-
residual[i]=sum((smoothed-yy2)^2)
196194
}
197195
return(sqrt(mean(residual)))
198196
}

0 commit comments

Comments
 (0)