matteoredaelli / strategico

Automatically exported from code.google.com/p/strategico
GNU General Public License v3.0
1 stars 1 forks source link

Runit fails: In sqrt(diag(model$var.coef)) : NaNs produced #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
./strategico.R --cmd eval_items --id.list 1 --values v2 -n sample

with a pc with R-2.13.0 I get

 DEBUG [2011-07-07 16:35:04] c(3756, 5250, 4984, 5985, 6470, 7097, 7389, 8487)
 Warning messages:
 1: In sqrt(diag(model$var.coef)) : NaNs produced
 2: closing unused RODBC handle 1 

with an other pc with 2.11.1 I get

 DEBUG [2011-07-07 16:35:54] c(3771, 5259, 5004, 6014, 6493, 7135, 7433, 8525)
Warning message:

Original issue reported on code.google.com by matteo.redaelli on 7 Jul 2011 at 2:39