search for: subsript

Displaying 6 results from an estimated 6 matches for "subsript".

Did you mean: subscript
2005 Sep 30
3
Subscripting fails if name of element is "" (PR#8161)
...the name is a string of length zero). Best regards Jens Oehlschl?gel > p <- 1:3 > names(p) <- c("a","", as.character(NA)) > p a <NA> 1 2 3 > > for (i in names(p)) + print(p[[i]]) [1] 1 [1] 2 [1] 3 > > # error 1: vector subsripting with "" fails in second element > for (i in names(p)) + print(p[i]) a 1 <NA> NA <NA> 3 > > # error 2: print method for list shows no name for second element > p <- as.list(p) > > > for (i in names(p)) + print(p[[i]]) [1] 1 [1] 2 [1] 3 &...
2007 Dec 12
1
upgrade to 1.1 and mail location
...e was the new syntax for mail location. default_mail_env = mbox:~/:INBOX=~/mbox to mail_location = mbox:~/:INBOX=~/mbox now some imap clients, like squirrellmail and pine have difficulties writting to Sent, Draft and sent-mail folders. In all cases the folders are visible and are present in .subsriptions file( although not seen as subscribed in squirrelmail), but the clients complain that folders already exist when trying to write to them after sending. has anyone run into this ? any suggestions ? thanks a lot.
2009 Sep 02
1
problem in loop
...in 1:nsim){ fit <- geese(x ~ trt, id=subject, data=data_gee, family=binomial, corstr="exch", scale.fix=TRUE) ............. corr_gee<-summary(fit)$correlation[1] se_corrgee<-summary(fit)$correlation[2] est[i,]<-c(corr_gee, se_corrgee) } But, I got an error message : number of subsript in matrix does not match. Can somebody help me? I think sumary(fit)$correlation[1] print out the name of estimates. I guess it might cause problem to be updated in matrix. I want to know other way to print out the estimates of correlation if it helps. Thanks, Becky
2013 Jun 05
0
Survival aareg problem
...ction(x, ..., drop=FALSE) { if (!inherits(x, 'aareg')) stop ("Must be an aareg object") i <- ..1 if (is.matrix(x$coefficient)) { x$coefficient <- x$coefficient[,i, drop=drop] x$tweight <- x$tweight[,i,drop=drop] } else stop("Subsripting impossible, coefficient component not a matrix") if (!is.null(x$dfbeta)){ x$dfbeta <- x$dfbeta[,i,,drop=drop] x$test.var2 <- x$test.var2[i,i,drop=drop] } x$test.statistic <- x$test.statistic[i, drop=drop] x$test.var <- x$test.var[i,i,drop=d...
2003 Apr 22
1
cifs samba mailing list
...configured. I can access this machine via smbclient //raid/demo -U demo. So maybe the mount.cifs helper is not appropriate? I scanned the samba mailing list for the past six months without success. Any hints greatly appreciated! I did not yet receive the samba mailing list confirmation to my subsription request, so please send me a "cc" if possible. Regards, Martin -- Martin Goik Tel. +49-(0)711-685-8365 http://www.HdM-Stuttgart.de/~goik
2001 Mar 05
3
xgobi/ggobi
...: Ko-Kang at xtra.co.nz > Date: Mon, 5 Mar 2001 23:25:00 +1300 > > This might be better discussed on the ggobi help list, but I failed to > > subscribe to that as mail to ggobi.org is refused .... > > Yes I tried to subscribe to the list a few weeks ago and it refused my > subsription somehow... I think if you use ggobi-help-request at franz.stat.wisc.edu it works. I have reported this and am confident it will be fixed shortly. -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Ox...