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.

160 results for “from:Lorenz”

modelling nested random effects with interactions in R
Lorenz.Gygax@fat.admin.ch · Apr 1, 2004 · r-help

Hi Michael, > I have a nested anova, with random factor "lakefac" nested within > factor "fishfac" (fixed), with an additional fixed factor > "Habfac". If I consider everything as fixed effects, it's addmittedly > not the correct model, but I can at...

random effect nested within fixed effects (binomial lmer)
lorenz.gygax at art.admin.ch · Feb 21, 2007 · r-help

> But I recently realized something. Most of the variables that I've > tested as fixed effects are properties of the subject (e.g. Race, > Gender, etc.). Is it correct to be using a random effect > Subject that is nested within...

Seeming discrepancy between summary and confint; was: Confidence interval for relative contribution of random effect variance
lorenz.gygax at agroscope.admin.ch · Sep 12, 2014 · r-sig-mixed-models

Dear Emmanuel, Thank you! Stupid me ... A nice weekend to all of you! Lorenz > Am 12.09.2014 um 17:55 schrieb "Emmanuel Curis" <emmanuel.curis at parisdescartes.fr>: > > Double check your results, you will see that there is agreement...

modeling spatial autocorrelation and heteroscedascity with gls / nlme
Guido Lorenz · Apr 14, 2010 · r-sig-mixed-models

Dear R users, my question is about groupwise modeling of spatial autocorrelation in mixed effect models: In a soil study, five different sites are to be compared respect to specific soil properties. A regular sampling grid with 32 points in...

Clustered Standard Errors?
Lorenz, Jennifer · Nov 17, 2015 · r-help

Hi Ignacio, following this link: http://www.ne.su.se/polopoly_fs/1.216115.1426234213!/menu/standard/file/clustering1.pdf you can download a documentation for Arai's cl-function that is mentioned in the link in your email. I...

mixed models question
Lorenz.Gygax@fat.admin.ch · Jun 15, 2004 · r-help

Hi Chris, > I am trying to fit the following linear model to logged per capita > fecundity data (ie number of babies per female) for a mouse: > > RsNRlS <- glm(formula = ln.fecundity ~ summer.rainfall + N + > lagged.rainfall + season, ....) > > I am using...

lmer BIC changes between output and anova
lorenz.gygax at art.admin.ch · Oct 6, 2006 · r-help

The two models that you compare differ in their fixed effects. As far as lme had been concerned, the anova gave a warning because one should not compare two models differing in their fixed effects if they had been estimated...

Confidence interval for sum of coefficients
lorenz.gygax at agroscope.admin.ch · Sep 25, 2014 · r-sig-mixed-models

Dear Michael, This is possibly not what you should do. As has been recently suggested to me on this list, you could use bootMer with a function that computes the sum(s) that you are interested in. Then use boot...

.Rdata questions
Lorenz Gygax · Feb 14, 1999 · r-help

Dear all, in a current project I have a pretty huge .Rdata. Thus I was working with R --vsize 100 --nsize 1000000. Today when I tried to restart R I get the following error message: Error: a read error occured...

Quantile Regression without intercept
Lorenz, David · Oct 6, 2015 · r-help

Thanks for the details, I suspected something like that. I think that begs the question: what is the meaning of quantile regression through the origin? If the tau=.5 line does not pass through 1/2 the data how do...

Split-split plot ANOVA
Lorenz.Gygax@fat.admin.ch · Feb 2, 2005 · r-help

> I have been going over and over the examples in MASS > and the Pinheiro and Bates example, but cannot get my model > to run correctly with either aov or lme. > > Could someone give me a hand with the correct model...

Confidence interval for relative contribution of random effect variance
lorenz.gygax at agroscope.admin.ch · Sep 12, 2014 · r-sig-mixed-models

Dear Ben, Many thanks for your input. [... snip] > > Now, apart from this aspect, can confint be tweaked to calculate not > > only the confidence interval of the 'raw' parameters but also for > > some function of the parameters? If not, do I...

Seeming discrepancy between summary and confint; was: Confidence interval for relative contribution of random effect variance
lorenz.gygax at agroscope.admin.ch · Sep 12, 2014 · r-sig-mixed-models

Dear Martin, Many thanks for this explanation which, of course, is very reasonable ;-) But - and I may be real slow on this - why is the same seemingly not true for the random effects as well (summary and confint give the...

semivariogram calculation - discrepancy between gls and gstat
Guido Lorenz · Jul 6, 2010 · r-sig-geo

Dear Edzer Pebesma, thank your for your advice - you were right that the semivariance values are standardized by default in the output of the nlme-Variogram function. So, with the adequate "resType"-option in that function, I could reproduce nearly...

Confidence interval for relative contribution of random effect variance
lorenz.gygax at agroscope.admin.ch · Sep 14, 2014 · r-sig-mixed-models

Dear all, based on Bens suggestion (and it has come up again in another post) I made a first try in using bootMer and boot.ci. > [... snip] > > > > Now, apart from this aspect, can confint be tweaked to calculate not > > > only...

Type of residuals for assessing assumptions in extended lme's
lorenz.gygax at art.admin.ch · Oct 1, 2008 · r-sig-mixed-models

Dear all, I am currently evaluating different models regarding haemodynamic reactions in the brain. Thus the realtive concentration of O2Hb and HHb are my response variables. These concentrations are recorded over relatively short stimulation periods (75 sec) and are presently...

idea for (further) debugging ace ()?
Lorenz Gygax · Mar 30, 1999 · r-help

Dear all, I am trying to use ace on a 446 x 14 Matrix, with two categorical variables in the first two columns. If I try to run it I get: > aceiH <- ace (data.mat, resp, cat= 1:length(x...

nested hierarchical design
lorenz.gygax at art.admin.ch · Jan 17, 2007 · r-help

> 1. The first I used to do in SPSS and I would like to be able > to do it in R as well. > This is the hierarchical model I would like to use: a continuous > variable explained by factor A...

we need an exists/get hybrid
Lorenz, David · Dec 4, 2014 · r-devel

All, So that suggests that .GlobalEnv[["X"]] is more efficient than get("X", pos=1L). What about .GlobalEnv[["X"]] <- value, compared to assign("X", value)? Dave On Wed, Dec 3, 2014 at 3:30 PM, Peter Haverty <haverty.peter at...

PBmodcomp: pwrssUpdate does not converge with glmer
lorenz.gygax at agroscope.admin.ch · Jun 10, 2015 · r-sig-mixed-models

Dear all, In a current project (2 x 2 x 2 factorial design) we are interested in calculating p-values for binary outcomes (we are aware that such an approach is not unequivocal but circumstances are such that results will...

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