search for: full2

Displaying 5 results from an estimated 5 matches for "full2".

Did you mean: full
2010 Mar 06
1
Robust SE for lrm object
I'm trying to obtain the robust standard errors for a multinomial ordered logit model: mod6 <- lrm(wdlshea ~ initdesch + concap + capasst + qualrat + terrain,data=full2) The model is fine but when I try to get the RSE I get an error. coeftest(mod6, vcov = vcovHAC(mod6)) Error in match.arg(type) : 'arg' should be one of “ordinary”, “score”, “score.binary”, “pearson”, “deviance”, “pseudo.dep”, “partial”, ........etc. I'm a novice R user and am n...
2004 Aug 06
6
URGENT: security exploit fix
...%d%s", r2->req.host, r2->req.port, r2->req.path); return ice_strcmp (cfirst, csecond); } @@ -188,8 +188,8 @@ return -1; } - sprintf (full, "%s:%d%s", a1->name->host, a1->name->port, a1->name->path); - sprintf (full2, "%s:%d%s", a2->name->host, a2->name->port, a2->name->path); + snprintf (full, BUFSIZE, "%s:%d%s", a1->name->host, a1->name->port, a1->name->path); + snprintf (full2, BUFSIZE, "%s:%d%s", a2->name->host, a2->name->port, a2...
2004 Aug 06
6
URGENT: security exploit fix
...%d%s", r2->req.host, r2->req.port, r2->req.path); return ice_strcmp (cfirst, csecond); } @@ -188,8 +188,8 @@ return -1; } - sprintf (full, "%s:%d%s", a1->name->host, a1->name->port, a1->name->path); - sprintf (full2, "%s:%d%s", a2->name->host, a2->name->port, a2->name->path); + snprintf (full, BUFSIZE, "%s:%d%s", a1->name->host, a1->name->port, a1->name->path); + snprintf (full2, BUFSIZE, "%s:%d%s", a2->name->host, a2->name->port, a2...
2001 Jul 24
3
Memory/data -last time I promise
...03552 707162112 366141440 0 21757952 45498368 Swap: 271392768 261148672 10244096 MemTotal: 1048148 kB MemFree: 357560 kB MemShared: 0 kB Buffers: 21248 kB Cached: 44432 kB BigTotal: 131064 kB BigFree: 0 kB SwapTotal: 265032 kB SwapFree: 10004 kB > full2 <- read.dta('../off/off10yr2.dta') > gc() used (Mb) gc trigger (Mb) limit (Mb) Ncells 1861390 49.8 2105982 56.3 NA Vcells 8879476 67.8 9315972 71.1 800 > system('cat /proc/meminfo') total: used: free: shared: buffers: cached: M...
2001 Jul 24
3
Memory/data -last time I promise
...03552 707162112 366141440 0 21757952 45498368 Swap: 271392768 261148672 10244096 MemTotal: 1048148 kB MemFree: 357560 kB MemShared: 0 kB Buffers: 21248 kB Cached: 44432 kB BigTotal: 131064 kB BigFree: 0 kB SwapTotal: 265032 kB SwapFree: 10004 kB > full2 <- read.dta('../off/off10yr2.dta') > gc() used (Mb) gc trigger (Mb) limit (Mb) Ncells 1861390 49.8 2105982 56.3 NA Vcells 8879476 67.8 9315972 71.1 800 > system('cat /proc/meminfo') total: used: free: shared: buffers: cached: M...