Message-ID: <68b1e2610910241103v7ac4aea8wc10339f644b22ac2@mail.gmail.com>
Date: 2009-10-24T18:03:51Z
From: Liviu Andronic
Subject: bagging
In-Reply-To: <COL102-W379101E963ED4F9EB790D8CFBC0@phx.gbl>
Hello
On 10/24/09, ?? <kejiefinance at hotmail.com> wrote:
> I have a data set which name is "c78p",now I want to deal with it with bagging.% of data from c78p as training set is 50%,and number of bootstrap random samples with replacement from c78p is 5,use SVM in each run,can you help me to write the code?
>
First, such questions should be addressed to r-help.
Second, "PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html and provide commented,
minimal, self-contained, reproducible code."
Concerning the random samples, I would suggest Quick-R [1] for a good
beginner's guide to R, and for bootstrapping techniques [2].
Regards
Liviu
[1] http://www.statmethods.net/
[2] http://www.statmethods.net/advstats/bootstrapping.html