Displaying 2 results from an estimated 2 matches for "fitop".
Did you mean:
bitop
2008 Dec 01
1
Comparing output from linear regression to output from quasipoisson to determine the model that fits best.
...l. Is there any way I can determine which model is a better fit to the data? anova() does not appear to work as the models have the same residual degrees of freedom:
fit1<-glm(PHYSFUNC~HIV,data=KA)
summary(fit1)
fitQP<-glm(PHYSFUNC~HIV,data=KA,family=quasipoisson)
summary(fitQP)
anova(fit1,fitOP)
Program OUTPUT:
> fit1<-glm(PHYSFUNC~HIV,data=KA)
> summary(fit1)
Call:
glm(formula = PHYSFUNC ~ HIV, data = KA)
Deviance Residuals:
Min 1Q Median 3Q Max
-4.197 -4.192 -2.192 2.808 19.808
Coefficients:
Estimate Std. Error t value Pr(>|t|)...
2011 Jul 19
6
[PATCH 0/6] Move the infor for the help/man page in the source
The following series implement a way to generate the help messages and
the btrfs man page from the sources comments for the "btrfs" commanda
.
The syntax and the detailed help of every subcommand are stored in
the comments before the function which implements the subcommand.
The fact that the help messages and the man page are generated from the
same source should help to avoid