Re: [R] Resampling 1 time series at another set of (known) irregularly spaced times

2019-01-10 Thread John Hillier
' option. # approx(x, y, xout, method="linear", n=50, yleft, yright, rule=1, f=0) out <- approx(s1[,1],s1[,2],s2[,1], method="linear") out$x[] out$y[] - Work days: Mon-Thurs Web page: <http://homepages.lboro.ac.uk/~gyjh5/> <http://www.l

[R] Resampling 1 time series at another set of (known) irregularly spaced times

2019-01-09 Thread John Hillier
know it might seem a bit odd, but it is necessary for the particular question I'm asking. Thank you for your time, John - Work days: Mon-Thurs Web page: <http://homepages.lboro.ac.uk/~gyjh5/> <http://www.lboro.ac.uk/departments/geography/staff/john-h

Re: [R] sim() not working in example given in lava() documentation - please help.

2016-09-05 Thread John Hillier
ven when I can't see why it should :-) John ----- Dr John Hillier Senior Lecturer - Physical Geography Loughborough University 01509 223727 From: PIKAL Petr Sent: 05 September 2016 14:01:52 To: John Hillier; r-help mailing list Subject:

[R] sim() not working in example given in lava() documentation - please help.

2016-09-05 Thread John Hillier
nomial.lvm("logit") > d <- sim(m,1e3) Error in rep(0, ncol(fx)) : invalid 'times' argument - Dr John Hillier Senior Lecturer - Physical Geography Loughborough University 01509 223727 [[alternative HTML version deleted]]

Re: [R] truncpareto() - doesn't like my data and odd error message

2016-03-10 Thread John Hillier
sages about the values 'lower', which might be confusing. So, ensure input is called 'y', and that 'lower' and 'upper' are just outside the range of y. John - Dr John Hillier Senior Lecturer -

Re: [R] truncpareto() - doesn't like my data and odd error message

2016-03-10 Thread John Hillier
t3 <- vglm(y ~ 1, truncpareto(1999, 4794), data = pdataH, trace = TRUE) Error in eval(expr, envir, enclos) : the value of argument 'upper' is too low (requires 'max(y) < upper') ----- Dr John Hillier Senior Lecturer - Physical Geograph

Re: [R] truncpareto() - doesn't like my data and odd error message

2016-03-10 Thread John Hillier
but makes no difference to the outcome/error message. John --------- Dr John Hillier Senior Lecturer - Physical Geography Loughborough University 01509 223727 From: peter dalgaard Sent: 09 March 2016 19:58 To: John Hillier Cc: r-hel

[R] truncpareto() - doesn't like my data and odd error message

2016-03-09 Thread John Hillier
o(lower, upper), data = pdata3, trace = TRUE) VGLMlinear loop 1 : loglikelihood = 12.127363 VGLMlinear loop 2 : loglikelihood = 12.130407 VGLMlinear loop 3 : loglikelihood = 12.130407 > coef(fit3, matrix = TRUE) loge(shape) (Intercept)1.955295 > c(fit3@misc$lower,

Re: [R] Problem installing packages: cannot open file '/sw/Library/Frameworks/R.framework/Versions/3.2/Resources/etc/Makeconf'

2016-03-03 Thread John Hillier
io-desktop) for installing R; I assumed it was doing exactly the same thing, but was clearly wrong. Noted to use r-sig-...@r-project.org for mac install issues in future. All the best John From: David Winsemius Sent: 03 March 2016 00:31 To: John Hil

[R] Problem installing packages: cannot open file '/sw/Library/Frameworks/R.framework/Versions/3.2/Resources/etc/Makeconf'

2016-03-02 Thread John Hillier
/Frameworks/R.framework/Versions/3.2/Resources/etc/Makeconf': No such file or directory The downloaded source packages are in � Warning message: In install.packages("outliers") : installation of package � had non-zero exit status - Dr John Hillier Senior Lecturer - Phys