Displaying 5 results from an estimated 5 matches for "sneakier".
Did you mean:
sneaker
1999 Mar 02
1
Can't understand error message :-{
I'm sorry if this is a basic question, but I'm stumped. I'm just trying to plot
the residuals from a linear model against another variable in the data frame.
Here are the lines I'm trying to execute:
size <- read.table(file="/u67/abasl70/surveys/annenberg/mega/smschl.dat",
header=T)
sizef <- data.frame(size, row.names=size$unit)
attach(sizef)
mschmod <- lm
2000 Oct 27
1
problem with list
Hello,
I've some problems to concatenate elements of a list:
> s1
[1] 1 2 3 4
> s2
[1] 6 7
> l <- list(s1,s2)
> l
[[1]]
[1] 1 2 3 4
[[2]]
[1] 6 7
but now I want to get this:
> l
[[1]]
[1] 1 2 3 4
[[2]]
[1] 6 7
[[3]]
[1] 1 2 3 4 6 7 ## l[1] with l[2]
Someone can help me?
Thanks
Olivier Houix
--
Olivier Houix <houix at ircam.fr> tel: 01 44 78 15 51
2000 Jun 22
1
Merging 2 files in R
Hi,
Is there a function (a way) to merge to files in R, as could be done in
SAS?
Example Data:
File1
C A T
File2
1 2 34 56
2 3 45 67
3 4 56 78
To Yield:
C A T 1 2 34 56
C A T 2 3 45 67
C A T 3 4 56 78
functions merge, cbind don't seem to do the trick.
Thanks,
steve
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2000 Feb 10
2
list to matrix
Dear R-users
This seems to be a trivial problem but at the moment I don?t know how to
solve it.
I have a list with 7000 matrices, every matrix has 2 columns but
different row-sizes.
Now I want to combine all lists into one matrix with 2 columns. I would
have to write:
ma <- rbind(list[[1]],list[[2]], and so on) (this works fine for lists
with few matrices)
Since it is not possible to write:
1999 Dec 20
1
nonlinear least square optimization
Hi,
I've been using "nlregb" routine in splus3.4, but cannot find it here
in R. Is it hidden in some library?
Or there is a routine equivalent to it but with a different name? I'm
planning to move part of my from S to R so that I can work comfortablely
at home. Any suggestion is highly appreciated.
regards,
Tony
--
\|||/
Q o o Q
==========================oooQ= ( -