?return

On Sat, Jan 17, 2009 at 8:08 PM, Edwin Wibisono <edwin...@gmail.com> wrote:
> Hello, My name is Edwin, I come from INDONESIA
> I have problem
>
> I creating function then I have many calculation
> like this
> xx<-function(){
> a<-sd(....)
> b<-beta1.hat
> c<-beta2.hat
> data.entry(a,b,c)
> }
>
> then
> i have function too, almost same
>
>
> yy<-function(){
> d<-sd(....)
> e<-beta1.hat
> f<-beta2.hat
> data.entry(d,e,f)
> }
>
> I have 6 function almost same
> then
> my problem is
> I can't  view output of all data.entry  of 6function
>
>
> I want this
>
> Iteration   beta1.hat  beta2.hat  sd
> 10               a            b            c
> 100             d             e            f
> 1000            g           h             i
> 10000          j            k             l
>
> Can you help me ?
> Thx
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



-- 
Stephen Sefick

Let's not spend our time and resources thinking about things that are
so little or so large that all they really do for us is puff us up and
make us feel like gods.  We are mammals, and have not exhausted the
annoying little problems of being mammals.

                                                                -K. Mullis

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to