search for: len_sbin

Displaying 1 result from an estimated 1 matches for "len_sbin".

2009 Feb 20
1
C function calling in R
...file or directory My computer is an HP using Window Vista. My code in 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