Displaying 1 result from an estimated 1 matches for "mr22p".
Did you mean:
m2p
2009 Jun 25
1
lm
...column on b.
Imagine "a" and "b" have 200 columns. So I will have 200 estimated
coefficients.
Why this doesn´´ t function?
zza2<-function(){
a<-read.table("a.txt")
b<-read.table("b.txt")
mrp <-lm(as.matrix(cbind(a)) ~ 0+as.matrix(cbind(b)))
mr22p<-coefficients(mrp)
plot(mr22p)
[[alternative HTML version deleted]]