Displaying 20 results from an estimated 10000 matches similar to: "About STEM Plot in R"
2003 Feb 06
1
Réf. : About STEM Plot in R
hello,
you can use the persp() function. The shade=0.7 option is very nice. With
matlab, it is possible to change of colors automaticalli with the value to
be plotted.
Does someone know to do that ?
Gr?gory
f0z6305 at labs.tamu.edu@stat.math.ethz.ch on 06/02/2003 07:05:04
Envoy? par : r-help-admin at stat.math.ethz.ch
Pour : r-help at stat.math.ethz.ch
cc :
Objet : [R] About
2003 Apr 08
5
Help on smooth.spline?
Hey, R-listers
I was recommended to try using smooth.spline function
for estimating 2-Dimensinal curve given a data set.
So will you please tell me where to get this R function?
Or which package provides this function?
Thanks for your point.
Fred
2010 Mar 16
0
FW: How to parse a string (by a "new" markup) with R ?
A version using regular expressions, regexpr() and substr() functions is attached.
Finally everything is packed into splitSeq() function (chunk 14 in the attached file)
Seq<- "GCCTCGATAGCTCAGTTGGGAGAGCGTACGACTGAAGATCGTAAGGtCACCAGTTCGATCCTGGTTCGGGGCA"
Str<-
2003 Feb 06
6
Confused by SVD and Eigenvector Decomposition in PCA
Hey, All
In principal component analysis (PCA), we want to know how many percentage
the first principal component explain the total variances among the data.
Assume the data matrix X is zero-meaned, and
I used the following procedures:
C = covriance(X) %% calculate the covariance matrix;
[EVector,EValues]=eig(C) %%
L = diag(EValues) %%L is a column vector with eigenvalues as the elements
percent
2003 Apr 10
6
How to plot several graphs in a single 2-D figure?
Hi, R-listers
I tried to plot several graphs in a sigle x-y coordinate settings, like the
following:
|(y) s
| ****** s
| ***** s
| sssssssssssssssssss
|_______________________________(x)
where "*" and "s" denote two diffrent plots.
However, when I used
plot(data1); % data1 is the data points of "*"
2003 Mar 05
8
How to draw several plots in one figure?
Hey,
I want to draw several plots sequently, but have to make them dispaly in one
figure.
So how to achieve this?
Thanks.
Fred
2006 Jun 03
0
Irregularity in stem() display (PR#8934)
Hi, R people.
Consider the following small R session:
======================================================================>
> a <- c(8.48, 9.58, 9.96)
> stem(a)
The decimal point is at the |
8 |
8 | 5
9 |
9 | 6
10 | 0
> stem(round(a,1))
The decimal point is at the |
8 | 5
9 |
9 | 6
10 | 0
2003 Jul 16
2
Stem and leaf display?
I would like to do some fairly basic stem-and-leaf displays in R.
I am aware (I might even say painfully aware) of stem(base) and
have tried it. That's why I'm hoping someone has a usable stem-
and-leaf display for R so that I don't have to write my own.
r-project.org > Search > R Site Search > "stem and leaf display"
finds nothing.
I also tried the mail archive
2001 Dec 28
1
Simple:: usage of stem() and hist()?
I must apologize in advance for asking a simple question. I am sure that a clue will be sufficient to get this show on the road. I am trying to graph tide prediction data in various ways. I haven't been able to answer this question after pouring over TFM.
I read the datafile
theight <- read.table("tides",header=TRUE)
I do get a summary() or fivenum()
2011 Feb 28
0
Centos Project : STEM
On https://projects.centos.org/trac/stem/ there is a brief mention of
Stem and VOIP with a request for dial-in numbers.
However there are no links on the page describing STEM. Stem sounds a
bit like the Dutch word for 'voice'.
What type of dialing-in, from the PSTN, numbers are required and how can
they be used to benefit Centos?
--
With best regards,
Paul.
England,
EU.
2008 Jul 13
1
stem and leaf plot: how to edit the stem-values
Hi,
I would like to make a stem and leaf plot and I want to edit the
category-names.
So, by doing this:
> x <- c(1,2,2,3,3,3,3,2,2,1)
> stem(x)
I get:
1 | 00
1 |
2 | 0000
2 |
3 | 0000
First Question: Why do I get gaps between the categories?
(like in line 2 and line 4)
And second: How can I edit the categories so that I can create
something like that:
2018 Feb 16
0
stem - strange leaves
Hi
R is open source so you could dig into the code. However the actual stem function is probably written in C, so it is beyond my expertise. If you replied to the list there could be experts who are able to provide explanation.
> stem
function (x, scale = 1, width = 80, atom = 1e-08)
{
if (!is.numeric(x))
stop("'x' must be numeric")
x <- x[is.finite(x)]
2004 Aug 24
2
stem() bug?
Is the following a bug with stem() or is there something else that I am
missing? I ran stem() on the vector x below and got stem(x-10) instead of
stem(x). If I subtract 1 from x, I get a correct answer. If I add 1 to x, I
still get a wrong answer. If I add 10 to x, I get a correct answer. I'm not
sure what to make of this, other than to think it is a bug.
Can anyone tell me if this is a bug?
2006 Nov 13
1
"stem" does not give a correct answer (PR#9359)
Full_Name: Myung Geun Kim
Version: 2.4.0
OS: Window XP
Submission from: (NULL) (210.110.8.105)
For the data c1 of size 14, stem provides the following result.
**************************************************************
>c1
[1] 14 39 70 11 38 20 37 15 41 74 74 34 48 51
ZZangi>stem(c1)
The decimal point is 1 digit(s) to the right of the |
0 | 145
2 | 04789
4 | 181
6 | 044
2010 Apr 15
1
classes and functions for qqnorm and stem
Referring to "Using R for Data Analysis and Graphics" by J H Maindonald,
and available from the R site, I found the example on p.30 non-working:
> stem(qqnorm(possum$hdlngth))
Error in stem(qqnorm(possum$hdlngth)) : 'x' must be numeric
Since qqnorm(possum$hdlngth) plots, and
> class(possum$hdlngth)
[1] "numeric"
, the problem must be here:
>
2004 Jan 22
1
stem plot problem with the mtcars data (PR#6453)
Full_Name: Liming Liang
Version: 1.8.1
OS: windows2000 professional
Submission from: (NULL) (67.172.81.139)
I was looking at the variable 'mpg' of the data file 'mtcars' and make a stem
plot, the following is the commend I entered. The stem plot shows the largest
observation is 32.9 but actually in the data the largest observation is 33.9,
here might be a problem.
>
2011 Nov 04
1
Help: stemming and stem completion with package tm in R
Hi All
I came across a problem below when doing stemming and stem completion
with package tm in R. Word "mining" was stemmed to "mine" with
stemDocument(), and then completed to "miners"with stemCompletion().
However, I prefer to keep "mining" intact.
For stemCompletion(), the default type of completion is "prevalent",
which takes the most
2008 Sep 12
1
Parallel stem-and-leaf displays
Hi there,
I am trying to find a way to accomplish parallel stem-and-leaf displays in
R, yet there seems to be no specific command nor info in the archive that I
can depend on.
Specifically, there are two batches of data that I want to put together in
parallel stem-and-leaf displays. Would anyone help me figure out how to do
this in R?
Thank you sooooooooooooo much!
Jin
[[alternative HTML
2008 Aug 16
1
python how do i stem words in python?
hi,
i am newbie to xapian and am trying to get started with it in python.
there is no stemmer.stem_word method in the latest python library. how
do i stem words before doing doc.add_posting?
is there any sample hello world code in python that i can use?
thanks a lot!
>>> stemmer = xapian.Stem('english')
>>> stemmer.
stemmer.__call__
2004 Mar 05
4
error? at stem() (PR#6645)
Full_Name: Yutaka Hamaoka
Version: 1.8.1(Raqua)
OS: OSX 10.3
Submission from: (NULL) (218.140.186.74)
Hi,
I've found "stem()" falls into infinit loop when x has no variance. Let's try
x<-matrix(1,nrow=100,ncol=1)
stem(x)
Then you will get infinit flow.
The decimal point is 9 digit(s) to the left of the |
-214748360 |
-214748358 |
-214748356 |
-214748354 |