[R] Updated package: survival_2.40-1

2016-11-01 Thread Therneau, Terry M., Ph.D.
Survival version 2.40 has been relased to CRAN. This is a warning that some users may see changes in results, however. The heart of the issue can be shown with a simple example. Calculate the following simple set of intervals: <>= birth <- as.Date("1973/03/10") start <- as.Date("1998/09/13")

Re: [R] function ave() with seq_along returning char sequence instead of numeric

2016-11-01 Thread Charles C. Berry
On Mon, 31 Oct 2016, Jeff Newmiller wrote: The help page describes the first argument x as a numeric... it is not designed to accept character, Actually it is so designed, but not advertised as such. See below. so the fact that you get anything even close to right is just a bonus. As the

Re: [R] function ave() with seq_along returning char sequence instead of numeric

2016-11-01 Thread S Ellison
> The help page describes the first argument x as a numeric... It also describes the _value_ as numeric. One for the help page issue list? In fact there seems no obvious reason for a hard restriction to numeric*; the return value will depend largely on what FUN does, as there's no argument

Re: [R] bzip2

2016-11-01 Thread David Winsemius
> On Nov 1, 2016, at 2:23 AM, Josef Eschgfaeller wrote: > > David Winsemius wrote: > >> http://r.research.att.com/libs/ > > I installed xz with > >tar fvxz xz-5.0.5-darwin10-bin2.tar.gz -C / > > but then for R > >./configure --enable-R-shlib > > gives me the same

Re: [R-es] Modelo mixto en R

2016-11-01 Thread Manuel Spínola
Hola Olivier, Adjunto los datos. Manuel El 31 de octubre de 2016, 3:29, Olivier Nuñez escribió: > Manuel, > > no estoy seguro de entender el diseño. > Cada parcela recibe los 4 tratamientos (un tratamiento por subparcela de > una misma parcela)? > Las "ocasiones" (supongo que

Re: [R] bzip2

2016-11-01 Thread Josef Eschgfaeller
David Winsemius wrote: > http://r.research.att.com/libs/ I installed xz with tar fvxz xz-5.0.5-darwin10-bin2.tar.gz -C / but then for R ./configure --enable-R-shlib gives me the same error as before: -- checking for BZ2_bzlibVersion in

[R-es] Apis geocodificadoras además de Google Maps

2016-11-01 Thread Claudia Guerrero
Buenos días, Quiero comparar la eficiencia de geocodificación de distintas plataformas, Open Street Map parece no funcionar en México, saben de algunas otras, además de ésta y Google Maps Gracias de antemano Claudia Guerrero ___ R-help-es mailing

Re: [ESS] wget/curl and DOWNLOAD make variable customization ...

2016-11-01 Thread Martin Maechler
> Sparapani, Rodney > on Tue, 25 Oct 2016 17:22:46 + writes: > I haven’t tried it recently. But, at one point, you could > build ESS with DOWNLOAD = true to circumvent the > julia-mode.el download and build ESS without it. Of > course, you

Re: [R] Resetting Baseline Level of Predictor in svyglm Function

2016-11-01 Thread Anthony Damico
hi, i think you want elsq1ch_brr <- update( elsq1ch_brr , F1HIMATH = relevel(F1HIMATH,"PreAlg or Less") ) On Mon, Oct 31, 2016 at 9:05 PM, Courtney Benjamin wrote: > Hello R Users: > > I am using the survey package in R for modeling with complex survey data. > I am