[R] Rmpi unable to load

2013-08-21 Thread Stephen Clark
under Windows 8 without my error messages and how did they do this? Thanks. -- Stephen Clark, Second year PhD, School of Geography Tel : 0113 343 6707 Email : g...@leeds.ac.ukmailto:g...@leeds.ac.uk Web : http://www.geog.leeds.ac.uk/people/s.clark [[alternative HTML version deleted

Re: [R] Optimisation does not optimise!

2013-07-15 Thread Stephen Clark
attempt to increase this number of parameters. I do not, unfortunately, have any derivative information. -- Stephen Clark, Second year PhD, School of Geography Tel : 0113 343 6707 Email : g...@leeds.ac.uk Web : http://www.geog.leeds.ac.uk/people/s.clark -Original Message- From: Prof J

[R] Optimisation does not optimise!

2013-07-12 Thread Stephen Clark
Hello, I have the following code and data. I am basically trying to select individuals in a sample (by setting some weights) to match known counts for a zone. This is been done by matching gender and age bands. I have tested the function to be optimised and it does behave as I would expect

[R] Robust Stepwise Regression

2008-05-11 Thread Stephen Clark
Hello, I am interested in performing a stepwise regression using the robust regression technique to estimate the models at each stage. At the moment I am using the lm code and the stepAIC code to select the best OLS model. This final model is then re-estimated using the rlm code. I am hoping