To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90759





------- Additional comments from [EMAIL PROTECTED] Mon Jun 16 15:32:49 +0000 
2008 -------
Small corrections:
[parameter 'alternative' needs to be explicitly stated, when naming all the
other parameters]

 x <- c(90,95,95,100)
 z.test(x, mu = 100, sd = 5, alternative = 'greater')  # one-sided greater
 z.test(x, mu = 100, sd = 5, alternative = 'less')     # one sided less
 z.test(x, mu = 100, sd = 5, alternative = 'two.sided')# two sided
 z.test(x, mu = 100, sd = 5 )     # two sided by default
 z.test(x, mu = 100, sd = sd(x) ) # compute the SD automatically

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to