search for: ingeter

Displaying 3 results from an estimated 3 matches for "ingeter".

Did you mean: ingenier
2005 Jan 07
4
glm fit with no intercept
Dear R-help list members, I am currently trying to fit a generalized linear model using a binomial with the canonical link. The usual solution is to use the R function glm() in the package "stats". However, I run into problem when I want to fit a glm without an intercept. It is indicated that the solution is in changing the function glm.fit (also in "stats"), by specifying
2006 Sep 12
1
Build 2.0.4, usb.h missing.
Hi! I've got a Mandrake 2006.0 machine and a APC Back-UPS Pro 500/1000/1500 (from lsusb). The Mandrake package version of nut is 2.0.1 and hidups actually detects the UPS, however I get loads of these: Sep 12 18:26:11 vader hidups[7658]: Ignoring x86 page event 0xff860080 (0) Sep 12 18:26:11 vader hidups[7658]: Unhandled event: 0x840058 (6) Sep 12 18:26:11 vader hidups[7658]: Unhandled
2005 Jan 23
1
read data from a file and vector expansion
...lt;- ("input.txt") so that now the variable lines holds all the data in my file and i am using for loop to loop each lines[i] to get each line. for exmaple, right now my lines[i] = "1 2 3 44 54 23 24" I am wonder how can i get each integer from ines[i], and how can i put each ingeter into a vector so that my vector i can hold all the data i want. I was thinking using a table to hold my data, but right now i think it is impossible because my data file is not in good table format, also my data file is too long which is about 60,000 pages. the second question is that: i want...