search for: missgp2

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

Did you mean: missgp
2004 Feb 19
1
piece wise application of functions
...help. I have 3 lists labeled with, each contains 3 different interpolation functions with identical names: > names(missgp0) [1] "spl.1mb" "spl.2mb" "spl.5mb" > > names(missgp1) [1] "spl.1mb" "spl.2mb" "spl.5mb" > > names(missgp2) [1] "spl.1mb" "spl.2mb" "spl.5mb" > ( In case it matters the functions accept and return one argument: block.size <- spl.1mb(ic) ) Then, I have 2 data frames with identical structure: > snps.missgp intvl.mb ic 1 1e+06 0.597 2 2e+06 0.504 3 5...