search for: aysun

Displaying 5 results from an estimated 5 matches for "aysun".

2009 Apr 24
3
How to see the content of geepack package
Dear list members, I need to see the content of the functions in package geepack. It uses some C functions in the computation they are not available in the package directory. How can I see the content of C functions? Kind Regards, Thank you, Aysun Cetinyurek
2009 Aug 17
2
Polygon function
...ible intervals as shaded region using polygon function. Does anyone ever used that? I tried several times but I could not obtain the right figure. xis=sort(xi,decreasing=TRUE) plot(xi,fm) polygon(c(xi,xis),c(f05m,f95m)) The above piece of code produces something else. Many thanks in advance, Aysun
2010 Nov 03
2
Calling C in R in Windows 64 bit
...: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames nm: not found gcc -shared -s -static-libgcc -o COXPHmatprod24delta.dll tmp.def COXPHmatprod24d elta.o -LC:/PROGRA~1/R/R-212~1.0/bin/i386 -lR gcc: not found' Every comment is appreciated. Many thanks in advance. Sincerely Yours, Aysun Cetinyurek Services de Statistique Institut de Math?matique (B37) Grande Traverse, 12 B4000 Li?ge Belgique
2009 Jun 16
0
Generation from COX PH with gamma frailty
...ter size=30 number of clusters=10 I think I should first generate u from Gamma(Theta,theta) and then using this theta I could not decide how I should generate the survival times? Is there any package for this? or any document you could suggest? Any help is appreciated. Many thanks in advance. Aysun > Anyone know how to get p-values for the t-values from the coefficients > produced in vglm? > Attached is the code and output ? see comment added to output to show > where I need p-values > > > + print(paste("********** Using VGAM function gamma2 **********"...
2009 Feb 20
1
C function calling in R
Dear all, I have a problem in calling my C code from R. If I do not need to use #include<R.h>, the codes work properly. But when I need to use it, my codes produce an error as: logpostCLM.cpp:7:15: error: R.h: No such file or directory logpostCLM.cpp:8:24: error: Rinternals.h: No such file or directory logpostCLM.cpp:9:19: error: Rmath.h: No such file or directory logpostCLM.cpp:10:24: