search for: offd

Displaying 4 results from an estimated 4 matches for "offd".

Did you mean: off
2009 Feb 19
4
Matrix package: band matrix
I want to construct a symmetric band matrix in the Matrix package from a matrix where the first column contains data for the main diagonal, the second column has data for the first subdiagonal/superdiagonal and so on. Since the Matrix will be 10^5 x 10^5 or so, with perhaps 10-20 non-zero elements above the diagonal per row, I can't do it by constructing a full matrix and then using the
2002 Oct 31
2
Tables in graphics window
Hello, I would like to include a table (of rax data, not summary statistics - in case this makes any difference) alongside a plot. I know how to use 'layout' to divide my page into sections, but is it possible to put a table into one of these? Thanks! Tanya Murphy -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2002 Sep 10
2
Hat values for generalized additive models
...$Vp,mgcv.conv=G$conv,gcv.ubre=G$gcv.ubre, hat=G$hat) } diff -ur c:/usr/temp/work/mgcv/src/mgcv.c ./src/mgcv.c --- c:/usr/temp/work/mgcv/src/mgcv.c 2002-05-17 02:51:22.000000000 +1000 +++ ./src/mgcv.c 2002-09-10 15:47:55.000000000 +1000 @@ -619,7 +619,8 @@ double *pd, double *sp,int *offd,int *dimd,int *md, int *nd,int *qd,int *rd,double *sig2d,double *Vpd,double *edf, double *conv_tol,int *ms_max_half,double *ddiag, int *idiag,double *sdiag, - int *direct_mesh,double *min_edf,double *gcvubre,double *target_edf) + int *direct_mesh,double *min_...
2002 Nov 20
0
Plots by subject
...text(0,0.85,paste(?DOB:?,dob), adj=c(0,1)) text(0.4,0.85,paste(?1st ARV:?,fad), adj=c(0,1)) text(0,0.7,paste(?1st clinic visit:?,fvd), adj=c(0,1)) text(0.4,0.7,paste(?Last clinic visit:?,lvd), adj=c(0,1)) detach(bl) # Drug table arv <-read.xport('arv') attach(arv) ond <- as.date(ON) offd <- as.date(OFF) par(mar = c(1, 1, 1, 1) + 0.1) plot.new() text(0,1,paste(?Start date?), adj=c(0,1), font=2) text(0.3,1,paste(?Stop date?), adj=c(0.5,1) , font=2) text(0.6,1,paste(?ARVs?), adj=c(0.5,1) , font=2) text(0,0.85,paste(ond, collapse='\n\n'), adj=c(0,1)) text(0.3, 0.85,paste(of...