search for: mela1

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

Did you mean: mela
2005 Nov 13
1
selection of missing data
...edical student, i have some data that i import from excel. My colomn of the datafram are the localisations of metastasis. If there is a metatsasis there is the symbol "_". i want to exclude the row without metastasis wich represent the NA data. so, i wrote this mela is the data fram mela1=ifelse(mela[,c(11:12,14:21,23,24)]=="_",1,0) # selection of the colomn of metastasis localisation mela4=subset(mela3,Skin ==0 & s.c == 0 & Mucosa ==0 & Soft.ti ==0 & Ln.peri==0 & Ln.med==0 & Ln.abdo==0 & Lung==0 & Liver==0 & Other.Visc==0 & Bone...