diff options
author | hannajankowski <hkj@yorku.ca> | 2022-07-28 12:07:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-28 12:07:44 -0400 |
commit | 5a33c10583dfc47c346b940f6a63541f75b47544 (patch) | |
tree | 81bbe75b875f1be2985e0ad68caa8a9c6a5796e5 | |
parent | 177148c9d2cc321af86d16ec0a360f2aeedf7d9b (diff) |
Update WP.R
-rw-r--r-- | R/WP.R | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ #' res2 <- WP(NT=NT, mu=3/7, method="known") #' res2$Rhat #' ## obtain Rhat when serial distribution is unknown +#' ## NOTE: this implementation will take longer to run #' res3 <- WP(NT=NT) #' res3$Rhat #' ## find mean of estimated serial distribution |