Displaying 2 results from an estimated 2 matches for "exitus".
Did you mean:
exits
2004 Oct 26
3
GLM model vs. GAM model
I have a question about how to compare a GLM with a GAM model using anova
function.
A GLM is performed for example:
model1 <-glm(formula = exitus ~ age+gender+diabetes, family = "binomial",
na.action = na.exclude)
A second nested model could be:
model2 <-glm(formula = exitus ~ age+gender, family = "binomial", na.action =
na.exclude)
To compare these two GLM models the instruction is:
anova(model1,model2, test=&...
2005 Dec 19
2
Network Loading of freeBSD
...with 82559er (hence covered by eepro100) when producing the boot-floppy
Status achieved:
# Bootfloppy on ErgoPro boots Etherboot
# Etherboot loads pxelinux.0
# Pxelinux loads pxe.cfg/00:10:DC:0E:3F:31
# Pxelinux completely loads pxeboot.0
# ErgoPro stops without additional signs of life (exitus)
More Details:
# Bootfloppy prepared with www.rom-o-matic.net/5.4.1
<http://www.rom-o-matic.net/5.4.1%20producing%20eepro100.zdsk> producing
eepro100.zdsk
# pxelinux taken off syslinux-3.06
# more /usr/local/etc/dhcpd.conf (respective part of it)
host ErgoPro2 {
hardware ethernet...