[R] Multiple dependant proportions and sample size

2004-09-01 Thread Bock, Michael
I need to do a sample size calculation to determine the number of audits required. The results of an audit will be: 1) OK 2) Minor variances 3) Multiple variances 4) Severe variances We want to know the sample size required to determine the proportions in each category within say 5% with a

[R] Recall: Multiple dependant proportions and sample size

2004-09-01 Thread Bock, Michael
Bock, Michael would like to recall the message, Multiple dependant proportions and sample size. [[alternative HTML version deleted]] __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

[R] Dependant proportions and sample size

2004-09-01 Thread Bock, Michael
I need to do a sample size calculation to determine the number of audits required. The results of an audit will be: 1) OK 2) Minor variances 3) Multiple variances 4) Severe variances We want to know the sample size required to determine the proportions in each category within say 5% with a

[R] Trellis barchart, column display order issue

2005-02-15 Thread Bock, Michael
I have searched the archives and instructions high and low but have not found what I need. I have a dataframe named Data with columns: AdjResND0 - the numeric result Parameter - the classification (chemical name) Sort - the order I want the chemical names to appear, with leading zeros so all are

[R] Text in lattice Graphics outside plot area

2005-03-02 Thread Bock, Michael
I am trying to get the same text printed on each page of a multi-page series of bar charts. The text need to appear in the upper left-hand corner of the page, outside of the plot area. A watermark might be the closest analogy to what I am after This is what I have so far: PData -

[R] Lattice device page options-margins

2005-03-09 Thread Bock, Michael
I am using lattice to make figures as pdfs: trellis.device(device = pdf,file = Figure6.pdf,color = FALSE) I need to specify some blank space on the left-hand margins (the pages will be bound so we need about 0.5 inch)). I have tried a number of solutions but none seems to work (e.g. par.set). Can

RE: [R] Lattice device page options-margins

2005-03-10 Thread Bock, Michael
-Original Message- From: Deepayan Sarkar [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 5:09 PM To: r-help@stat.math.ethz.ch Cc: Paul Murrell; Bock, Michael; Sundar Dorai-Raj Subject: Re: [R] Lattice device page options-margins On Wednesday 09 March 2005 13:54, Paul

[R] Suggestion for the posting guide

2005-04-21 Thread Bock, Michael
I was preparing an e-mail for the help list and ran across a quandary. When asking for help it is useful to include the code/data so others can run your code and test it. I was running code on a data frame and wanted to include a small version of the data frame. The data frame was based on

[R] Recall: Suggestion for the posting guide

2005-04-21 Thread Bock, Michael
Bock, Michael would like to recall the message, Suggestion for the posting guide. [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http

[R] Constructing formula using nls

2005-06-21 Thread Bock, Michael
I need to do some simulations based on a nls model. I have been able to use nls to determine the model and I have almost gotten to the point at which I can construct the function. When I get the function done I will use uniroot to solve the function at a specific y value for x. I found an example