search for: understrand

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

Did you mean: understand
2012 Sep 11
0
how to perform multiple comparisons with anova.glm significant interactions?
...ss ) glmTest <- glm (sqrt(Biomass) ~ fReserve * DivBoulders * Roughness, family=gaussian, data=myData) plot (glmTest) anova (glmTest, test="F") # How could I hypothetically test multiple comparisons among the 3 predictors (when only one is a factor)? (or something that can help me to understrand what is happening with fish biomass in relation to reserve effect and habitat measurements at the same time). Many thanks in advance, Barbara Costa [[alternative HTML version deleted]]
2001 May 21
1
SoX support
For those of you who want to be able to decode Ogg Vorbis files into other formats, SoX (the swiss army knife of audio programs) now has Ogg Vorbis support in CVS. It can read Ogg Vorbis files and export the audio in any format SoX supports. You can also write Ogg Vorbis with it, but, because of limitations in the design of SoX, only output at 128kbps is supported. Note: Instructions on how to
2010 Nov 16
26
Balloon driver for Linux/HVM
Hi, I have noticed that, in the code of linux/drivers/xen/balloon.c, there exists the snippet as this: static int __init balloon_init(void) { unsigned long pfn; struct page *page; if (!xen_pv_domain()) return -ENODEV; ..... } Does it means the driver will not work in HVM? If so, where is the HVN-enabled code for that? 2010-11-16 Rui Chu _______________________________________________