Re: [R] Trouble installing pwr package

2010-09-21 Thread Gavin Simpson
On Tue, 2010-09-21 at 12:04 -0500, Erik Iverson wrote: > > Erik Iverson wrote: > > > > > > Brian J Mingus wrote: > >> Hi all, > >> > >> I'm having trouble getting access to the pwr. This is on Ubuntu Lucid > >> Lynx, > >> 64 bit. > >> > >> I'm installing pwr via packages.install('pwr'), and loa

Re: [R] Trouble installing pwr package

2010-09-21 Thread David Winsemius
On Sep 21, 2010, at 1:01 PM, Erik Iverson wrote: Brian J Mingus wrote: Hi all, I'm having trouble getting access to the pwr. This is on Ubuntu Lucid Lynx, 64 bit. I'm installing pwr via packages.install('pwr'), and loading it via library(pwr), both of which appear successful. Perhaps th

Re: [R] Trouble installing pwr package

2010-09-21 Thread Phil Spector
Brian - After you load a package with the library command, you can see what objects are available by looking at position 2 in the search path: library(pwr) objects(pos=2) [1] "cohen.ES" "ES.h" "ES.w1" "ES.w2" [5] "pwr.2p2n.test" "pwr.2p.test""pwr.anova.test

Re: [R] Trouble installing pwr package

2010-09-21 Thread Brian J Mingus
On Tue, Sep 21, 2010 at 11:04 AM, Erik Iverson wrote: > > > Erik Iverson wrote: > >> >> >> Brian J Mingus wrote: >> >>> Hi all, >>> >>> I'm having trouble getting access to the pwr. This is on Ubuntu Lucid >>> Lynx, >>> 64 bit. >>> >>> I'm installing pwr via packages.install('pwr'), and loading i

Re: [R] Trouble installing pwr package

2010-09-21 Thread Erik Iverson
Erik Iverson wrote: Brian J Mingus wrote: Hi all, I'm having trouble getting access to the pwr. This is on Ubuntu Lucid Lynx, 64 bit. I'm installing pwr via packages.install('pwr'), and loading it via library(pwr), both of which appear successful. Perhaps the actual output would help h

Re: [R] Trouble installing pwr package

2010-09-21 Thread Erik Iverson
Brian J Mingus wrote: Hi all, I'm having trouble getting access to the pwr. This is on Ubuntu Lucid Lynx, 64 bit. I'm installing pwr via packages.install('pwr'), and loading it via library(pwr), both of which appear successful. Perhaps the actual output would help here. Strangely, I neve

[R] Trouble installing pwr package

2010-09-21 Thread Brian J Mingus
Hi all, I'm having trouble getting access to the pwr. This is on Ubuntu Lucid Lynx, 64 bit. I'm installing pwr via packages.install('pwr'), and loading it via library(pwr), both of which appear successful. Strangely, I never get access to the pwr object in R. I tried installing it to /usr/local