Re: [R] source code of a function

2016-07-08 Thread Marc Schwartz
> On Jul 8, 2016, at 6:16 AM, T.Riedle wrote: > > Dear all, > > > I am currently working with the "jvnVaR" package and I need to explain the > assumptions behind the function jVaR(). > > > Is there a function in R which calls the code behind a function? > > > Kindest regards Hi, If you

Re: [R] source code of a function

2016-07-08 Thread S Ellison
> Is there a function in R which calls the code behind a function? Type the function name without the brackets. *** This email and any attachments are confidential. Any use...{{dropped:8}} __

[R] source code of a function

2016-07-08 Thread T.Riedle
Dear all, I am currently working with the "jvnVaR" package and I need to explain the assumptions behind the function jVaR(). Is there a function in R which calls the code behind a function? Kindest regards [[alternative HTML version deleted]] __

Re: [R] R-source code of a function

2008-07-16 Thread Duncan Murdoch
On 7/16/2008 8:29 AM, arezoo bagheri wrote: Hi, I know that if i want to see the SPLUS or R-source code of a function,i should give the command without the brackets.For example: rsquared.lmRobMM function(x) { str0 <- "Initial S-estimate" str1 <- "Final M-estimate

[R] R-source code of a function

2008-07-16 Thread arezoo bagheri
Hi, I know that if i want to see the SPLUS or R-source code of a function,i should give the command without the brackets.For example:  rsquared.lmRobMM function(x) {  str0 <- "Initial S-estimate"  str1 <- "Final M-estimate"  if(x$est == "final") {   z <