Hi All, I have some doubts in dataset programming,Here i put the dataset skeleton on below. Statistics Treatment 1 Treatment 2 Treatment 3 Treatment 4 N 2 0 2 0 Mean 3.4 0 0 0 SD 0 0 0 0 Min-Max 0 0 0 0 1) I would like to put 'NA' on each columns which doesn't have any values(Treatment 2 and Treatment 4) . 2) second thing is to retain the '0' on each columns which has a single row values(Treatment 1 and Treatment 3). My expected Output is shown in below Statistics Treatment 1 Treatment 2 Treatment 3 Treatment 4 N 2 Na 2 Na Mean 3.4 Na 0 Na SD 0 Na 0 Na Min-Max 0 Na 0 Na Thanks Krishna
... View more