Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kingaa committed Jun 27, 2023
1 parent 9013e37 commit bd6bb5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: pomp
Type: Package
Title: Statistical Inference for Partially Observed Markov Processes
Version: 5.2.4.2
Version: 5.2.4.3
Date: 2023-06-26
Authors@R: c(person(given=c("Aaron","A."),family="King",role=c("aut","cre"),email="[email protected]",comment=c(ORCID="0000-0001-6159-3207")),
person(given=c("Edward","L."),family="Ionides",role="aut",comment=c(ORCID="0000-0002-4190-0174")) ,
Expand Down
2 changes: 1 addition & 1 deletion R/eff_sample_size.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ setMethod(
definition=function (object, ...,
format = c("numeric", "data.frame")) {
format <- match.arg(format)
x <- lapply(object,cond_logLik,format=format)
x <- lapply(object,eff_sample_size,format=format)
if (format == "data.frame") {
x <- rbind_fill(x,.id=".id")
}
Expand Down

0 comments on commit bd6bb5f

Please sign in to comment.