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 Nov. 17, 2022, 1:06 a.m.