search for: varu

Displaying 2 results from an estimated 2 matches for "varu".

Did you mean: var
2005 Oct 07
3
Converting PROC NLMIXED code to NLME
...MIXED code to NLME, but am running into problems concerning 'Singularity in backsolve'. As I am new to R/S-Plus, I thought I may be missing something in the NLME code. NLMIXED *********** proc nlmixed data=kidney.kidney; parms delta=0.03 gamma=1.1 b1=-0.003 b2=-1.2 b3=0.09 b4=0.35 b5=-1.43 varu=0.5; eta=b1*age+b2*sex+b3*gn+b4*an+b5*pkn+u; hazard=eta+log(delta)+log(gamma)+(gamma-1)*log(rtime); survivor=(-exp(eta))*delta*(rtime**gamma); ll=(event*hazard)+survivor; model rtime ~ general(ll); random u~normal(0,varu) subject=patient out=frailty; run; NLME ******** kidney.nlme<-nlme(model=r...
2003 Oct 21
2
Rsync Problem mith UNC paths
We're using rsync 2.5.6 version 26. Want to synch two W2K directories which are not on my machine (machine1 synchs machine2 -> machine3) I would like to synch the 2 direcories with the following syntax: rsync.exe -rva //remote_server1/share$/dir1/default.asp remote_server2::dir2/ When I try this it seems to work: building file list ... 1 file to consider send_files failed to open