search for: lnam

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

Did you mean: lam
2009 Jul 10
2
error: optim(rho, n2ll.rho, method = method, control = control, beta = parm$beta, : initial value in 'vmmin' is not finite
I am trying to use the lnam autocorrelation model from the SNA package. I have it running for smaller adjacency matrices (<1,500) it works just fine but when my matrices are bigger 4000+. I get the error: > lnam1_01.adj<- lnam(data01$adopt,x01,ec2001.csr) Error in optim(rho, n2ll.rho, method = method, control = con...
2012 Sep 24
1
Question lattice SplomT
...1, hist.col = trellis.par.get("strip.background")$col[5], cex.diag = 1, h.diag=0.4, colYonX = "red", colXonY = "blue", ...) { stopifnot (hist %in% c("h", "d", "b")) data <- data.frame(data) mxnam <- max(nchar(names(data))) lnam <- ncol(data) ce <- 100*cex.diag*get.gpar()$cex/lnam cexd <- ce/mxnam cexn <- ce/5 print(splom(~data, as.matrix = TRUE, main = mainL, xlab = xlabL, upper.panel = function(x, y, breaks = NULL, ...) { minS <- 0.05 ccr <- cor(x, y, use = "complete.o...