Displaying 1 result from an estimated 1 matches for "thetaml".
Did you mean:
theta_l
2009 Feb 20
1
C function calling in R
...codeblocks starts as below:
typedef double *vector;
extern "C"{
#include <R.h>
#include <Rinternals.h>
#include <Rmath.h>
#include <R_ext/BLAS.h>
void logpostCLM(int *n, int *nk,int *nZ,int *len_sbin,double *phi,double
*tau,double *lksi, double *coeff, double *thetaml, double *L,double
*P,double *lB, double *CL,double *CR, double *Z,double *lpost)
{ /* n=sample size */
Thank you very much.
Regards,
A.C.Y