Displaying 2 results from an estimated 2 matches for "kesar".
Did you mean:
cesar
2012 Oct 23
0
Rserve-PHP client warning
...ue){echo $value." ";}
echo "<br>"."initializing..."."<br>";
//initializaing RHive library
$kum_faya=Rserve_eval($socket,"rhive.init()");
echo "<br>"."connecting..."."<br>";
//connecting R-Hive
$kesar=Rserve_eval($socket,"rhive.connect()");
foreach($kesar as $value){
print $value."<br>";
}
===================================================================================
output:->
Loaded library:- RHive Rserve rJava stats graphics grDevices utils datasets
methods ba...
2010 Mar 30
5
Problem comparing hazard ratios
Dear R-Helpers,
I am a novice in survival analysis. I have the following code:
for (i in 3:12) print(coxph(Surv(time, status)~a[,i], data=a))
I used it to fit the Cox Proportional Hazard models separately for every
available parameter (columns 3:12) in my data set - with intention to
compare the Hazard Ratios.
However, some of my variables are in range 0.1 to 1.6, others in range
5000 to