Displaying 2 results from an estimated 2 matches for "rplc".
Did you mean:
rpl
2010 Jan 13
0
need a clarification on logistic regression
hello
I need a clarification.
in logistic regression, saturated model having all combinations and
interactions of variables should be constructed in this way ? :
> rsat2=glm(cbind(landp,landa) ~
as.factor(rlito)*as.factor(rslp)*as.factor(rasp)*as.factor(rplc)*as.factor(rwi),family=
binomial(link=logit),data=rdf46)
then
using stepAIC to eliminate some models having high AIC values.
> stpAIC_r2=stepAIC(rsat2,list(lower=~1,upper=formula(rsat2)),trace=F)
But obtained final model looks very intricate and I couldn't interpret it.
> stpAIC_r2$...
2006 Jan 14
1
Getting rid of all the .rpmsave files
Hi list!
After yum upgrade of my CentOS 4.0 to 4.2 x86_64 box I now have countless
.rpmsave files, about 90% of them I never touched or are config/start
scripts.
Does anyone have a neat script that will find all the rpmsave stuff in
/etc and then prompts per file whether it can replace the original or not?
Somehow doing this all by hand doesn't seem a very attractive idea :)
Thanks!!