Summary method for the sampling function

# S3 method for sampling
summary(object, dec = 3, ...)

Arguments

object

Return value from sampling

dec

Number of decimals to show

...

further arguments passed to or from other methods

Details

See https://radiant-rstats.github.io/docs/design/sampling.html for an example in Radiant

See also

sampling to generate the results

Examples

sampling(rndnames, "Names", 10) %>% summary()
#> Sampling (simple random) #> Data : rndnames #> Variables : Names #> Random seed: 1234 #> Sample size: 10 #> Duplicates : Based on selected variables, no duplicate rows exist #>