Hi:
I have tried to find the appropriate clust algorithm for mixed type of data.
The suggested way I see is:
1. use daisy to get the dissimilarity matrix
2. use PAM/hclust by providing the dissimilarity matrix, to get the
clusters
but by following this, when the data set grows bigger
Hi everyone, I am new to R , I have some doubts about RHadoop. Can the
classification algorithms or data mining algorithms be used in the Rhadoop
as well as it used in R? If so, are there some different usages in
the achitecture of code? Are there some reference books or website listed
some exampl
Hi:
I am looking for clust algorithms for interval-typed data. (for example, the
session data with start time and end time).
I can't find it.
Please help to point me to any existing.
Cheng Yi
[[alternative HTML version deleted]]
__
R-help@r
Hi,
I am facing trouble when trying to read large xlsx file into R. please find the
code and error below. The file I was trying to read has 36,500 rows X 188 col,
~ 37 MB size.
> options( java.parameters = "-Xmx4g" )
> library(xlsx)
Loading required package: xlsxjars
Loading required package:
On Sun, 21 Jul 2013 21:16:54 +1200
Rolf Turner wrote:
...
> > "C:\Program Files\R\R-3.0.1\library" ?
> >
> > This is of course a very minor problem, since I never do anything
> > useful on Windows machines.
>
> Fortune candidate?
>
Seconded.
JWDougherty
__
Thanks, David. The warnings occur after the true problem of trying to
plot the three graphs with different scales. I should have stopped
the example after assigning all_plots <- c(...), then plotted it (and
left out the update statements). If you do this, the x-axes do not
maintain their scales.
Many thanks, Felix. Though, it seems like the x.same option should
allow this: "if TRUE, set the x scale relation to "same" and
recalculate panel limits using data from all panels. Otherwise, the x
scales in each panel will be as they were in the original objects (so
in general not the same), the
On 21-07-2013, at 21:49, Jun Shen wrote:
> Dear list,
>
> Just wonder if there is a limit on the number of code line in .Rhistory.
> When I check the .Rhistory, some code I enter at earlier time disappeared.
> If there is limit, how do I change it? Thanks.
>
?history
Read section details.
B
Dear list,
Just wonder if there is a limit on the number of code line in .Rhistory.
When I check the .Rhistory, some code I enter at earlier time disappeared.
If there is limit, how do I change it? Thanks.
Jun
[[alternative HTML version deleted]]
On Jul 21, 2013, at 15:02 , Scott Robinson wrote:
> My understanding was that the vector was ranked, the adjusted p vector was
> calculated and then the vector is returned to the original order - I came
> across a stack overflow answer saying this:
>
> http://stackoverflow.com/questions/103238
On 07/21/2013 12:27 PM, Uwe Ligges wrote:
On 21.07.2013 10:50, Göran Broström wrote:
Uwe, thanks!
The switch from "Program" to "Program Files" made it (stupid Windows!).
I tried the "--library=." flag because I got the error message
path[2]="C:/Program/R/R-3.0.1/library": Access denied
w
My understanding was that the vector was ranked, the adjusted p vector was
calculated and then the vector is returned to the original order - I came
across a stack overflow answer saying this:
http://stackoverflow.com/questions/10323817/r-unexpected-results-from-p-adjust-fdr
Although the code t
On 21.07.2013 10:50, Göran Broström wrote:
Uwe, thanks!
The switch from "Program" to "Program Files" made it (stupid Windows!).
I tried the "--library=." flag because I got the error message
path[2]="C:/Program/R/R-3.0.1/library": Access denied
without it, and naively thought that I had a p
On 21/07/13 20:50, Göran Broström wrote:
Uwe, thanks!
The switch from "Program" to "Program Files" made it (stupid Windows!).
BTW, why can't I, as an administrator, install packages in
"C:\Program Files\R\R-3.0.1\library" ?
This is of course a very minor problem, since I never do anyt
Uwe, thanks!
The switch from "Program" to "Program Files" made it (stupid Windows!).
I tried the "--library=." flag because I got the error message
path[2]="C:/Program/R/R-3.0.1/library": Access denied
without it, and naively thought that I had a permission problem.
This was strange, because I
On 21-07-2013, at 06:51, shanxiao wrote:
> Dear all,
>
>
>
> I try to plot some discrete time series data through time, of course I can
> achieve it by using the combination of some basic R functions, but it is not
> that convenient, does anyone know any R-inbuilt function to do it? Best.
>
16 matches
Mail list logo