Re: [R] outputting (writing) output into a dataframe

2008-10-28 Thread Henrique Dallazuanna
Try this: do.call(rbind.data.frame, lapply(p1, function(i)power.prop.test(p1=i,p2=0.5*i,power=0.8, sig.level=0.05))) On Tue, Oct 28, 2008 at 7:16 PM, Farrel Buchinsky <[EMAIL PROTECTED]> wrote: > I have solved this problem once before but don't recall exactly how. > Is there a url t

[R] outputting (writing) output into a dataframe

2008-10-28 Thread Farrel Buchinsky
I have solved this problem once before but don't recall exactly how. Is there a url that shows how? What I want to do now is quite specific but my query is actually very general There are many functions in which one specifies several parameters and an output is generated. Well what happens if one