Skip to content

Commit

Permalink
lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jul 22, 2024
1 parent 9bb3441 commit e747909
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/methods_plm.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
degrees_of_freedom.plm <- function(model, method = "wald", ...) {
if (identical(method, "normal")) {
return(Inf)
} else {
model$df.residual
}
model$df.residual
}


Expand Down

0 comments on commit e747909

Please sign in to comment.