qcc package
Apologies for my brief reply -- I didn't take the time to examine the package closely. On a fresh install, I don't see process.capability.sixpack() as an available function and process.capability() isn't a generic so it's not that sort of thing. Looking at the package index, there's no indication such a thing exists, though perhaps it did in an older version of the package. Do you have a citation for this function? I don't see one in the official CRAN description... Michael
On Fri, Oct 14, 2011 at 11:25 AM, Li, Yan <Yan_Li at ibi.com> wrote:
Yes, I did everytime. And the other functions: qcc(), process.capability() works. Thank you for your reply! -----Original Message----- From: R. Michael Weylandt [mailto:michael.weylandt at gmail.com] Sent: Friday, October 14, 2011 11:22 AM To: Li, Yan Cc: r-help at r-project.org Subject: Re: [R] qcc package 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 <Yan_Li at ibi.com> wrote:
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 package but didn't help. Does anyone have this kind of experience? Thank you! Regards, Yan ? ? ? ?[[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.