Message-ID: <41A44D6F.5080100@statistik.uni-dortmund.de>
Date: 2004-11-24T08:59:27Z
From: Uwe Ligges
Subject: (no subject)
In-Reply-To: <1058.193.205.64.125.1101282644.squirrel@193.205.64.125>
angelare at to.infn.it wrote:
> Good morning,
> I have to apply the Ks test with the the t distribution.
> I know I have to write ks.test(data_name,"distribution_name", parameters..)
> but I don't know what is the name fot t distribution and which parameters
> to introduce? may be mean=0 and freedom degrees in my case?
For example:
ks.test(x, "pt", df = 4)
See ?ks.test and ?pt
Uwe Ligges
> Thank you for helping me.
> Angela Re
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html