search for: list_asfc

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

2010 Jan 21
2
loop on list levels and names
...7.007427 0.000659 gicam tm 94.264887 18.134533 0.000752 gicam tm 54.317395 3.828254 0.00038 gicam tm 55.978883 17.167534 0.000141 gicam tm 279.597993 15.313017 0.000398 gicam tm 288.262556 18.134533 0.001043 What I do next is: ---- list_Asfc <- list() list_Asfc[[1]] <- ssfamed[ssfamed$SPECSHOR=='cotau'&ssfamed$BONE=='tx', 3] list_Asfc[[2]] <- ssfamed[ssfamed$SPECSHOR=='cotau'&ssfamed$BONE=='tm', 3] ---- And so on for each level of SPECSHOR and BONE I'm stuck on 2 parts: - in a loop...