Skip to content

Commit

Permalink
add get_sigma
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jun 26, 2024
1 parent 35f7832 commit 08156aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/get_sigma.R
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ get_sigma <- function(x, ci = NULL, verbose = TRUE) {
}


.get_sigma.svy2lme <- function(x, ...) {
sqrt(as.vector(x$s2))
}


.get_sigma.model_fit <- function(x, verbose = TRUE, ...) {
.get_sigma(x$fit, verbose = verbose)
}
Expand Down

0 comments on commit 08156aa

Please sign in to comment.