Re: [R] qcc package

2013-02-09 Thread Uwe Ligges
On 09.02.2013 19:10, Steven LeBlanc wrote: Hi Uwe, Thanks much. I don't think this is the issue. My entire data set is: p3.18 s xbar subgroup 1 0.84 12.21 2 1.64 11.22 3 2.07 10.63 4 2.49 12.24 5 0.84 11.25 6 1.82 12.66 7 2.95 12

Re: [R] qcc package

2013-02-09 Thread Uwe Ligges
On 08.02.2013 23:37, Steven LeBlanc wrote: Greets, My data looks like: p3.18 s xbar subgroup 1 0.84 12.21 2 1.64 11.22 3 2.07 10.63 4 2.49 12.24 5 0.84 11.25 ... Using the command qcc(p3.18$xbar,type="xbar",sizes=5,center=mean(p3.18$xba

[R] qcc package

2013-02-08 Thread Steven LeBlanc
Greets, My data looks like: > p3.18 s xbar subgroup 1 0.84 12.21 2 1.64 11.22 3 2.07 10.63 4 2.49 12.24 5 0.84 11.25 ... Using the command > qcc(p3.18$xbar,type="xbar",sizes=5,center=mean(p3.18$xbar),std.dev=mean(p3.18$s)/0.94,title="X-bar > C

Re: [R] qcc package

2011-10-14 Thread R. Michael Weylandt
--Original Message- > From: R. Michael Weylandt [mailto:michael.weyla...@gmail.com] > Sent: Friday, October 14, 2011 11:28 AM > To: Li, Yan; r-help > Subject: Re: [R] qcc package > > Apologies for my brief reply -- I didn't take the time to examine the > package closely. &g

Re: [R] qcc package

2011-10-14 Thread R. Michael Weylandt
ime. And the other functions: qcc(), process.capability() > works. Thank you for your reply! > > -Original Message- > From: R. Michael Weylandt [mailto:michael.weyla...@gmail.com] > Sent: Friday, October 14, 2011 11:22 AM > To: Li, Yan > Cc: r-help@r-project.org > Subject: Re: [R

Re: [R] qcc package

2011-10-14 Thread R. Michael Weylandt
Did you reload the package for each new session? Sounds like you are probably missing a line like library(qcc) or require(qcc) Michael On Fri, Oct 14, 2011 at 11:10 AM, Li, Yan wrote: > Hi All, > > I installed qcc package and the dependency packages. For the first time I can > use the function

[R] qcc package

2011-10-14 Thread Li, Yan
Hi All, I installed qcc package and the dependency packages. For the first time I can use the function : process.capability.sixpack(). But later when ran the code again I always got the following error: Error: could not find function "process.capability.sixpack". I tried reinstalling the qcc pa