Displaying 3 results from an estimated 3 matches for "filliben".
Did you mean:
filben
2011 Jun 30
1
Looking for Filliben (correlation test)
Hi R-users,
I need to run Filliben correlation test, but I'm not able to find this
function in any package.
Perhaps it isn't in a package, but sometimes anybody have program this
function or create a routine to estimate it.
I found it in google and I hope what I found it's in this page,
http://genepi.qimr.edu.au/staff/da...
2006 Apr 13
2
Plotting positions in qqnorm?
Do you know of a reference that discusses alternative choices for
plotting positions for a normal probability plot? The documentation for
qqnorm says it calls ppoints, which returns qnorm((1:m-a)/(m+1-2*a))
with "a" = ifelse(n<=10, 3/8, 1/2)? The help pages for qqnorm and
ppoints just refer to Becker, Chambers and Wilks (1988) The New S
Language (Wadsworth & Brooks/Cole),
2008 Jun 30
2
Which distribution best fits the data?
Dear R-help community,
Does anybody know of a stats function in R that tells you which
distribution best fits your data? I have tried look through the archives
but have only found functions that tell you if it's normal or log etc.
specifically - I am looking for a function that tells you (given a
timeseries) what the distribution is.
Any help/advice will be greatly appreciated,
All the