Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

102 results for “from:Rune”

Optimisation and NaN Errors using clm() and clmm()
Rune Haubo · Apr 20, 2013 · r-help

On 18 April 2013 18:38, Thomas Foxley <thomasfoxley at aol.com> wrote: > Rune, > > Thank you very much for your response. > > I don't actually have the models that failed to converge from the first > (glmulti) part as they were...

Ordered probit using clm2
Rune Haubo · Nov 6, 2012 · r-help

Hi Alice, A factor is a fairly basic R concept that you can read about in http://cran.r-project.org/doc/manuals/R-intro.pdf on page 16. Now to fit the CLM, you need to turn your response...

multicore mclapply hangs when 'debug' loaded
Rune Schjellerup Philosof · Aug 10, 2009 · r-sig-hpc

Dirk Eddelbuettel skrev: > On 10 August 2009 at 13:55, Rune Schjellerup Philosof wrote: > | When I execute mclapply it creates the needed processes, but these > | processes never begin computing anything, they just wait indefinitely. > I discovered that it occurs when...

R-sig-mixed-models Digest, Vol 136, Issue 41
Rune Haubo · May 2, 2018 · r-sig-mixed-models

On 2 May 2018 at 00:27, Maarten Jung <Maarten.Jung at mailbox.tu-dresden.de> wrote: > Sorry, I forgot that lmer() (unlike lmer_alt() from the afex package) > does not convert factors to numeric covariates when using the the...

means , CIs from lmer, glmer
Rune Haubo · Feb 27, 2018 · r-sig-mixed-models

Just a small note that lmerTest (and the Satterthwaite method for degrees of freedom) is only meaningful for _linear_ mixed models - not for the generalized variants such as the one considered here for proportions. Best, Rune On 27 February 2018...

three level ordered logit
Rune Haubo · Feb 23, 2011 · r-sig-mixed-models

Hi Ben, The ordered logit model with a random intercept (also known as a proportional odds model with random intercept and a cumulative link mixed model, CLMM with a random intercept) can be fitted with the clmm function from package...

Mixed model Nested ANOVA
Rune Haubo · Feb 22, 2008 · r-help

Hi Stephen On 22/02/2008, Stephen Cole <swbcole at gmail.com> wrote: > hello R help > > I am trying to analyze a data set that has been collected from a > hierarchical sampling design. The model should be a mixed model...

proportional odds logistic regression with non-negative constraint for several coefficients
Rune Haubo · Jan 28, 2017 · r-help

Hi Zhao, This is not a direct answer to your question, but a suggestion for a different approach. The ordinal package was designed to cope with issues like this (parameter constraints in ordinal regression models) - try the following: > library(ordinal...

New re-written version of lmerTest will soon be released - please test, use and comment
Rune Haubo · Mar 23, 2018 · r-sig-mixed-models

Dear mixed-modellers! The lmerTest package has been re-written and the new version will soon be released as package version ? 3.0. The lmerTest package provides p-values in type I, II or III anova and summary tables for...

R-sig-mixed-models Digest, Vol 136, Issue 41
Rune Haubo · May 4, 2018 · r-sig-mixed-models

On 2 May 2018 at 17:50, Maarten Jung <Maarten.Jung at mailbox.tu-dresden.de> wrote: > Thank you for explaining this. This is *very* interesting. > As far as I understand, m_zcp5 is the model Reinhold Kliegl uses in...

Error message in running CLMM models from Ordinal package: "optimizer nlminb failed to converge"
Rune Haubo · Feb 27, 2018 · r-sig-mixed-models

It is difficult to say why the bigger model converges while the submodels do not. Perhaps the surprising part is why the bigger model converges rather than why the simpler ones don't given the rather complicated variance structure in...

ordinal regression with MCMCglmm
Rune Haubo · Apr 14, 2010 · r-sig-mixed-models

Hi Kari I know you asked specifically about MCMCglmm, but as an alternative you could consider to fit the mixed-effects model with clmm from package ordinal by maximum likelihood: > library(ordinal) > fmm1 <- clmm(resp ~ treat, random = group, Hess = 1...

adjusted values
Rune Haubo · Mar 22, 2018 · r-sig-mixed-models

Maybe we are confusing ourselves here. Christiano, you say that you are using lme4, but the output looks more like that from lme (nlme package). If the latter is the case, the lmerTest package is not directly related to your...

significance level (p) for t-value in package zelig
Rune Haubo · Jun 26, 2012 · r-help

My point was just that the situation in a cumulative link model is not much different from a binomial glm - the binomial glm is even a special case of the clm with only two response categories. And just like summary...

Question about continuous distributions in GLMM
Rune Haubo · May 9, 2018 · r-sig-mixed-models

On 9 May 2018 at 20:16, Victoria Ortiz <vicrotas at gmail.com> wrote: > Hi, > I'm so sorry for the delay in the response, I was with a lot of work. > > With "variance components" I mean the partition of...

What is the lmer/nlme equivalent of the REPEATED subcommand in SPSS's MIXED procedure?
Rune Haubo · Mar 22, 2018 · r-sig-mixed-models

On 22 March 2018 at 16:11, Maarten Jung <Maarten.Jung at mailbox.tu-dresden.de> wrote: > Dear Rune, > > thanks for making clear what /REPEATED stands for! > > Independently, does it make sense to fit a model via > > gls(value ~ factor1...

Ordinal logistic regression p-values
Rune Haubo · Aug 29, 2011 · r-help

There is also clm() (for cumulative link models) from package ordinal that has much the same interface that polr() has, but it does give you p-values for the regression parameters. A simple example from examples(clm): library(ordinal) data...

two questions about clmm
Rune Haubo · Aug 20, 2012 · r-sig-mixed-models

Dear Malcolm On 3 August 2012 19:11, Malcolm Fairbrother <m.fairbrother at bristol.ac.uk> wrote: > Dear Rune (and list), > > I've been making use of clmm, and have two (potentially over-ambitious) questions. If Rune or anyone else...

Mixed-model polytomous ordered logistic regression ?
Rune Haubo · Jan 4, 2011 · r-sig-mixed-models

On 3 January 2011 22:53, Emmanuel Charpentier <emm.charpentier at free.fr> wrote: > Le lundi 03 janvier 2011 ? 19:54 +0100, Rune Haubo a ?crit : >> Hi Emmanuel, >> >> You can use the clmm() function in package ordinal to fit cumulative...

multicore mclapply hangs when 'debug' loaded
Rune Schjellerup Philosof · Aug 11, 2009 · r-sig-hpc

Dirk Eddelbuettel skrev: > On 11 August 2009 at 09:07, Mark.Bravington at csiro.au wrote: > | As the author of the 'debug' package, but knowing nothing about multicore > | (I'm a Windows user)-- The newest version of multicore 0.1...

Can't find what you're looking for? Try searching with Google .