FEMALE 17YNO32
6 MALE 17YNO42
7 FEMALE 18YNO26
8 MALE 18YNO15
- How to merge two tables.
- How to expand both tables such as:
sex age cross death
FEMALE 17Y WEF YES
...
FEMALE 18Y TGA NO
Warm regards,
Xiyan Lon
This email has been sent from a virus-free co
Dear All,
I have a model to predict time series data for example:
data(LakeHuron)
Lake.fit <- arima(LakeHuron,order=c(1,0,1))
then the function predict() can be used for predicting future data
with the model:
LakeH.pred <- predict(Lake.fit,n.ahead=5)
I can see the result LakeH.pred$pred and La
SVM in a one-vs-all
- multiclass SVM in Error-correcting output coding (ECOC)
Thanks
Xiyan Lon
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
Dear all,
I have a data file with 3 variables (x1, x2, x3) where variable x1
have data that consists of several numbers separated by commas.
id name x1 x2x3
aa1011,4,52 1
aa1021,2,51 2
aa1031,2,51 1
aa1041,2,31 2
aa1051,5 2 2
4 matches
Mail list logo