Displaying 4 results from an estimated 4 matches for "smucker".
2007 Jul 10
1
error using lp function in linux
...lve")
2: lp("max", f.obj, f.con, f.dir, f.rhs)
Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
Does this function not work with linux or is there some other explanation?Thanks,
Byran Smucker
Graduate Student, Dept. of Statistics
Penn State University
301 Thomas Building
[[alternative HTML version deleted]]
2000 Nov 22
1
lm() appears to fail with large number of variables (PR#744)
Full_Name: Mark Smucker
Version: 1.1.1
OS: Windows NT
Submission from: (NULL) (63.91.145.254)
Hi,
I have a data frame with 11 observations and 603 variables.
When I call,
willRaw.fit <- lm( performance ~ ., data=willRaw )
lm() runs without problems, but computes coefficients for
only the first 10 variables....
2000 Aug 31
1
Unable to read.table with > 256? columns (PR#649)
Full_Name: Mark Smucker
Version: 1.0.1
OS: Windows NT 4 sp 6
Submission from: (NULL) (216.122.46.200)
I'm trying to read in a large matrix (800 x 800 or bigger)
and R prints an error telling me that my rows are not
all the same length. I've double checked the text file
using gawk and it tells me that they are...
2000 Nov 22
0
lm() appears to fail with large number of variables (PR# 744)
...observations you can only estimate 11 linearly independent
regression coefficients (at best). That's what you got (intercept + first
10 variables). How many did you expect to get estimates for?
In summary: no bug, lm is working as advertised.
> -----Original Message-----
> From: r@marksmucker.com [mailto:r@marksmucker.com]
> Sent: Thursday, 23 November 2000 6:29
> To: r-devel@stat.math.ethz.ch
> Cc: R-bugs@biostat.ku.dk
> Subject: [Rd] lm() appears to fail with large number of variables
> (PR#744)
>
>
> Full_Name: Mark Smucker
> Version: 1.1.1
> OS: Windo...