Displaying 2 results from an estimated 2 matches for "messiaen".
Did you mean:
hessian
2005 Jul 22
2
memory cleaning
Hi R Users,
After some research I haven't find what I want.
I'm manipulating a dataframe with 70k rows and 30 variables, and I run out of memory when exporting this in a *.txt file
after some computing I have used :
> memory.size()/1048576.0
[1] 103.7730
and I make my export :
> write.table(cox,"d:/tablefinal2.txt",row.names=F,sep=';')
>
2005 Jul 25
0
trend estimation for cohort study
Hi R Users,
I wish to estimate if there is a trend in my relative risk obtained by coxph. The best i've found is a method from Greenland and Longnecker ( Am J Epidemiology 1992 vol 135 (11) - p 1301-9 ).
But all I have is my relative risk and their std error.
Is there a command in R that can do this ?
If there is someone with a better method ?
Thanking you in advance, I look forward your