Re: [R] Extraction from an output

2009-01-12 Thread Chuck Cleland
On 1/12/2009 6:42 AM, robert-mcfad...@o2.pl wrote: > Hello, > Would you tell my how to extract a result from a test - it's justified > because I need to run this test many times. Here is an example from authors' > test: > >> library("coin") >> lungtumor <- data.frame(dose = rep(c(0, 1, 2), c(40

[R] Extraction from an output

2009-01-12 Thread robert-mcfadden
Hello, Would you tell my how to extract a result from a test - it's justified because I need to run this test many times. Here is an example from authors' test: > library("coin") > lungtumor <- data.frame(dose = rep(c(0, 1, 2), c(40, 50, 48)), tumor = > c(rep(c(0, 1), c(38, 2)), rep(c(0, 1), c(