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”

character vectors in data.frames
Lorenz Gygax · Jan 8, 1999 · r-help

Dear all, well, today I just seem to run into these problems ... (I am still working on R 0.63.1 on a SuSE 5.2). I would like to have a data.frame that also contains character (and NOT...

anova with models from glmmPQL
Lorenz.Gygax@fat.admin.ch · Oct 19, 2005 · r-help

> I try to compare some models obtained from glmmPQL. > > model1 <- > glmmPQL(y~red*yellow+I(red^2)+I(yellow^2)+densite8+I(densite8^ > 2)+freq8_4 > +I(freq8_4^2), random=~1|num, binomial); > model2 <- > glmmPQL(y~red*yellow+I...

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

Dear R-sig-Geo members, a semivariogram for spatial soil data, calculated by the gls (nlme library) function gives the following estimates: > lmm.dap2b <- gls(Dap.sa ~ 1 + ID.sitio, Pd2006mm, correlation=corGaus(form=~(easting.m+northing.m)|ID.sitio...

syntax for interactions in lme
Lorenz.Gygax@fat.admin.ch · Oct 26, 2005 · r-help

> Host (fixed) > Sire (random) > Dam nested within Sire (random) > Host * Sire (random) > Host * Dam within Sire (random) > > So without the interactions I have: > > hogmodel = lme(gain ~ host, random = ~1|sire/dam) > > If I understand correctly, that "sire/dam" term gives...

grouping for lme with nested repeated measurements
Lorenz.Gygax@fat.admin.ch · Oct 24, 2004 · r-help

> 1.The simple problem ist that i have different Samples , from > which i make repeated measurements (each sample is measured 6 > times) and i repeat this experiment over several Days, so i > get the lme grouping term "random=~1|Days...

GLMM: MEEM error due to dichotomous variables
lorenz.gygax at art.admin.ch · Aug 10, 2007 · r-help

> I am trying to run a GLMM on some binomial data. My fixed > factors include 2 > dichotomous variables, day, and distance. When I run the model: > > modelA<-glmmPQL(Leaving~Trial*Day*Dist,random=~1|Indiv,family= >"binomial") > > I get the...

interpreting evecs in pca (mulitv)
Lorenz Gygax · Feb 10, 2000 · r-help

Dear R specialists and users, can you help me with the interpretation of the $evecs in the result of a pca from the library multiv? (I must ashamedly admit that this is still R V 0.64.1 and multiv...

lmer or glm with family=binomial : probability variable
lorenz.gygax at art.admin.ch · Jan 17, 2007 · r-help

> We are dealing with a variable (BA) which indicates the overlap > between small mammal home ranges. It varies between 0 and 1 and it > can be interpreted as "the probability of two home ranges to > overlap", therefore we would have...

cryptowatchR new version 0.2.0 on CRAN
Lorenz Brachtendorf · Jun 11, 2021 · r-packages

Dear all, this is to announce that a new version of cryptowatchR is now available on CRAN. It may be useful for everyone who is interested in working with data on cryptocurrencies and crypto exchanges. This package is a wrapper...

Within-subject factors in lme: complemented
lorenz.gygax at art.admin.ch · Jan 15, 2007 · r-help

The internet address to complement this is: http://wiki.r-project.org/rwiki/doku.php?id=guides:lmer-tests sorry for the double posting! > -----Original Message----- > From: Gygax Lorenz ART > Sent: Tuesday, January 16, 2007 7:32 AM > To: r...

avoiding (another) error
Lorenz Gygax · Jan 8, 1999 · r-help

Dear all, Many thanks to all who always so quickly respond with helpful hints! Currently I am working with R 0.63.1 on SuSE 5.2 which I installed this morning within about half an hour: my deepest compliments...

Vignettes RePsychLing
lorenz.gygax at agroscope.admin.ch · Dec 8, 2015 · r-sig-mixed-models

Dear all, As a user of mixed-models - greatest thanks to all contributors to lme4 specifically! - I have read with interest the maybe not-so-recent-anymore discussion on how many random effects can reasonably be included in a mixed...

Hangup on save.image () / q ()
Lorenz.Gygax@fat.admin.ch · Sep 2, 2003 · r-help

Dear all, I am doing some data handling and tabualtions and then I am using glmmPQL to fit a binomial hierarchical model (which I assign to a new object). If I do a save.image () or a q ('yes') after...

R-beta: which Linux - again
Lorenz Gygax · Jul 16, 1998 · r-help

Dear all, I think this question has been raised very recently but I think I didn't see repsonses on the list nor did I find the thread in the archives. (If it is there I'd appreciate directions ...) I...

cryptowatchR new version 0.2.0 on CRAN
Lorenz Brachtendorf · Jun 11, 2021 · r-help

Dear all, this is to announce that a new version of cryptowatchR is now available on CRAN. It may be useful for everyone who is interested in working with data on cryptocurrencies and crypto exchanges. This package is a wrapper...

lme and varFunc()
Lorenz.Gygax@fat.admin.ch · Jan 24, 2005 · r-help

> I am currently analyzing a dataset using lme(). The model I > use has the following structure: > > model<-lme(response~Covariate+TreatmentA+TreatmentB, > random=~1|Block/Plot,method="ML") > > When I plot the residuals against the fitted values, I see a...

seg fault
Lorenz Gygax · Mar 5, 1999 · r-help

Dear all, sorry for the confusion I caused regarding the subject "segmentation fault". The corrections that made it to the list were corrections of a mail that bounced (because of its lengths). I included too much data because I thought...

Mixed-effects model for nested design data
Lorenz.Gygax@fat.admin.ch · Apr 29, 2004 · r-help

Dear Han, > I am using nlme for data from nested design. That is, "tows" are nested > within "trip", "trips" nested within "vessel", and "vessels" nested > within "season". I also have several covariates, say "tow_time", > "latitude" and "depth" > My model...

load tcltk
Lorenz Gabmann · Jan 10, 2008 · r-help

Problem solved: X11 from Mac OS X Tiger CD has to be installed then tcltk runs properly. Thanks! Lorenz Am 10.01.2008 um 15:38 schrieb Alberto Monteiro: > > Lorenz Gabmann wrote: >> >> Can someone help me with the following problem...

Repeated measures regression
Lorenz.Gygax@fat.admin.ch · May 4, 2004 · r-help

Why not start with: @Book{Pin:00a, author = {Pinheiro, Jose C and Bates, Douglas M}, title = {Mixed-Effects Models in {S} and {S}-{P}{L}{U}{S}}, publisher = {Springer}, year = {2000}, address = {New York} } Regards, Lorenz > -----Original Message----- > From: r...

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