[R] Correlation code not working but not sure why

2017-03-22 Thread Ashley Patton via R-help
mes > airTemps53 <- c(rep(AirTempC, times = 53)) > > #Run correlation between site temps and air temps > cor.test(AllTemps, airTemps53, alternative = "two.sided", method = "pearson") Error in cor.test(AllTemps, airTemps53, alternative = "two.sided", me

Re: [R] Crete stats course

2017-03-15 Thread Ashley Patton via R-help
True, but if I may put in my two pennies worth, for novices like me it is useful to know about these things. -Original Message- From: Bert Gunter To: Highland Statistics Ltd CC: R-help Sent: Wed, 15 Mar 2017 14:59 Subject: Re: [R] Crete stats course Perhaps this has been asked and s

[R] Novice users in need of urgent help with boxplots

2017-02-28 Thread Ashley Patton via R-help
Hi, please forgive me but I am completely new to R and have no experience with it other than a 3 day training course but I need to use it for an urgent project and don't have time to learn a whole new language before the deadline, although I hope to get there soon. My question is this. I have

[R] R Software Program Help

2016-02-23 Thread Ashley Porter
tool, and I find myself unaware of what this tool is. Any information or help would be greatly appreciated. Warmly, *Ashley Porter | Director of Recruiting* D: 708-505-4087 *|* C: 708-705-0802* |* apor...@theplanetforward.com 888-845-2539 *|* F: 708-682-3073 *|* www.theplanetforward.com 800 Hill

Re: [R] censored quantile regression

2015-02-06 Thread Ashley Isaac Naimi, Mr
solution, which was to replace the last line with: summary(q2, taus = 1:9/10) instead of requesting the desired taus in the crq() function. Regards, Ashley Ashley I Naimi, PhD Assistant Professor Department Obstetrics and Gynecology McGill University ——— web: www.ashleyisaacnaimi.com<h

[R] censored quantile regression

2015-01-20 Thread Ashley Isaac Naimi, Mr
th, 60th, 80th). I’m using R version 3.1.2 (2014-10-31) -- "Pumpkin Helmet”, Platform: x86_64-apple-darwin13.4.0 (64-bit). Cheers, Ashley I Naimi [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUB

[R] Sparse Logistic PCA package?

2012-07-23 Thread Ashley Bonner
Hi UseRs, Has anyone come across an R package (or any other software) that can implement Sparse Logistic PCA (an extension to Sparse PCA that works in the presence of binary-type data)? Specifically, I have read the 2010 paper by Lee et al. called "Sparse Logistic Principal Component Analysis for

[R] Help with permutation function from Turner et al. 2010 (Ecology)

2012-06-08 Thread Ashley Stasko
22 0.9910104 0.3998703 .. Can anyone see where there may be a problem with the permutation code? I'm relatively new to functions, and especially to writing permutation functions, so I'm having difficulty finding the problem. Thanks, Ashley

[R] specify GARCH model, using garchFit()

2012-03-11 Thread Ashley Bonner
Hello, I’ve fitted a Garch(2,1) model with function 'garchFit()' from the package 'fGarch': > m1 <- garchFit(formula = ~garch(2,1),data = X,trace = F) * See 'summary(m1)' OUTPUT BELOW * PROBLEM: My alpha1 term is not significant and I would like to make a NEW model, say m2, that does not contai

[R] Adonis and nmds help and questions for a novice.

2011-10-04 Thread Ashley Houlden
Hi, forgive me if someone has already posted about this but I have had a look and cannot find the answer, also I am very new to R and been getting the grips with this. I have been trying to use Adonis to find out if there are significant difference between groups on data that I have analyses w

Re: [R] Relevel() catagorical variables in a GLM

2011-05-29 Thread ashley
w SE" is arguable but...) So then the SE for HH 923.60 (2nd run) or 0.2781 (1st run)? Thank you! Ashley On Sat, May 28, 2011 at 11:49 PM, Joshua Wiley-2 [via R] < ml-node+3558477-671379230-241...@n4.nabble.com> wrote: > Hi Ashley, > > It does not look like you have done

[R] Relevel() catagorical variables in a GLM

2011-05-28 Thread ashley
predictor, to save space and hassle.) Thanks, Ashley #Default reference level = HH: Estimate Std. Error z value Pr(>|z|) (Intercept) -5.2671 0.2781 -18.942 <2e-16 *** raw.table$SubsComboHS0.8127 0.6438 1.262

[R] Error in dimnames(x) for Poisson EWMA model

2011-04-20 Thread Ashley E. Jochim
t final generalized Cauchy point 1 norm of the final projected gradient 0.00806577 final function value 1.78439 final value 1.784390 converged Error in dimnames(x) <- dn : length of 'dimnames' [1] not equal to array extent Any thoughts on what's going on here and how to fi

[R] unexplained difference under sun grid engine

2010-10-06 Thread Ford, Ashley
hough I am setting the random number seed with the time. It appears that somehow it is not using the standard random number generator as .Random.seed is unchanged. Has anyone any idea what is happening ? Example below, different runs always return chkres327b23c6 followed by chkres643c9869 A

[R] nlrq parameter bounds

2010-03-29 Thread Ashley Greenwood
Hi there, Can anyone please tell me if it is possible to limit parameters in nlrq() to 'upper' and 'lower' bounds as per nls()? If so how?? Many thanks in advance __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE