R/method_show-SamplingPattern.R

setMethod(
    f = "show",
    signature = signature(
        object = "SamplingPattern"
    ),
    definition = function(object) {
        sampleSize <- getSampleSize(object)
        cat("Object of class", dQuote(class(object)), "\n")
        cat("sample size:", sampleSize, "\n")
    }
)

Try the spcosa package in your browser

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

spcosa documentation built on April 11, 2023, 6:04 p.m.