[R] iid.test

William Dunlap wdunlap at tibco.com
Wed Dec 23 19:04:53 CET 2009


After the
   install.packages("iid.test")
you will need to call
   library("iid.test")
The former you do once and the latter you
do each time you restart R.  install.packages()
puts the package onto your computer's disk
and library() loads it into an R session.

Bill Dunlap
Spotfire, TIBCO Software
wdunlap tibco.com  

> -----Original Message-----
> From: r-help-bounces at r-project.org 
> [mailto:r-help-bounces at r-project.org] On Behalf Of Brian G. Peterson
> Sent: Wednesday, December 23, 2009 9:52 AM
> To: Gavriel & Esti Zoladz; r-help at r-project.org
> Subject: Re: [R] iid.test
> 
> You're clearly in over your head.
> 
> install.packages("iid.test")
> 
> will install the package.  you may replace this with any "packagename"
> 
> ?functionname
> 
> in R on any 'functionname' will bring up the Fine Manual 
> which you are 
> to then use to
> 
> Read the Fine Manual (RTFM)
> 
> before posting questions to the list.
> 
> Gavriel & Esti Zoladz wrote:
> > I cant find this
> >
> > On 12/23/09, *Brian G. Peterson* <brian at braverock.com 
> > <mailto:brian at braverock.com>> wrote:
> >
> >     Gavriel & Esti Zoladz wrote:
> >
> >         I found there that it is supposed to be in destdir, but I
> >         can't find this folder.....
> >
> >         On 12/23/09, *Brian G. Peterson* <brian at braverock.com
> >         <mailto:brian at braverock.com> <mailto:brian at braverock.com
> >         <mailto:brian at braverock.com>>> wrote:
> >
> >            Gavriel & Esti Zoladz wrote:
> >
> >                I downloaded the iid.test, but I can't run 
> it. I get the
> >                following message:
> >                Error: could not find function "iid.test"
> >                Where am I supposed to save this package in 
> order that
> >         it works?
> >                
> >
> >            ?install.packages
> >
> >
> >     RTFM, and keep replies on the list.
> >
> >
> 
> 
> -- 
> Brian G. Peterson
> http://braverock.com/brian/
> Ph: 773-459-4973
> IM: bgpbraverock
> 
> ______________________________________________
> 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.
> 




More information about the R-help mailing list