Skip to content
Prev 325625 / 398503 Next

T test for Single Mean

(Re-) Read the docs (e.g. Intro to R, R Language Definition) . ...
arguments have to be named!

t.test(sleep$extra,mu=0, alt = "greater")  ## works

-- Bert
On Wed, Jun 19, 2013 at 6:50 AM, Sparks, John James <jspark4 at uic.edu> wrote: