inst/snippets/Example4.15.R

prop( ~ (prop >= 0.60), data = Randomization.Match ) # 15/25
prop( ~ (prop >= 0.76), data = Randomization.Match ) # 19/25
histogram( ~ prop, width = 0.04, groups = (prop >= 0.60), data = Randomization.Match )
histogram( ~ prop, width = 0.04, groups = (prop >= 0.76), data = Randomization.Match )

Try the Lock5withR package in your browser

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

Lock5withR documentation built on May 2, 2019, 3:43 p.m.