We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c7598 commit 8dcbdf9Copy full SHA for 8dcbdf9
R/nowcasting_inla.R
@@ -365,7 +365,7 @@ nowcasting_inla <- function(dataset,
365
366
## Summary on the posteriors of nowcasting
367
if(!INLAoutputOnly){
368
- now_summary<-nowcasting.summary(trajetory = sample.now$sample,
+ now_summary<-nowcasting.summary(trajectory = sample.now$sample,
369
age = F)
370
# l<-1
371
}else{
@@ -396,7 +396,7 @@ nowcasting_inla <- function(dataset,
396
397
398
399
400
age = T)
401
} else {
402
now_summary <- list()
0 commit comments