Displaying 11 results from an estimated 11 matches for "dutky".
2003 Sep 02
3
How to avoid automatic coercion to factor?
...=letters[1:5],Char2=letters[6:10])
b<-data.frame(a)
}
How can I get the columns Char1, Char2, (...CharN) returned coerced to
character and not factor?
It appears that I could coerce individual columns by
b$CharI<-as.character(b$CharI). Is there a less ugly way of doing this?
Thanks, Steve Dutky
301-545-4113 desk
301-325-8146 cell
steve.dutky at thomson.com
www.thomson.com/financial
2007 Feb 14
1
Any packages for conducting AHP( Analytic Hierarchy Process) data
Hi, R Lovers!
I have some survey data. I'd like to run R or R packages for processing data
inputted
from AHP(Analytic Hierarchy Process) survey.
Are there any R packages or subsititues for running data from AHP survey.
Thanks in advance,
--
Kum-Hoe Hwang, Ph.D.Phone : 82-31-250-3516 Email : phdhwang@gmail.com
[[alternative HTML version deleted]]
2005 Feb 15
1
Apropos sprintf behavior
If changes to sprintf behavior are being considered, would it
be possible to allow some of the other K&R conversion
specifiers?
xX - for integer to hex conversion, and
c - for ascii value to character conversion
would all be useful for me.
Thanks, Steve Dutky
On Mon, 14 Feb 2005 11:02:20 +0000 (GMT), Prof Brian Ripley
wrote:
+On Mon, 14 Feb 2005, Wolfgang Huber wrote:
+
+> Dear Prof. Ripley,
+>
+> Would it be possible to make sprintf accept vector
arguments?
+> I.e. allow expressions like
+> sprintf("%04d", 1:3)
+> to p...
2004 Nov 19
1
R (unix) command line editing for native speakers of vi
...C
the meta prefix. The combination M-C-x means ESC-Control-x,
or press the Escape key then hold the Control key while
pressing the x key.)
see also:
An Introduction to R Appendix C: The command-line editor.
http://cran.r-project.org/doc/manuals/R-intro.html#The%
20command-line%20editor
Steve Dutky (sdutky at terpalum.umd.edu)
2020 Jan 01
3
standard naming for components of R data structures
I need to write some documentation:
I'm looking for a standard, consistent way of referring to the components
and attributes of R data structures. Googling and Stackoverflow yield a
variety of github sites that do not seem to be particularly authoritative.
I was hoping to find a BNF/ABNF grammar for R.
I've looked at the output of bison -v ./R-3.6.2/src/main/gram.y but it does
not
2005 Jan 28
1
error in gmake CrossCompileBuild
...]: *** [all] Error 2
gmake[2]: Leaving directory `~/RCrossBuild/WinR/R-
2.0.0/src/gnuwin32'
...<snip>...
I see _controlfp is declared in ~/RCrossBuild/cross-
tools/<snip>/include/float.h but does not appear to be
defined elsewhere.
Any advice greatly appreciated.
Thanks, Steve Dutky
sdutky at terpalum.umd.edu
2020 Jan 06
1
standard naming for components of R data structures
...that the R Language Definition is the
> "standard" way.
> But I do recognize that this has a different flavour to modern
> language implementation *theory*.
>
> https://cran.r-project.org/doc/manuals/r-release/R-lang.html
>
>
> On Tue, Jan 7, 2020 at 5:17 AM Steve Dutky <sdutky at gmail.com> wrote:
> >
> > I need to write some documentation:
> >
> > I'm looking for a standard, consistent way of referring to the
> components
> > and attributes of R data structures. Googling and Stackoverflow yield a
> > variety of...
2020 Jan 06
0
standard naming for components of R data structures
...parser?
On a side note, I would say that the R Language Definition is the
"standard" way.
But I do recognize that this has a different flavour to modern
language implementation *theory*.
https://cran.r-project.org/doc/manuals/r-release/R-lang.html
On Tue, Jan 7, 2020 at 5:17 AM Steve Dutky <sdutky at gmail.com> wrote:
>
> I need to write some documentation:
>
> I'm looking for a standard, consistent way of referring to the components
> and attributes of R data structures. Googling and Stackoverflow yield a
> variety of github sites that do not seem to b...
2003 Nov 10
0
Extending function symbols() to handle arbitrary shapes
Currently the function symbols() permits plotting of circles, squares, rectangles, stars,
thermometers, and boxplots.
Can anybody suggest an approach for extending/cloning this function to handle arbitrary shapes specified, perhaps, as bitmaps, or as postscript primitives?
Thanks, Steve Dutky
[[alternative HTML version deleted]]
2005 Feb 07
1
Problems encountered/fixed making CrossCompileBuild
...is already installed. I ran afoul of steps in
$(WINR)/<snip>/gnuwin32/MakePkg referencing symbols in the
tools package in the system's version of R. Happily, these
ran successfully against $(LINUXR)/R/bin/R.
I hope some of this turns useful to others attempting this.
Thanks, Steve Dutky
Sdutky@terpalum.umd.edu
Revised Makefile-rcb:
############################ -*- Mode: Makefile -*-
###########################
## Makefile-rcb --- Makefile for R cross-building
##
## Author : Jun Yan (University of Iowa)
<jyan@stat.uiowa.edu>
## A.J. Rossini (UW...
2003 Jun 27
1
R-help Digest, Vol 4, Issue 27 ( -Reply)
...)
33. RE: Fonts on contour maps... (Liaw, Andy)
34. xyplot (jinn-ing Liou)
35. Encrypted Message: Re: Application (netsys at med.uni-marburg.de)
36. RE: assignment in lists (Prof Brian Ripley)
37. Re: Fonts on contour maps... (John Janmaat)
38. Functions for bit manipulation in R/Splus (Dutky, Steve)
39. Re: xyplot (Christian Schulz)
40. Version Management for Classes as in Green Book sec 7.4?
(Dr. Peter Ruckdeschel)
41. Pause with Sys.sleep (Javier Mu?oz)
42. Re: Pause with Sys.sleep (Uwe Ligges)
43. RE: equivalence test (Ross Darnell)
44. Re: combining mathematical...