Thanks Peter!
On 11/30/07, Peter Dalgaard <[EMAIL PROTECTED]> wrote:
>
> tom soyer wrote:
> > Hi,
> >
> > I am trying to find a function in R that would calculate the critical
> value
> > of t for a given probability and df. For example, if p=5% and df=20,
> then
> > does R have a function to calc
tom soyer wrote:
> Hi,
>
> I am trying to find a function in R that would calculate the critical value
> of t for a given probability and df. For example, if p=5% and df=20, then
> does R have a function to calculate the t value? I tried:
>
>
>> dt(0.05,df=20)
>>
> [1] 0.3934718
>
> That do
Hi,
I am trying to find a function in R that would calculate the critical value
of t for a given probability and df. For example, if p=5% and df=20, then
does R have a function to calculate the t value? I tried:
> dt(0.05,df=20)
[1] 0.3934718
That doesn't look right to me. Could someone tell me
3 matches
Mail list logo