Hi everybody
I want to remove some rows in my data that include missing values. Does anybody knows how to do that?
Thank you in advance
Katerina
listwise deletion
-
- Posts: 1384
- Joined: Mon Oct 19, 2009 10:34 am
Re: listwise deletion
You can use the data manipulation->Listwise menu to do this in the following way:
type "m" into the "Listwise delete on value" box
select the variables that you want to listwise delete
click "same as input"
click "add to action list"
click "execute"
Alternatively you can use the LISTwise command which has the form
LIST <value> <input columns> <output columns>
You need to put missing as the value, and choose the same input and output columns. For further details see the MLwiN help.
type "m" into the "Listwise delete on value" box
select the variables that you want to listwise delete
click "same as input"
click "add to action list"
click "execute"
Alternatively you can use the LISTwise command which has the form
LIST <value> <input columns> <output columns>
You need to put missing as the value, and choose the same input and output columns. For further details see the MLwiN help.
-
- Posts: 11
- Joined: Tue May 14, 2013 5:09 pm
Re: listwise deletion
Thank you very much!!!