search for: lsk0t50

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

2002 May 27
1
sub functions
Dear list, how can I write the following two lines in one function: > Pox2 <- ave(lsk0t50$Pox2, lsk0t50$ProfN, Fun=is.na(lsk0t50$Pox2)) > Pox2 <- data.frame(Pox2) The following does not work: > Pox2 <- data.frame(Pox2 <- ave(lsk0t50$Pox2, lsk0t50$ProfN, Fun=is.na(lsk0t50$Pox2))) > names(Pox2) [1] "Pox2....ave.lsk0t50.Pox2..lsk0t50.ProfN..Fun...is.n...