search for: case0

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

Did you mean: case
2004 Feb 19
1
piece wise application of functions
...7 0.204 > > strs.missgp intvl.mb ic 1 1e+06 0.67200 2 2e+06 0.62325 3 5e+06 0.51000 4 1e+07 0.38775 > I would like to apply the functions on these data frames piece-wise and create a data frame per function _list_. So I am looking for a final output like this: > case0 gap snps strs 1 1e+06 .. .. 2 2e+06 .. .. 3 5e+06 .. .. Here, case0$snps[1] is, for example, the result of applying the function in missgp0[1] on the entry snps.missgp$ic[1]; and, case0$strs[1] is the result of applying the same function on strs.missgp$ic[1]. Then, I want to repeat the w...