Displaying 2 results from an estimated 2 matches for "xtst".
Did you mean:
tst
2005 Oct 06
0
how to handle missing values in the data?
...ror, but i am not sure where i did?
The script for glm function i have tried is as:
trdata<-data.frame(train,row.names=NULL)
attach(trdata)
glmmod <- glm(Class~., family= binomial(link =
"logit"),data=trdata,maxit=50)
tstdata<-data.frame(test,row.names=NULL)
attach(tstdata)
xtst <- subset(tstdata, select = -Class)
ytst <- Class
pred<-predict(glmmod,xtst)
library(mda)
confusion(pred,ytst)
can you help me to sort out the problems?
Uttam Phulwale
Tata Consultancy Services Limited
Mailto: uttam.phulwale@tcs.com
Website: http://www.tcs.com
[[alternative HTML vers...
2013 Aug 15
12
[Bug 845] New: checking for LIBNFNETLINK... configure: error: Package requirements (libnfnetlink >= 0.0.41) were not met:
https://bugzilla.netfilter.org/show_bug.cgi?id=845
Summary: checking for LIBNFNETLINK... configure: error: Package
requirements (libnfnetlink >= 0.0.41) were not met:
Product: libnetfilter_queue
Version: unspecified
Platform: i386
OS/Version: RedHat Linux
Status: NEW
Severity: normal