search for: c604

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

Did you mean: 604
2007 May 22
1
translate SAS code
good morning, I have some SAS code to translate in R code and when I export data from Excel to R I have to read formula writed as follow C604=(C181/S181)*(100-C182)*(100/85) or if C325=. then C740=(C346/C103)*100| else C740=(C346/C325)*100 I find some difficulties to write a good program to read and calculate these formulas there are several kinds of formulas there are with conditional and without conditional can you help me please? t...