Re: [R] delete categories

2008-11-17 Thread Mark Difford
Hi Ann, >> Specifically it is for a MNL ... >> How are you definng "response" and "predictor"? You really are still leaving me, and I imagine other people on the list who read your email, largely in the dark. (But since you don't seem to be prepared to address anyone, or even the list, I don't s

Re: [R] delete categories

2008-11-17 Thread Ann Leis
Specifically it is for a MNL I just want to drop temporarily to run a test. I have tried upData (dataset, g=as.numeric (g) but then I am not sure how I could apply na.omit to omit the variable. How are you definng "response" and "predictor"? On Mon, Nov 17, 2008 at 3:42 AM, Mark Difford <[EMAIL

Re: [R] delete categories

2008-11-17 Thread Mark Difford
Hi Ann, >> I want to delete one category from the dataset ... I have tried the omit >> command but it just returns TRUE and False values. You are leaving the list to guess at what you have tried, and which functions you are using. There are several different ways of omitting or dropping catego

[R] delete categories

2008-11-16 Thread Ann Leis
I have a dataset which has categories A-G (7 categories) with corresponding x and y variables. I want to delete one category from the dataset and run a logit model on only 6 categories instead of 7. How do I delete a category? I have tried the omit command but it just returns TRUE and False values