Displaying 20 results from an estimated 191 matches for "98195".
2003 Apr 02
19
Combining the components of a character vector
...of function definition
paste.vector(x)
[1] " Bob loves Sally"
Is there a more natural (no loop) way to do this in R?
John Miyamoto
--------------------------------------------------------------------
John Miyamoto, Dept. of Psychology, Box 351525
University of Washington, Seattle, WA 98195-1525
Phone 206-543-0805, Fax 206-685-3157, Email jmiyamot at u.washington.edu
Homepage http://faculty.washington.edu/jmiyamot/
--------------------------------------------------------------------
2005 Jun 10
3
mask a matrix
...on of 0 and 1, and matrix B contains data. I only want the data
in matrix B where matrix A has 1's. the places where matrix A has 0's, I
want NA's in matrix B.
How do I do that??
Thank you very much.
Lei Jiang
Department of Chemsitry
University of Washington
Box 351700
Seattle, WA 98195
Phone: 206-616-6882
Fax: 206-685-8665
2002 Apr 23
3
Subsetting by a logical condition and NA's
...tion is either false or the input data is NA? For example,
is there a simpler way to produce the same results as y[!is.na(x) & x==5]?
John
--------------------------------------------------------------------
John Miyamoto, Dept. of Psychology, Box 351525
University of Washington, Seattle, WA 98195-1525
Phone 206-543-0805, Fax 206-685-3157, Email jmiyamot at u.washington.edu
Homepage http://faculty.washington.edu/jmiyamot/
--------------------------------------------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list --...
2006 Feb 24
2
converting character matrix to a dataframe
...he last one for
converting a character matrix to a dataframe while preventing the
automatic conversion of the column vectors to factors?
John
--------------------------------------------------------------------
John Miyamoto, Dept. of Psychology, Box 351525
University of Washington, Seattle, WA 98195-1525
Phone 206-543-0805, Fax 206-685-3157
Homepage http://faculty.washington.edu/jmiyamot/
2002 Dec 20
2
vectorizing test for equality
...], x[2])
> apply(cbind(x, 5), 1, test)
[1] FALSE FALSE FALSE FALSE FALSE
I was expecting to see FALSE FALSE FALSE TRUE FALSE.
John Miyamoto
--------------------------------------------------------------------
John Miyamoto, Dept. of Psychology, Box 351525
University of Washington, Seattle, WA 98195-1525
Phone 206-543-0805, Fax 206-685-3157, Email jmiyamot at u.washington.edu
Homepage http://faculty.washington.edu/jmiyamot/
--------------------------------------------------------------------
2015 Aug 21
1
sequence divided by data.frame
...following behavior:
> 1:2/1
[1] 1 2
-- makes sense
> 1:2/matrix(1,1,1)
[1] 1 2
-- makes sense
> 1:2/data.frame(a=1)
a
1 1
-- why is this different?
Best,
Ott
--
Ott Toomet
Visiting Researcher
School of Information
Mary Gates Hall, Suite 095
University of Washington
Seattle, WA 98195
[[alternative HTML version deleted]]
1997 Jun 20
2
R-beta: purpose of n in identify() function?
I think I am misunderstanding something about the identify() function.
if we have an example such as this:
> x_1:10
> y_1:10
> plot(x,y)
> identify(x,y, n=1)
[1] 2 3
>
I clicked on two points and identify() returned both of them (2 and 3).
The manual says n is the maximum number of points to be identified.
If I specify n=1, should identify() return a single value?
2002 Jul 19
1
No subject
...ivalent options in SPSS' factor analysis routine?
Thanks, Adam
_____________________________________________________________________
Adam F. Simon
Department of Political Science 44 Gowen Hall
University of Washington Office: (206) 616-3584
Seattle, WA 98195-3530 Fax: (206) 685-2146
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body&qu...
2002 Jul 26
1
No subject
...is might refer ?
Thanks, Adam
_________________________________________________________
____________
Adam F. Simon
Department of Political Science 44 Gowen Hall
University of Washington Office: (206) 616-3584
Seattle, WA 98195-3530 Fax: (206) 685-2146
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "bo...
2003 Oct 14
0
Job notice at the University of Washington
...research and teaching interests, a
curriculum vitae, not more than three reprints or preprints, evidence of
teaching effectiveness, and at least three letters of recommendation to:
Quantitative Psychology Search Committee, Department of Psychology,
University of Washington, Box 351525, Seattle, WA 98195-1525.
Applications will be reviewed as they are received. Those received by
December 15, 2003, will receive full consideration. Ph.D. required by
date of appointment. The University of Washington is building a
culturally diverse faculty and strongly encourages applications from
female and minori...
2004 Nov 20
2
subset on data frame
...e, rownames(mydataframe) == myrow, select = mycols)
it turned out that "myrow" cannot be a vector. But I have multiple rows to
pick. Is there a way to get around this problem??
Thank you for your help!!
Lei Jiang
Department of Chemsitry
University of Washington
Box 351700
Seattle, WA 98195
Phone: 206-616-6882
Fax: 206-685-8665
1997 Apr 08
1
R-alpha: rbind
...'t mutilate its arguments like this.
Thomas Lumley
------------------------------------------------------+------
Biostatistics : "Never attribute to malice what :
Uni of Washington : can be adequately explained by :
Box 357232 : incompetence" - Hanlon's Razor :
Seattle WA 98195-7232 : :
------------------------------------------------------------
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe&qu...
2008 Jun 12
1
Rprintf and "C stack usage is too close to the limit"
...on to use for showing message on R console? If
yes, what should I do about the error message?
Thank you very much in advance! This problem has been bugging me for a few
days now.
Youyi
--
Youyi Fong, Graduate Student, Department of Biostatistics
University of Washington, Box 357232, Seattle, WA 98195
[[alternative HTML version deleted]]
2008 Jul 24
1
Installing R packages in Textmate
...age, but it is for R version 2.6 rather than the
current version 2.7.1.
Is there anyway to either point R in the right direction for the
packages or have R install the correct version of the packages.
Much appreciated,
Art
University of Washington
Department of Medicinal Chemistry
Seattle, WA 98195
2003 Dec 05
1
Robust Covariance Estimation (NNVE) Package Released
...tat.washington.edu/www/research/reports
-------------------------------------------------------------------
Adrian E. Raftery
Professor of Statistics and Sociology
Director, Center for Statistics and the Social Sciences
University of Washington, Box 354320 Phone: (206) 543-4505
Seattle, WA 98195-4320. FAX: (206) 221-6873
Web: www.stat.washington.edu/raftery; www.csss.washington.edu
-------------------------------------------------------------------
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://www.stat.math.ethz.ch/...
2003 Dec 05
1
Robust Covariance Estimation (NNVE) Package Released
...tat.washington.edu/www/research/reports
-------------------------------------------------------------------
Adrian E. Raftery
Professor of Statistics and Sociology
Director, Center for Statistics and the Social Sciences
University of Washington, Box 354320 Phone: (206) 543-4505
Seattle, WA 98195-4320. FAX: (206) 221-6873
Web: www.stat.washington.edu/raftery; www.csss.washington.edu
-------------------------------------------------------------------
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://www.stat.math.ethz.ch/...
2004 May 04
2
error in file(file, "r"): all connections are in use
...but I got following message
Error in file(file, "r"): All connections are in use.
I clean up memory everytime I read in one file. Do i have to somehow
release file connection everytime i read in one??
Thanks.
Lei
Department of Chemsitry
University of Washington
Box 351700
Seattle, WA 98195
Phone: 206-616-6882
Fax: 206-685-8665
2008 Jul 25
3
Bug in gap.plot
...a,gap=c(5,6),gap.axis="x",type="l")
I think it might be a bug in plotrix. I would greatly appreciate your
input. If there is another way to do it, I would greatly appreciate it.
Best wishes,
Art Roberts
University of Washington
Department of Medicinal Chemistry
Seattle, WA 98195
2010 Feb 10
1
OrdFacReg
..., type="LS", intercept)
I truly appreciate any insights or suggestions on how to best structure the code in order to perform an analysis with ordFacReg.
Most Respectfully,
Andrew
Andrew Kosydar
University of Washington
Department of Biology
24 Kincaid Hall, Box 351800
Seattle, WA 98195
USA
2005 Jun 07
1
Specifying medoids in PAM?
...minor 0.1
year 2004
month 11
day 15
language R
Any guidance would be appreciated.
David
--
David Finlayson
Marine Geology & Geophysics
School of Oceanography
Box 357940
University of Washington
Seattle, WA 98195-7940
USA
Office: Marine Sciences Building, Room 112
Phone: (206) 616-9407
Web: http://students.washington.edu/dfinlays