search for: ph5028

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

Did you mean: 65028
2004 Jun 06
4
Request help writing a function
I have been wrestling with this function for quite a while, and am not making headway. 1) I want to apply a function to the following columns of a dataframe: myfunction. <- apply(ph5028[,c(83:107)],2,function(x) ... 2) Within each of the above columns there is a single numeric code, 1, 2 or 3 or an NA. 3) My goal is to determine the percent of time each person used a 2 code. So if a person across these columns had say 8 numerical entries and if 4 of these were the number 2, the...