Hi Josiane,
Concerning ROC curves, the package ROCR should do what you want to do. Use
install.packages to add it to you library.
Getting you data into a text file format, use read.delim to read into an
data frame. Once you have a data frame, you can use the methods in ROCR to
analyze the data.
You might want to look into the packages bigmemory and biganalytics.
Corey
On Tue, Aug 9, 2011 at 8:38 PM, Chris Howden
wrote:
> Hi,
>
> Im trying to do a hierarchical cluster analysis in R with a Big Data set.
> Im running into problems using the dist() function.
>
> Ive been looking at a fe
It appears you are facing a garbage collection issue.
?gc
Corey
On Thu, Jun 3, 2010 at 3:13 PM, Andreas Yankopolus wrote:
> I'm running an Ubuntu 10.04 system and installed R 2.10.1 through the
> package manger. I then installed Rgraphviz 1.24 and graph 1.26 through R.
>
> I'm trying to unders
Your problem lies in the use of system.file. This command looks in the
folder location of tm for specific folders. See ?system.files.
Basically, for the document example, it assigning txt to the directory
string like "C:/Program Files (x86)/R/R-2.9.0/library/tm/texts/txt"
Then the DirSource(txt)
Hi fellow users of R,
My research requires the simultaneous optimization of several response
functions. Therefore, I am using the nsga2 method in the mco package,
which works beautifully.
However, I am running into a significant timing difference that is
causing me grief. The details:
Say I ha
Hi fellow users of R,
My research requires the simultaneous optimization of several response
functions. Therefore, I am using the nsga2 method in the mco package,
which works beautifully.
However, I am running into a significant timing difference that is
causing me grief. The details:
Say I ha
Hi fellow R-users,
I am (attempting) to take a formula object, and convert it into a
function which I can feed into optim. Basically, I have several
functions that fit the formula object to data, and analyze the
results. The next step would be to combine the fitting function
coefficient results
Hello,
I am attempting to "automate" a Bayesian normal linear regression
using Zelig. Basically, I have a list containing several zelig()
objects, each having a different formula, same data set, and same
model (normal.bayes).
My problem lies in the setx() method, where I am setting a numeric
par
8 matches
Mail list logo