search for: verificationglm

Displaying 1 result from an estimated 1 matches for "verificationglm".

2005 Apr 27
1
making table() work
I am trying to do some verification across a large dataset, cuData, that has 23 columns. Column 23 (similarity) is the outcome 0 or 1 and the other columns are the features. I do this: verificationglm.model <- glm(formula = similarity ~ ., family=binomial, data=cuData[1:1000,]) and produce the model: > summary(verificationglm.model) Call: glm(formula = similarity ~ ., family = binomial, data = cuData[1:1000, ]) Deviance Residuals: Min 1Q Median 3Q Max...