R/methods_not_implemented.R

Defines functions anova.nonprob

#' @method anova nonprob
#' @exportS3Method
anova.nonprob <- function(object, ...) {
  stop("The `anova` method is not implemented for the `nonprob` class. If you would like to compare models (sets of variables), compare point and interval estimates. If you would like to assess variables, do it before applying the `nonprob` function.")
}

Try the nonprobsvy package in your browser

Any scripts or data that you put into this service are public.

nonprobsvy documentation built on June 8, 2025, 12:36 p.m.