Displaying 3 results from an estimated 3 matches for "lenw".
Did you mean:
len
2004 Nov 18
0
Calling Rdqags doesn't produce correct result.
...ng R program:
C program
---------
void test(double *a,
double *b,
double *epsabs,
double *epsrel,
double *result,
double *abserr,
int *neval,
int *ier,
int *limit,
int *lenw,
int *last,
int *iwork,
double *work,
double *exx)
{
void *ex;
ex = exx;
Rdqags(tmpfun, ex, a, b, epsabs, epsrel,
result, abserr, neval, ier,
limit, lenw, last, iwork, work);
}
// U...
2005 May 09
2
use "integrate" for functions defined in C, not R
...n "my_call_dqags" that
has it's own parameters of "lower, upper" and etc define in C, instead of
parsing from R. And I call
Rdqags(Cintfn,
&lower, &upper, &epsabs, &epsrel, &result,
&abserr, &neval, &ier, &limit, &lenw, &last, iwork, work);
instead of
Rdqags(Rintfn, (void*)&is,
&lower, &upper, &epsabs, &epsrel, &result,
&abserr, &neval, &ier, &limit, &lenw, &last, iwork, work);
I am not passing (void*)&is because I no longer have th...
2007 Jan 19
8
kate editor for R
Like kile for LaTeX, Linux/KDE's kate editor is an excellent editor for
R, with easy code submission to a running R process. Syntax
highlighting is good. I have not been able to figure out two things:
- how to automatically reformat a line or region of text using good
indentation rules (Emacs/ESS make this so easy by just hitting Tab while
the cursor is in a line, or highlighting a