R/asAnscombe.R

Defines functions asAnscombe

Documented in asAnscombe

## generating function
asAnscombe <- function(eff = .95, biastype = symmetricBias(),
                     normtype = NormType()){
   new("asAnscombe", eff = eff, biastype = biastype,
                   normtype = normtype) }

## access method
setMethod("eff", "asAnscombe", function(object) object@eff)

Try the ROptEst package in your browser

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

ROptEst documentation built on Feb. 7, 2024, 3:02 p.m.