Skip to content

Commit 0807050

Browse files
committed
set sandwich as default
1 parent 86a0091 commit 0807050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/PLNfit-S3methods.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ sigma.PLNfit <- function(object, ...) {
166166
#' data(trichoptera)
167167
#' trichoptera <- prepare_data(trichoptera$Abundance, trichoptera$Covariate)
168168
#' myPLN <- PLN(Abundance ~ 1 + offset(log(Offset)), data = trichoptera,
169-
#' control = PLN_param(config_post = list(variational_var = TRUE)))
169+
#' control = PLN_param(config_post = list(sandwich_var = TRUE)))
170170
#' standard_error(myPLN)
171171
#' @export
172172
standard_error <- function(object, type = c("sandwich", "variational", "jackknife"), parameter = c("B", "Omega")) {

0 commit comments

Comments
 (0)