Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

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

Sign In or Register to comment.