Displaying 20 results from an estimated 514 matches for "4495".
Did you mean:
4095
2013 Jun 20
0
Reading a Vector into R
HI,
You could save it in a .txt file. (e.g. "vec1.txt")
?source("vec1.txt")
?length(drg_470)
[1] 4495
?head(drg_470)
#[1]? 7558? 9485 10481 10609 10650 10891
str(drg_470)
# num [1:4495] 7558 9485 10481 10609 10650 ...
A.K.
Hi there,
I am having trouble successfully reading this vector into R:
drg_470 <-
c(7558,9485,10481,10609,10650,10891,10909,11226,11265,11284,11342,11588,12044,12283,1235...
2007 Jan 27
3
how to handle a longitudinal data
i have a data set with repeated measures on same people, structure like
below:
id x1 x2 ...
001 10 20 ...
001 8 45 ...
001 4 2 ...
002 ....
002 ...
002 ....
002 ....
003 ....
.......
what is the easist way to show how many observations for each subject id?
[[alternative HTML version deleted]]
2005 May 19
2
laten class analysis
Dear List,
just a little question,
I am interested in Latent Class Analysis and
I guess if there is a package for this pourpose
thank for you help,
Simone
2006 Nov 23
1
loess lines in xyplot with two or more variables on the left side of a formula
...+ VALIDAT ~ YEAR | MSA, data = df,
panel = panel.superpose, type="l")
How could I change that so that panel.loess() is applied separately to
each series?
thanks,
Chuck Cleland
--
Chuck Cleland, Ph.D.
NDRI, Inc.
71 West 23rd Street, 8th floor
New York, NY 10010
tel: (212) 845-4495 (Tu, Th)
tel: (732) 512-0171 (M, W, F)
fax: (917) 438-0894
2008 Jan 18
1
Assigning into each of a list of dataframes
...B
1 0.3887178 0.2256608
2 0.2642189 0.2135938
3 0.3881635 0.2328115
4 0.9060760 0.1013091
5 0.4578424 0.8167602
I want the variable Y to be added to each data frame in mylist.
thanks,
Chuck
--
Chuck Cleland, Ph.D.
NDRI, Inc.
71 West 23rd Street, 8th floor
New York, NY 10010
tel: (212) 845-4495 (Tu, Th)
tel: (732) 512-0171 (M, W, F)
fax: (917) 438-0894
2010 May 13
3
How ls() only functions or anything else but functions?
Hello,
How ls() only functions or only data objects (basically anything other than
functions) such as data.frame, numeric ...?
John
[[alternative HTML version deleted]]
2006 Jan 11
3
SPSS and R ? do they like each other?
... and is there also such a nice tool (like spss.get) for exporting
data frames to SPSS? write.table does not keep the data frame labels -
neither did the other exporting tools that I found.
Thanks!
Michael
[[alternative HTML version deleted]]
2008 Apr 14
3
Power curves
Hi,
I am trying to create a power curve to show how the power of a t-test varies depending on the mean. Any ideas how I should go about this?
Louisa
_________________________________________________________________
[[alternative HTML version deleted]]
2018 Feb 19
2
Upgrade from 3.8.15 to 3.12.5
...sterd-rpc-ops.c:486:__glusterd_friend_add_cbk] 0-glusterd: Received RJT from uuid: a23fa00c-4c7c-436d-9d04-0ceeee16941c, host: found2.ssd.org, port: 0
[2018-02-19 05:32:50.286561] I [MSGID: 106493] [glusterd-rpc-ops.c:486:__glusterd_friend_add_cbk] 0-glusterd: Received RJT from uuid: b9fb5e3b-b638-4495-afee-36b465aea4e7, host: found1.ssd.org, port: 0
[2018-02-19 05:32:50.296816] I [MSGID: 106490] [glusterd-handler.c:2540:__glusterd_handle_incoming_friend_req] 0-glusterd: Received probe from uuid: a23fa00c-4c7c-436d-9d04-0ceeee16941c
[2018-02-19 05:32:50.298392] E [MSGID: 106010] [glusterd-utils...
2007 Dec 19
3
median of binned values
Dear list,
I have a vector (array, table row, whatever is best) of frequency values
for categories (or bins), and I need to find the median category.
Trivial to do by hand, but I was wondering if there is a means to do it
in R in an elegant way.
The obvious medioan(vector) returns the median frequency for the binns,
and that is not what I want. i.e,:
freq
cat1 1
cat2 10
2005 Nov 10
2
polynomials transformation
Dear All,
Need some help in polynomials transformation to get the coefficients. I have tried "poly.transform" as applied in S-plus but it does not work.
Thanks in advanced for any helps.
Regards.
Abd. Rahman Kassim (PhD)
Head Forest Ecology Branch
Forest Management & Ecology Program
Forestry and Conservation Division
Forest Research Institute Malaysia
Kepong 52109
Selangor,
2008 Jun 22
1
3.0.3pre2 errors under interix
...led: Bad address (14)
The second is randomly occuring, restarting will make it continue
for a bit then error again later.
unexpected tag 94 [receiver]s 0:00:19
rsync error: error in rsync protocol data stream (code 12) at io.c(1169) [receiver=3.0.3pre2]
rsync: connection unexpectedly closed (4495 bytes received so far) [generator]
rsync error: error in rsync protocol data stream (code 12) at io.c(635) [generator=3.0.3pre2]
================================================
This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In...
2008 Feb 24
3
Newbie: Where is lmFit function?
Hi Everyone,
I am trying to use lmFit function; however, i cannot find it function
anywhere.
I have been trying to find the function in Bioconductor and elsewhere. I
re-install bioconductor source, update package and update R as well. no luck
Is there a command in R where i can just type, and it will download it for
me?
--
View this message in context:
2006 Feb 28
2
vector math: calculating a rolling 12 row product?
I have a dataframe of numeric values with 30 ?rows?
and 7 ?columns?.
For each column, beginning at ?row? 12 and down to
?row? 30, I wish to calculate the ?rolling 12 row
product?. I.e., within each column, I wish to
multiply all the values in row 1:12, 2:13,
19:30.
I wish to save the results as a new dataframe, which
will have 19 rows and 7 columns.
2004 Apr 16
4
t.test & formatting question
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello all -
I'm trying to format some data where I only need one of the values
returned from a test, say a t-test in this instance. I have the following:
> R.version.string
[1] "R version 1.9.0, 2004-04-12"
> x <- rnorm(1001)
> t.test(x)$statistic
t
0.5555321
>
Any easy way (other than straight
2007 Sep 19
2
By() with method = spearman
I have a data set where I want the correlations between 2 variables
conditional on a students grade level.
This code works just fine.
by(tmp[,c('mtsc07', 'DCBASmathscoreSPRING')], tmp$Grade, cor,
use='complete', method='pearson')
However, this generates an error
by(tmp[,c('mtsc07', 'DCBASmathscoreSPRING')], tmp$Grade, cor,
use='complete',
2004 Jun 09
3
Dot chart question
Running R 1.8.1 on a Windows machine
In dotchart, I would like to shrink the labels on the tick marks (that
is, the numbers) without shrinking anything else. I could not find this
in either the Rhelp archives or in ?dotchart, which recmmends cex to
avoid 'label overlap', but cex shrinks all the characters in the plot.
Is there a way to do this?
Thanks
Peter
Peter L. Flom, PhD
2008 Jul 29
1
Problem reading a particular file with read.spss()
...a copy of the SPSS file here:
http://www.chuckcleland.net/mySPSSfile.sav
I would be grateful if someone could help to figure out why this file
causes a problem.
thanks,
Chuck
--
Chuck Cleland, Ph.D.
NDRI, Inc. (www.ndri.org)
71 West 23rd Street, 8th floor
New York, NY 10010
tel: (212) 845-4495 (Tu, Th)
tel: (732) 512-0171 (M, W, F)
fax: (917) 438-0894
2007 Jun 24
2
adding lines to stripchart
I have two points of collection across 20 subjects (pre and post for each),
so 20 pairs of data points. I would like to plot the actual raw data points
for each subject for both pre and post and connect lines between these two
points (20 in all) to depict real change between the two timepoints.
I have tried using stripchart which adequately plots the two lines of
subject data points. Attempting
2018 Feb 19
0
Upgrade from 3.8.15 to 3.12.5
...:__glusterd_friend_add_cbk]
> 0-glusterd: Received RJT from uuid: a23fa00c-4c7c-436d-9d04-0ceeee16941c,
> host: found2.ssd.org, port: 0
> [2018-02-19 05:32:50.286561] I [MSGID: 106493] [glusterd-rpc-ops.c:486:__glusterd_friend_add_cbk]
> 0-glusterd: Received RJT from uuid: b9fb5e3b-b638-4495-afee-36b465aea4e7,
> host: found1.ssd.org, port: 0
> [2018-02-19 05:32:50.296816] I [MSGID: 106490] [glusterd-handler.c:2540:__
> glusterd_handle_incoming_friend_req] 0-glusterd: Received probe from
> uuid: a23fa00c-4c7c-436d-9d04-0ceeee16941c
> [2018-02-19 05:32:50.298392] E [MSGID:...