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
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
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
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
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
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
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
7 matches
Mail list logo