search for: depth_m

Displaying 3 results from an estimated 3 matches for "depth_m".

Did you mean: depth_1
2012 Dec 07
1
Negative Binomial GAMM - theta values and convergence
Hi there, My question is about the 'theta' parameter in specification of a NB GAMM. I have fit a GAM with an optimum structure of: SB.gam4<-gam(count~offset(vol_offset)+ s(Depth_m, by=StnF, bs="cs")+StageF*RegionF, family=negbin(1, link=log), data=Zoop_2011[Zoop_2011$SpeciesF=='SB',]) However, this GAM shows heterogeneity in the residuals, and the model fit is not great. I would like to add a random effect to this GAM, for station...
2013 Jan 18
1
lattice: loess smooths based on y-axis values
...r each abundance, which means that the curves give multiple possible abundances at each depth level. Rather, I would like the loess smooth to still be based on 'averaging' abundance at each depth. Essentially, I would like a mirror image of the plot from this code: ord<-order(Zoo_nocyp$Depth_m, decreasing=TRUE) xyplot(log10Ab[ord]~factor(-1*Depth_m[ord])|StageF[ord], data=Zoo_nocyp[Zoo_nocyp$log10Ab!="0" ,], type=c("p","smooth"), par.settings=list(strip.background=list(col="white"), fontzize=list(text=16,points=10), lty =...
2013 May 01
1
help understanding hierarchical clustering
Hi All, i've problem to understand how to work with R to generate a hierarchical clustering my data are in a csv and looks like : idcode,count,temp,sal,depth_m,subs 16001,136,4.308,32.828,63.46,47 16001,109,4.31,32.829,63.09,49 16001,107,4.302,32.822,62.54,47 16001,87,4.318,32.834,62.54,48 16002,82,4.312,32.832,63.28,49 16002,77,4.325,32.828,65.65,46 16002,77,4.302,32.821,62.36,47 16002,71,4.299,32.832,65.84,37 16002,70,4.302,32.821,62.54,49 where idcode...