[R-sig-ME] lmer not working

ONKELINX, Thierry Thierry.ONKELINX at inbo.be
Wed Aug 6 16:42:25 CEST 2014


Dear Georgina,

Please the mailing list in cc. Someone else might join the discussion.

sessionInfo() gives all loaded packages and their version. That helps to see which versions you used.

Your code seems OK. So if it works in a clean session (try stand-alone R as well), then the data object might be the culprit. It's hard to diagnose the problem without it. See http://adv-r.had.co.nz/Reproducibility.html for more info on how to make a reproducible example. Note that it doesn't have to be the actual dataset. A dummy dataset that replicates the problem is OK.

Best regards,

ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature and Forest
team Biometrie & Kwaliteitszorg / team Biometrics & Quality Assurance
Kliniekstraat 25
1070 Anderlecht
Belgium
+ 32 2 525 02 51
+ 32 54 43 61 85
Thierry.Onkelinx op inbo.be
www.inbo.be

To call in the statistician after the experiment is done may be no more than asking him to perform a post-mortem examination: he may be able to say what the experiment died of.
~ Sir Ronald Aylmer Fisher

The plural of anecdote is not data.
~ Roger Brinner

The combination of some data and an aching desire for an answer does not ensure that a reasonable answer can be extracted from a given body of data.
~ John Tukey


-----Oorspronkelijk bericht-----
Van: Georgina Brennan [mailto:g.l.brennan op sms.ed.ac.uk]
Verzonden: woensdag 6 augustus 2014 16:21
Aan: ONKELINX, Thierry
Onderwerp: RE: [R-sig-ME] lmer not working

Hi Thierry,

Thanks for your email. This is the first time I've emailed a group with an R problem and so I've never had to forward and examples of my data. For this reason can you tell me exactly what I need to send you for it to be a reproducible example?

Thanks,

Georgina

On 6 Aug 2014 15:09, "ONKELINX, Thierry" <Thierry.ONKELINX op inbo.be> wrote:
>
> Dear Georgina,
>
> Have to tried to run your code in a fresh session? Can you provide a reproducible example of your problem and the output of sessionInfo()?
>
> Best regards,
>
> ir. Thierry Onkelinx
> Instituut voor natuur- en bosonderzoek / Research Institute for Nature
> and Forest team Biometrie & Kwaliteitszorg / team Biometrics & Quality
> Assurance Kliniekstraat 25
> 1070 Anderlecht
> Belgium
> + 32 2 525 02 51
> + 32 54 43 61 85
> Thierry.Onkelinx op inbo.be
> www.inbo.be
>
> To call in the statistician after the experiment is done may be no more than asking him to perform a post-mortem examination: he may be able to say what the experiment died of.
> ~ Sir Ronald Aylmer Fisher
>
> The plural of anecdote is not data.
> ~ Roger Brinner
>
> The combination of some data and an aching desire for an answer does not ensure that a reasonable answer can be extracted from a given body of data.
> ~ John Tukey
>
>
> -----Oorspronkelijk bericht-----
> Van: r-sig-mixed-models-bounces op r-project.org
> [mailto:r-sig-mixed-models-bounces op r-project.org] Namens Georgina
> Brennan
> Verzonden: woensdag 6 augustus 2014 11:49
> Aan: r-sig-mixed-models op r-project.org
> Onderwerp: [R-sig-ME] lmer not working
>
> Dear list,
>
> I am using the lme4 package on R studio (v.0.98.994)****. I haven't
> used it in a while but I have been regularly updating my packages.
> Recently I attempted to run a simple mixed model:>
> lmer(mean.perDay~complexity+(1|regime),data) and I get the following error message:
>
> Error in get(name, envir = asNamespace(pkg), inherits = FALSE) :
>    object '.setDummyField' not found
>
>
> My question is, has anyone else faced any difficulty using lmer and if so can you advise me on how to fix my problem?  I am a PC (windows 7) user.
>
> Thanks,
>
> Georgina
>
> * * * * * * * * * * * * * D I S C L A I M E R * * * * * * * * * * * *
> * Dit bericht en eventuele bijlagen geven enkel de visie van de schrijver weer en binden het INBO onder geen enkel beding, zolang dit bericht niet bevestigd is door een geldig ondertekend document.
> The views expressed in this message and any annex are purely those of the writer and may not be regarded as stating an official position of INBO, as long as the message is not confirmed by a duly signed document.
>

--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.

* * * * * * * * * * * * * D I S C L A I M E R * * * * * * * * * * * * *
Dit bericht en eventuele bijlagen geven enkel de visie van de schrijver weer en binden het INBO onder geen enkel beding, zolang dit bericht niet bevestigd is door een geldig ondertekend document.
The views expressed in this message and any annex are purely those of the writer and may not be regarded as stating an official position of INBO, as long as the message is not confirmed by a duly signed document.


More information about the R-sig-mixed-models mailing list