Skip to content

Commit

Permalink
Update R/logLik.R
Browse files Browse the repository at this point in the history
Co-authored-by: Indrajeet Patil <[email protected]>
  • Loading branch information
strengejacke and IndrajeetPatil committed Sep 27, 2023
1 parent d459e1f commit 6325013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/logLik.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ logLik.plm <- function(object, ...) {

attr(val, "nall") <- N0
attr(val, "nobs") <- N
attr(val, "df") <- insight::n_parameters(object) + 1
attr(val, "df") <- insight::n_parameters(object) + 1L
class(val) <- "logLik"

val
Expand Down

0 comments on commit 6325013

Please sign in to comment.