I would like to add characters to R plots but need separate control over
height, width, skew, rotation etc. These parameters result from a
statistical computation within R. Also I need to be able to control stroke
and fill parameters independently. Finally, I need more than just ASCII
characters, b
Hi everyone,
I am trying to install kernlab package, but failed many times by now on
CentOS 6 operating system.
Here is the error message:
trying URL 'http://ftp.ussg.iu.edu/CRAN/src/contrib/kernlab_0.9-18.tar.gz'
Content type 'application/x-gzip' length 1069148 bytes (1.0 Mb)
opened URL
==
Thank you very much for your codes and your descriptions. I ran them with
my data, and they worked well!
I am so happy to learn that your R codes and package could help me make
these plots: I was baffled by this task and have been searching for
solutions. I thought I was missing some arguments for
Hello!
Can anyone give me advice on running Hierarchical Cluster Analysis on large
datasets? For example, 8x1. Calculating distances on such a
dataframe seems impossible even on very powerful computer.
Also, any other advice that would lead to reduction of dimensionality,
i.e., cluster/gro
On 03/11/2013 02:54, Lizkitty wrote:
Hi everyone,
I am trying to install kernlab package, but failed many times by now on
CentOS 6 operating system.
Here is the error message:
trying URL 'http://ftp.ussg.iu.edu/CRAN/src/contrib/kernlab_0.9-18.tar.gz'
Content type 'application/x-gzip' length 10
On Sunday, November 3, 2013 3:17 PM, IZHAK shabsogh wrote:
Hi,
another problem after getting the above hessian matrix i am suppose to use it
and fine the sum of the product
of the hessian and the residuals, for the hessian is generated from the above
while the residual is also obtain from
Hello,
How can I do a test of two weibull distributions?
I have two weibull distribution sets from two wind datasets in order to
check whether they are same.
I thought 2 sample t-test would be applicable but I couldn't find any ways
to do that on the Internet.
Does anyone know what type of test is
On Sun, 3 Nov 2013 10:42:06 +0100 Petar Milin
wrote:
> Hello!
> Can anyone give me advice on running Hierarchical Cluster Analysis on large
> datasets? For example, 8x1. Calculating distances on such a
> dataframe seems impossible even on very powerful computer.
>
> Also, any other advic
(Offlist, since this is just a personal comment).
I cannot help you -- but it sounds like the sort of thing that you
should look for on the BioconductoR list.
But I wonder how you could possibly interpret the results even if you
could get them. I would think they would be more noise than signal,
kmmoon100 student.unimelb.edu.au> writes:
>
> Hello,
>
> How can I do a test of two weibull distributions?
> I have two weibull distribution sets from two wind datasets in order to
> check whether they are same.
> I thought 2 sample t-test would be applicable but I couldn't find any ways
> to d
Hi,
I failed to install 'glht' and 'lsmip packages'. I am using R version 3.0.2
BR,
Gizachew
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide
I apologize for what is likely a stupid question - I HAVE looked through
"Writing R Extensions" and HAVE gone through existing help requests, but
have not yet found an answer. I'm sorry if I've missed something obvious.
I am planning on building a package in the near future. I have a number of
C p
On 13-11-03 2:40 PM, Adam Clark wrote:
I apologize for what is likely a stupid question - I HAVE looked through
"Writing R Extensions" and HAVE gone through existing help requests, but
have not yet found an answer. I'm sorry if I've missed something obvious.
I am planning on building a package i
Kind of difficult to help you if you don't help us do so. Please read the
Posting Guide for this mailing list and follow the recommendations there.
---
Jeff NewmillerThe . . Go Live..
Thanks for the suggestion, I will re-post it on R-devel.
By others, what I mean is that when I searched for solutions, I found other
people also posted questions with their problems with kernlab installation
on linux platform. I have no problem with kernlab installation on windows
platform though
Hi,
I think your dataset is too large to be interpretable, but in general
you should check out the cluster package, specifically clara(), which
is intended for use with large data.
Sarah
On Sun, Nov 3, 2013 at 4:42 AM, Petar Milin
wrote:
> Hello!
> Can anyone give me advice on running Hierarchi
On Sun, Nov 3, 2013 at 10:42 PM, Petar Milin
wrote:
> Hello!
> Can anyone give me advice on running Hierarchical Cluster Analysis on large
> datasets? For example, 8x1. Calculating distances on such a
> dataframe seems impossible even on very powerful computer.
>
> Also, any other advice t
Hi,
How do we extract the numbers into an array or data frame assuming the
rows of text is in a data frame ?
> head(a)
Col1
1 Current Usage : init:2359296
used:15857920,committed:15892480,max:50331648|
2 Current Usage : init:2359296
used:15857920,committed:15892480,max:50331648|
>
The w
Please ignore. This works.
str_extract_all(a$Col1,"[0-9]+(,|/|)")
Mohan
From: mohan.radhakrish...@polarisft.com
To: arun
Cc: R help
Date: 11/04/2013 12:22 PM
Subject:Re: [R] Replace element with pattern
Sent by:r-help-boun...@r-project.org
Hi,
How do we ex
yes barry I really need this.
I tried to use raster or rgdal but with poor results.
I have this function:
VGM_PARAM_A3 <- gstat(id="bos_bison",
formula=combusto~1,locations=~coord_x+coord_y, data=archezoology_table,
nmax = 10)
VGM_PARAM_A3 <- gstat(VGM_PARAM_A3, model=vgm(1, "Sph", 5, 0),
fill.
Hi
R's text-drawing functions, such as text() or grid.text(), do NOT allow
you to skew or stretch individual characters (like PostScript does).
Your strategy of using PostScript to produce a result and then import
the result as a "shape" for R to draw may work (if you can script it).
Paul
O
21 matches
Mail list logo