Displaying 10 results from an estimated 10 matches for "cowpertwait".
2012 Aug 29
3
Bonferroni correction for multiple correlation tests
Please can someone advise me how I can adjust correlations using bonferroni's correction? I am doing manny correlation tests as part of an investigation of the validity/reliability of a psychometric measure.
Help would be so appreciated!
Cheers,
Louise
2001 Dec 13
2
inconsistency between gamma and choose functions
...shows FALSE starts to appear when n >= 10. Why the
inconsistency?
compare <- function (n, k) choose(n,k) ==
gamma(n+1)/(gamma(k+1)*gamma(n-k+1))
compare(5,2)
[1] TRUE
compare(10,2)
[1] FALSE
compare(9,2)
[1] TRUE
compare(9,3)
[1] TRUE
#etc.
_____________________________________
Paul S.P. Cowpertwait
IIMS, Massey University, Albany,
Private Bag 102 904
North Shore Mail Centre
Auckland, NZ
Tel (+64) (9) 443 9799 ext 9488
http://www.massey.ac.nz/~pscowper
_____________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list...
2009 Jun 15
4
books on Time series
...g at Amazon I found three books with examples in R:
Time Series Analysis: With Applications in R by Jonathan D. Cryer and
Jonathan D. Cryer
Time Series Analysis and Its Applications: With R Examples by Robert H.
Shumway and Robert H. Shumway
Introductory Time Series with R (Use R) by Paul S.P. Cowpertwait and
Andrew V. Metcalfe
I would like to receive any suggestion of which is most appropriate for
a non-statistician (I am a biologist). Reading only the index I could
not evaluate it.
Thanks in advance,
Antonio Olinto
Marine Fisheries Center
Sao Paulo Fisheries Institute
Brazil
2012 Aug 13
1
R-help question
...in other variables? If so, I don't know how to do this. Or, I need to do an overall test like Little's test of missing completely at random. I have spent ages looking online and at packages and can't find anything.
Please help! I don't want to use SPSS!
Cheers,
Louise
Louise Cowpertwait
louisecowpertwait@gmail.com
021 258 9795
Auckland, NZ
[[alternative HTML version deleted]]
2001 Dec 13
1
further to my last email
...ma(6)*gamma(16))) == round(choose(20,5))
[1] TRUE
So I presume the problem is related to gamma being a real function.
However, I'm still not sure why there's a break from TRUE to FALSE for
certain values. Any comments would be appreciated!
_____________________________________
Paul S.P. Cowpertwait
IIMS, Massey University, Albany,
Private Bag 102 904
North Shore Mail Centre
Auckland, NZ
Tel (+64) (9) 443 9799 ext 9488
http://www.massey.ac.nz/~pscowper
_____________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list...
2001 Sep 05
3
Fitting distributions
...distributions when:
i) the data are given and the maximum likelihood estimates are required;
ii) the sample moments are available but the complete data record is not
(so moment estimates are required).
Any suggestions will be gratefully received.
_____________________________________
Paul S.P. Cowpertwait
IIMS, Massey University, Albany,
Private Bag 102 904
North Shore Mail Centre
Auckland, NZ
Tel (+64) (9) 443 9799 ext 9488
http://www.massey.ac.nz/~pscowper
_____________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list...
2012 Apr 09
0
Question on harmonic (Fourier) analysis of sinusoidal time series
...icients of the first "fundamental" harmonic
that the machine is applying
- an, bn "low" values of coefficients of the higher harmonics
- some noise ~ NID
I used lm() to fit the linear model using the code suggested in
"Introductory Time Series with R"
by Paul S.P. Cowpertwait (2006 SPRINGER SCIENCE+BUSINESS MEDIA, LLC.).
Started with 1st harmonic component and then increased up to 6.
Here's the results (6 harmonic components, but results are similar with less
harmonics):
Call:
lm(formula = force.fit ~ s + c)
Residuals:
Min 1Q Median 3Q...
2012 May 31
2
time-series statistics collection
Hello,
I am trying to collect several global measures or statistics for
time-series as well as packages of R that can compute them. I have found
several of them in papers and books, but the literature is so big i am sure
i am missing several of them.
skewness
kurtosis
min
max
mean
SD
trend
seasonality
periodicity
chaos (Lyapunov Exponent) / Largest Lyapunov Exponent (i think is the same
2012 Oct 18
1
Time Series Analysis and Forecasting
Hello,
I am totally new in the field of time series analysis and forecasting and R.
I read that R is a powerful tool for time series. Could anyone give me
navigation what models of time series are availiable in R etc?
--
View this message in context: http://r.789695.n4.nabble.com/Time-Series-Analysis-and-Forecasting-tp4646637.html
Sent from the R help mailing list archive at Nabble.com.
2009 Jun 15
0
books on Time serie
...les in R:
>
> Time Series Analysis: With Applications in R by Jonathan D. Cryer and
> Jonathan D. Cryer
>
> Time Series Analysis and Its Applications: With R Examples by Robert
> H.
> Shumway and Robert H. Shumway
>
> Introductory Time Series with R (Use R) by Paul S.P. Cowpertwait and
> Andrew V. Metcalfe
>
> I would like to receive any suggestion of which is most appropriate
> for
> a non-statistician (I am a biologist). Reading only the index I could
> not evaluate it.
>
> Thanks in advance,
>
> Antonio Olinto
>
> Marine Fisheries Cent...