Only change one parameter(n times) in R function then get outputs (n times)
Yes. Spend some time with some R tutorials to learn the basics of R programming. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Sun, Jun 9, 2019 at 3:14 PM Thevaraja, Mayooran <M.Thevaraja at massey.ac.nz> wrote:
Hello Friends,
I have my own written an R function comparison
(p,d,N). I need to get output corresponding changes in p while d and N are
fixed. Also, my output is given three values such as A, B and C. Suppose if
I change ten different p's values, we will get ten values of A, B and C. My
goal is I want to draw the curve A vs B, C. Anyone have any ideas? I am
trying mapply function.
Regards
Mayooran
[[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.