Skip to content

Commit

Permalink
added links to vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailkeller committed Aug 9, 2024
1 parent 839a626 commit f574e8c
Show file tree
Hide file tree
Showing 6 changed files with 600 additions and 219 deletions.
2 changes: 1 addition & 1 deletion .Rhistory
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
count[c(2,4),] <- NA
# collect data
data <- list(
qPCR.N = qPCR.N,
Expand Down Expand Up @@ -510,3 +509,4 @@ expect_true(all(c('p10','alpha[1]') %in% output_params))
mu_estimates <- as.vector(rstan::summary(fit$model,par='mu')$summary[,1])
expect_equal(length(mu_estimates),nsite)
expect_true(is.numeric(mu_estimates))
devtools::install()
Loading

0 comments on commit f574e8c

Please sign in to comment.