Re: [R] hourly prediction time series

2016-02-05 Thread Sean Porter
Try the auto.arima function in the forecast package.. Regards, DR SEAN PORTER Scientist South African Association for Marine Biological Research Direct Tel: +27 (31) 328 8169 Fax: +27 (31) 328 8188 E-mail: spor...@ori.org.za Web: www.saambr.org.za 1 King Shaka Avenue, Point, Durban 4001

Re: [R] monte carlo simulations in permanova in vegan package

2015-10-30 Thread Sean Porter
ailto:r-help-boun...@r-project.org] On Behalf Of Jari Oksanen Sent: 29 October 2015 03:23 PM To: r-h...@stat.math.ethz.ch Subject: Re: [R] monte carlo simulations in permanova in vegan package Sean Porter ori.org.za> writes: > I am trying to run a PERMANOVA in the vegan package with an > appropri

Re: [R] monte carlo simulations in permanova in vegan package

2015-10-30 Thread Sean Porter
ailto:r-help-boun...@r-project.org] On Behalf Of Jari Oksanen Sent: 29 October 2015 03:23 PM To: r-h...@stat.math.ethz.ch Subject: Re: [R] monte carlo simulations in permanova in vegan package Sean Porter ori.org.za> writes: > I am trying to run a PERMANOVA in the vegan package with an > appropri

[R] monte carlo simulations in permanova in vegan package

2015-10-27 Thread Sean Porter
Dear colleagues, I am trying to run a PERMANOVA in the vegan package with an appropriate number of permutations (see example below), ideally . Obviously that number of permutations does not exists so I would like to use Monte Carlo permutation tests to derive the probability value, as is

Re: [R] monte carlo simulations in permanova in vegan package

2015-10-27 Thread Sean Porter
I was therefore hoping there was a way of coding for the Monte-Carlo permutation procedure into adonis? Thanks for your help! From: stephen sefick [mailto:ssef...@gmail.com] Sent: 27 October 2015 03:11 PM To: Sean Porter Cc: r-help@r-project.org Subject: Re: [R] monte carlo simulations in perman

Re: [R] need help with excel data

2015-01-21 Thread Sean Porter
) This will extract the first 2 characters from the left. To extract 45 you would type: =Right(A1,2) To get 2 characters starting at position 4 you would type: =MID(A1, 4,2) Which will give you 23. Hope this helps. Regards, DR. SEAN PORTER Scientist South African Association for Marine

[R] gradientForest input data structure

2014-04-02 Thread Sean Porter
...@r-project.org] On Behalf Of Sean Porter Sent: 25 March 2014 09:34 AM To: 'Liaw, Andy'; r-help@r-project.org Subject: Re: [R] randomForest warning: The response has five or fewer unique values. Are you sure you want to do regression? Dear Andy, Thank you for your help! Below are the full details

Re: [R] randomForest warning: The response has five or fewer unique values. Are you sure you want to do regression?

2014-03-25 Thread Sean Porter
] Sent: 25 March 2014 02:37 AM To: Sean Porter; r-help@r-project.org Subject: RE: [R] randomForest warning: The response has five or fewer unique values. Are you sure you want to do regression? If you are using the code, that's not really using randomForest directly. I don't understand the data

[R] randomForest warning: The response has five or fewer unique values. Are you sure you want to do regression?

2014-03-20 Thread Sean Porter
Hello everyone, Im relatively new to R and new to the randomForest package and have scoured the archives for help with no luck. I am trying to perform a regression on a set of predictors and response variables to determine the most important predictors. I have 100 response variables collected