Displaying 2 results from an estimated 2 matches for "lolzino".
Did you mean:
loligo
2010 Jan 27
2
Merge: sort=F not preserving order?
Hello,
I have the following data1 (index are chars):
?? ?index
1 ?008823
2 ?012689
3 ?004503
4 ?002991
5 ?012689
6 ?002845
7 ?012689
8 ?012395
9 ?012689
10 009302
11 002845
12 006669
13 008823
14 009302
15 025340
16 012689
and data2 in this format (index2 are chars):
?? ? ? index2 ? ? ?tic
1 ? ? 001003 ? ? ANTQ
2 ? ? 001004 ? ? AIR
3 ? ? 001009 ? ? ABSI
4 ? ? 001011 ? ? ACSE
etc
I am
2010 Jan 17
0
Loess and predict
Alright, I apologize for this basic question - I am both an R and loess
noob.
I am trying to predict the values of column Y in data1 (100000x18 entries)
using a loess fit on training (500x18 entries) and columns A B and C. (training
are not members of data1)
fit <- loess(Y ~ A + B + C, training)
predicted <- predict(fit, data1)
However, I'm getting such good predictions that I have