Using weight in logistic regression analysis
Hi All,
I was unable to incorporate weight in teh logistic regression even using the R code:
weights = list(types = "scale", value = "weight")) it throws an error, Error in excludeNaListwise(dataset, columns = c(numericVars, factorVars, : excludeNaListwise: the following columns did not appear in the dataset:weight.scale I can confirm that my data has weight column.
Thanks a million.
Nabin