Skip to content

Commit

Permalink
230721: removed digits as argument form gee_criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
AnestisTouloumis committed Jul 21, 2023
1 parent 50331cb commit 7004861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/gee_criteria.R
Expand Up @@ -48,7 +48,7 @@ gee_criteria <- function(object, ...) {
#'
#' @method gee_criteria LORgee
#' @export
gee_criteria.LORgee <- function(object, ..., digits = 3) {
gee_criteria.LORgee <- function(object, ...) {

if (!("LORgee" %in% class(object)) ) {
stop("gee_criteria requires a LORgee object as input")
Expand Down

0 comments on commit 7004861

Please sign in to comment.