search for: newlst

Displaying 2 results from an estimated 2 matches for "newlst".

Did you mean: newest
2017 Jun 12
0
plotting gamm results in lattice
..., col="red") #panel.loess(x,y,...) #panel.rug(x = x[is.na(y)], y = y[is.na(x)]) } ) # by newdata = ... # take a cross-section of data - reduces the amount of data to be plotted mx = aggregate(Q95 ~ super.end.group, spring, max, na.rm=T) newlst <- do.call(rbind, lapply(1:6, function(j) expand.grid(Q95 = seq(0,mx[j,2], length = 50), super.end.group = LETTERS[j]) Year = Hms_Rsctned = ...)) # fill i...
2017 Jun 12
2
plotting gamm results in lattice
Dear all,? I hope that you can help me on this. I have been struggling to figure this out but I haven't found any solution. I am running a generalised mixed effect model, gamm4, for an ecology project. Below is the code for the model: model<-gamm4(LIFE.OE_spring~s(Q95, by=super.end.group)+Year+Hms_Rsctned+Hms_Poaching+X.broadleaved_woodland? ? ? ? ? ? ?+X.urban.suburban+X.CapWks,