Hi there,
I just wanted to confirm if this will be true this year.
Best,
Greg Forkutza
[[alternative HTML version deleted]]
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
.000260 1.000506
> ##
> ## $value
> ## [1] 8.825241e-08
> ##
> ## $counts
> ## function gradient
> ## 195 NA
> ##
> ##
>
> data$i
> ## 195
>
> plot(data$fun.value[1:data$i])
>
>
>
>
> --
> Enrico Schumann
> Lucerne, Switzerland
> http://enricoschumann.net
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Gregory (Greg) L. Snow Ph.D.
538...@gmail.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
rg Plads 3, 2000 Frederiksberg, Denmark
> > Phone: (+45)38153501
> > Office: A 4.23
> > Email: pd@cbs.dk Priv: pda...@gmail.com
> >
>
>
> --
> Statistics & Software Consulting
> GKX Group, GKX Associates Inc.
> tel: 1-877-GKX-GROUP
> email: ggrothendieck at gmail.com
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Gregory (Greg) L. Snow Ph.D.
538...@gmail.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
Gabor Grothendieck wrote:
> ... and maybe not having a guarantee would simplify implementation?
+1 for: "The results of such statements are not defined.", or something
to that effect. (Erasmus had something to say here. :)
__
R-devel@r-project.org ma
as
> getting silly.
i can imagine.
> In the end, I wrote a package that implements lightweight python-like
> modules for R and that has really improved my workflow. I hope to
> publish this package later this year after I have cleaned it up a bit.
cool --
k
> reliably.
i'm not knowledgeable about S3. but, a different way to try to
modularize large code bases is to split them into separate packages.
just in case you hadn't already thought about, and rejected, that idea.
cheers, Greg
__
R-de
I would be glad to add this to one of my R packages, probably `gdata`..
-G
Gregory R. Warnes, Ph.D.
g...@warnes.net
Eternity is a long time, take a friend!
> On May 26, 2021, at 1:09 PM, Adrian Dușa wrote:
>
> Yes, that is even better.
> Best,
> Adrian
>
> On Wed, May 26, 2021 at 7:05 PM Dun
luke,
> PLEASE DO NOT DO THIS!
very happy to withdraw my offered alternative!
cheers, Greg
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
column has for why the NA
exists.
i guess the CS'y thing that comes to my mind here is that one thing is
the *semantics* of what you are trying to convey, and the other is how
those semantics are *encoded* in whatever representation you are using.
cheers, Greg
__
+1
Avi Gross via R-devel wrote:
> Arguably, R was not developed to satisfy some needs in the way intended.
>
> When I have had to work with datasets from some of the social sciences I have
> had to adapt to subtleties in how they did things with software like SPSS in
> which an NA was done us
e
> >>> this goal.
> >>> Which, in my opinion, would require one to model programs as
> >>> directed graphs, along with some degree of asynchronous input.
> >>>
> >>> Presumably, these operators w
Dirk,
> Octave had this already in the 1990s, see documentation for 'popen2' here:
thanks. unix that had since the 1970s... :)
cheers, Greg
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
Simon,
> FWIW if you're on unix, you can use named pipes (fifos) for that:
i've always wondered what named pipes actually were. thanks!
cheers, Greg
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
y
blocking, though other times one wants better control over when to
block. cheers, Greg
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
heers, Greg
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
Gabe,
> Also, I would expect the year 1e50 and the "year" Inf to be functionally
> equivalent in meaning (and largely meaningless) in context.
indeed.
thanks, Greg
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
IXct.
storing years as a double makes me worry slightly about
> year <- 1e50
> (year+1)-year
[1] 0
which is not how one thinks of years (or integers) as behaving.
cheers, Greg
ps -- sorry for the ">" overloading!
__
R-dev
Jason,
as Chuck Berry (to whom, *thanks* for 'do {...} while(0)'!) suggested,
using grep, or even grep executed from find, such as
find . -type f -exec grep -H "dpois" \{\} \; | less
(executed from the root of an R source tree), is your f
d
>>>
>>> By redefining tanpi with sinpi and cospi, we can get closer:
>>>
>>> > tanpi <- function(x) sinpi(x) / cospi(x)
>>>
>>> > tanpi(c(0, 1/2, 1, 3/2, 2))
>>> [1]0 Inf0 -Inf0
>>>
>>> Hans We
> hist(rexp(1000), main='')
> abline( v=1, col='red')
>
> sp.par <- subplot(hist(rnorm(100), main=''), x='topright')
>
> subplotadd <- function(fun, pars) {
> par(new=TRUE)
> par(pars['plt'])
>
)
> # Start new plot
> plot.new()
> # Set up coordinates on new plot
> # (though plot.window() might be better here)
> par(usr=c(0,1,0,1))
> # Start drawing
> box()
> points(c(0,1), c(0,1), pch=16, col='red', cex=3)
>
> Is there a good argument against doing t
tential responses to this issue:
1. consider that this is a rare enough issue that only Greg Snow will
ever care and he has already learned the lesson, so do nothing (other
than laugh at Greg when he forgets and has to remember to properly
order his par arguments).
2. Since this came up as an issu
IFICATION=C
>
> [[alternative HTML version deleted]]
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Gregory (Greg) L. Snow Ph.D.
538...@gmail.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
deleted]]
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Gregory (Greg) L. Snow Ph.D.
538...@gmail.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
oject.org wrote:
> >> Diverted to R-devel, as I'm requesting comments about a proposal
> >> to add is.whole() to R just so this issue does not trail on for
> >> centuries (;-), see below.
> >>
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Gregory (Greg) L. Snow Ph.D.
538...@gmail.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
rs. Any elegant ways to do that?
3. Fix Approach #2, the coxph style, to try to remove redundant covariates.
Not sure if there's a graceful way not involving string matching
4. Any existing elegant approaches to interpreting the dot? Or should I just
do string matching to delete duplicate variable
(for the CRAN team)
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Gregory (Greg) L. Snow Ph.D.
538...@gmail.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
is package to CRAN? in
general, builds will fail, unless the build machine happens to have one
or both of the underlying libraries on it. (and, if i made it *compile*
successfully -- fairly easy to do -- then the tests will fail or, if the
tests *don't* fail, what were they testing?? :)
che
ce my #error
with a #warning), and just generate at error at run time? (this will
require me to figure out what that means for build tests/, but obviously
some sort of hack is doable.)
cheers, Greg
__
R-devel@r-project.org mailing list
https://stat.et
i'd like to consider these writable. assuming
sufficient warnings in the documentation, etc., is that permissable?
cheers, Greg Minshall
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
s. a sample size
of 1 is *always* my favorite. :)
cheers, Greg Minshall
--- src/library/tools/R/QC.r2014-03-25 01:15:06.0 +0200
+++ src/library/tools/R/mod-QC.r2014-07-06 14:05:46.0 +0300
@@ -4372,6 +4372,9 @@
Duncan,
> That looks like a good fix in any case. I'll put it in. (It's too
> late to make it into 3.1.1, but I'll try to remember to backport it to
> R-patched after the release.)
great -- thanks!
cheers, Greg Minshall
UE
pkgname <- desc["Package"] # should be same as pkgname0
}
}
(i'm looking at R-3.1.0.) XML doesn't run into this because although it
has a DESCRIPTION.in, it does *not* have Makefile.in, so the suspect
code isn't run.
it s
t, "R CMD check" wants to look at DESCRIPTION, so i've let that
also come into the package tarball.
however, when i run "R CMD check" with DESCRIPTION.in in the tree, it
fails:
bash greg-minshalls-mbp: {3359} R CMD check image2k_0.1.tar.gz
* using log directory ‘/User
thanks! that, as did an off-list reply, gave me the clue i needed.
cheers.
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
personal development tree to a
tree from which the package can be passed to "R CMD *". do "you" have a
makefile in their tree that creates this? during development, is this
the path you use for building and testing?
cheers, Greg Minshall
ly could be under control of parameters.)
>
> -s
>
> [[alternative HTML version deleted]]
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Gregory (Greg) L. Snow Ph.D.
538...@gmail.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
; __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Gregory (Greg) L. Snow Ph.D.
538...@gmail.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
] > pi; x[4] - pi
> [1] TRUE
> [1] 1e-07
>
> and the same, of course, for the seq() function.
> I would understand this behaviour for 1e-14 or so, but it seems
> unexpected for such a distinct difference as 1e-07.
>
> __
g | http://dirk.eddelbuettel.com
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Gregory (Greg) L. Snow Ph.D.
538...@gmail.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
ding, MC-150
> 605 East Springfield Avenue
> Champaign, IL 61820-6371
> Phone: 217-300-1924
> http://www.geog.illinois.edu/~jgrn/
> AIM: jgrn307, MSN: jgrn...@hotmail.com, Gchat: jgrn307, Skype: jgrn3007
>
> __
> R-devel@r-project.o
ven easier if you don't
feel the need to understand them. It is only when us darn
statisticians get involved and start asking the important questions
that things get complicated.
--
Gregory (Greg) L. Snow Ph.D.
538...@gmail.com
__
R-devel@r-pro
University of Kansas
> http://pj.freefaculty.org http://quant.ku.edu
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Gregory (Greg) L. Snow Ph.D.
538...@gmail.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
I think you need to enclose the arguments to configure-args in quotes.
i.e.
> --configure-args='--with-graphviz=/Users/khansen/Source/usr'
Greg Finak, Ph.D
Post-doctoral Fellow
Vaccine and Infectious Disease Division
Fred Hutchinson Cancer Research Center
Seattle, WA
On 2012-01-1
ight slow down an expert by a whole 30 seconds, but at least they would not
be able to claim that they accidentally saw the code.
Whether this violates the spirit of R licensing or not is another issue.
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg
2 the plots
will be expanded automatically to include all the data (unless you limit the
range in the call). You could also write your own points or plot function that
would check the range and give warnings then call the regular points or plot
function.
--
Gregory (Greg) L. Snow Ph.D.
Statis
that environment without affecting variables of
the same name in other environments.
Environments can be used for other things as well, but that starts getting more
technical.
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
>
That works as well, I will suggest it to Luke for the package to use.
Thanks,
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
> -Original Message-
> From: peter dalgaard [mailto:pda...@gmail.com]
> Sent: Wedne
It looks like the spaces in the path is the problem, when I run the line below
with shQuote then everything starts working and all is right with the world
again.
Thanks,
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
9
loaded via a namespace (and not attached):
[1] tools_2.13.0
Thanks,
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
through the predictors
for the plots. It can also give you a command line version of the commands
that you could then run, or loop through to get your plots.
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
> -Original Mess
x to
make sure that everything is doing what it should there.
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
> -Original Message-
> From: Prof Brian Ripley [mailto:rip...@stats.ox.ac.uk]
> Sent: Sunday, April 10,
urce manually using .onAttach, I'll have to
experiment some more.
Thanks,
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
> -Original Message-
> From: Prof Brian Ripley [mailto:rip...@stats.ox.ac.uk]
> Sent
keep the source to TRUE before calling install.package, but that does not seem
to work.
Is there a way to "strongly encourage" the source to be kept for this function
(or the entire package)?
Thanks,
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
You might consider using odfWeave, then you can create a single document, save
it as a word doc, and send it to collaborators where they can then cut and
paste from the word doc to whatever they are using.
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s
You could use winProgressBar (windows only) or TkProgressBar (tcltk package
required) instead, then nothing is output to the console/standard out but you
still have a visual of your progress.
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
guide further tests.
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
> -Original Message-
> From: r-devel-boun...@r-project.org [mailto:r-devel-bounces@r-
> project.org] On Behalf Of Karthi Subramanian
>
get the input
(this will not allow the entry to ever be automated, the script will wait until
the entry is submitted).
You could combine these using if statements on the results of the interactive()
function to help decide whether to pop up the boxes or not.
Hope this helps,
--
Gregory (Greg
You could use the my.symbols function in the TeachingDemos package to add the
structures to the plot (once you create the plot without the default labels and
find the positions to plot them at ).
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s
want to change the warning to cat (and add \n), or extend the regular
expression logic to other cases, or ...
But if nothing else getting the warning will reinforce that parens/spaces are a
good idea if only to avoid the computer complaining. The problem is I can
think of some false positives tha
s a success story of what you are trying to accomplish, I think the
key elements were/are:
Show that you are willing to put in some effort
Clear documentation of what you want the function(s) to do
Examples
Enough usability that others use or are interested as well
Hope this helps,
--
Gr
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] tools_2.11.0
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
(Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
> -Original Message-
> From: Prof Brian Ripley [mailto:rip...@stats.ox.ac.uk]
> Sent: Thursday, February 11, 2010 11:05 AM
> To: Greg Snow
> Cc: r-devel
> Subject: Re: [
ed States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] tools_2.10.1
>
Same thing happens in non-patched 2.10.1
Thanks,
stead?
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
> -Original Message-
> From: r-devel-boun...@r-project.org [mailto:r-devel-boun...@r-
> project.org] On Behalf Of violet lock
> Sent: Tuesday, December
what you are seeing.
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
> -Original Message-
> From: r-devel-boun...@r-project.org [mailto:r-devel-boun...@r-
> project.org] On Behalf Of Adrian Dragulescu
> Sen
the list of variable names so the collision didn't occur,
e.g. df[, vars] instead of df[, var], it worked as expected.
Sincerely,
Greg B. Hill
Gavin Simpson wrote:
>
> Dear List,
>
> I am writing a formula method for a function in a package I maintain. I
> want the m
Instead of using smooth.spline, use lm with spline terms, e.g.:
> library(splines)
> sp.fit <- lm(y~bs(x,4))
Now both use predict.lm for the predictions and all will be consistent.
Hope this helps,
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthca
What research into this problem did you do that failed to turn up FAQ 7.31?
--=20
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
> -Original Message-
> From: r-devel-boun...@r-project.org [mailto:r-devel-bou
What research into this problem did you do that failed to turn up FAQ 7.31?
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
> -Original Message-
> From: r-devel-boun...@r-project.org [mailto:r-devel-bou
GUI with R doing the heavy work behind
the scenes. There are various examples of tools using the excel interface
available.
There is a lot of info at: http://www.sciviews.org/_rgui/
Hope this helps,
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s
te to
the discussion.
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
> -Original Message-
> From: r-devel-boun...@r-project.org [mailto:r-devel-boun...@r-
> project.org] On Behalf Of Dirk Eddelbuettel
> Sent: Thursda
(I do remember it made things
simpler than using the average of the middle 2 when n was even).
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
> -Original Message-
> From: Simone Giannerini [mailto:sgianner...@gmail.
directly bypassing the checks/branches.
Just out of curiosity (from someone who only learned from English (Americanized
at that) and not Italian texts), what would the median of [Low, Low, Medium,
High] be?
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s
I see the same problem on Windows XP.
But if I run loess with surface='direct' then the results are correct. So it
looks like the problem comes from the smoothing/interpolating, not the main
loess algorithm.
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain
playSudoku in the sudoku
package and dynIdentify in TeachingDemos.
Hope this helps,
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
> -Original Message-
> From: r-devel-boun...@r-project.org [mailto:r-devel-bou
Or use range( 0, y1, y2, y3, na.rm=TRUE, finite=TRUE )
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
> -Original Message-
> From: William Dunlap [mailto:wdun...@tibco.com]
> Sent: Thursday, February 05, 200
, y1, y2, y3)
and it will give enough room to add the other y variables in latter.
Hope this helps,
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
> -Original Message-
> From: r-devel-boun...@r-project.org [ma
Apparently the fix was simpler than I anticipated (at least for Prof. Ripley).
Thanks for finding and implementing this improvement.
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
> -Original Message-
> From
ll of the string. Here is one way to do it=
with your example:
> gregexpr("1122(?=3D1122)", paste(rep("1122", 10), collapse=3D""), perl=
=3DTRUE)
[[1]]
[1] 1 5 9 13 17 21 25 29 33
attr(,"match.length")
[1] 4 4 4 4 4 4 4 4 4
--
Gregory (Gr
f the string. Here is one way to do it with
your example:
> gregexpr("1122(?=1122)", paste(rep("1122", 10), collapse=""), perl=TRUE)
[[1]]
[1] 1 5 9 13 17 21 25 29 33
attr(,"match.length")
[1] 4 4 4 4 4 4 4 4 4
--
Gregory (Greg) L. Snow P
r the scrollbar has=
been created and placed.
Hope this helps,
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
[EMAIL PROTECTED]
801.408.8111
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> project.org] On Behalf Of [E
r the scrollbar has been
created and placed.
Hope this helps,
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
[EMAIL PROTECTED]
801.408.8111
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> project.org] On Behalf Of [EMAIL PRO
that.
Thanks again,
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
[EMAIL PROTECTED]
801.408.8111
> -Original Message-
> From: Simon Urbanek [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 28, 2008 3:20 PM
> To: Greg Snow
> Cc: R-dev
arnings before doing this, but then if
there is some other warning generated, then I will miss the other warning(s).
Is there a better way to write the null to the text file? Or is there a way to
suppress just this warning without suppressing any other warnings that may
occur?
Thanks,
--
Gr
ank You to the rest of R core for all the great work.
R: Come for the price, Stay for the Quality
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
[EMAIL PROTECTED]
801.408.8111
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
&
ics, package:grDevices, package:ut=
ils, package:datasets, package:methods, Autoloads, package:base
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
[EMAIL PROTECTED]
801.408.8111
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
give some idea if the function works on the tested
platforms (if the documentation for the function has examples not wrapped in
dontrun commands or other tests).
Hope this helps,
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
[EMAIL PROTECTED]
(801) 408-8111
nput (using only the lowest bit for raw or
integer vectors) least-significant bit first to a raw or integer
vector.
}
\details{
-Greg
_
platform i386-apple-darwin8.10.1
arch i386
os darwin8.10.1
system i386, darwin8.10.1
status
ma
st)
[1] TRUE
For the second question, you can do something like:
> test2 <- c(0,0,1,0,0,0,3,0,0,0,2,0,1,0,0,0,0,0,0,6)
> out2 <- out * c( out[-1]==0, 1 )
> all.equal(out2,test2)
[1] TRUE
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthc
ion set by clip is only honored when "reset"? or that
these functions reset the clipping region to match the plot region?
(my tests were done using the latest windows port and a default graphics
window)
Thanks,
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain H
Look again at the whole function of mean.default. All of the missing
values have already been removed if na.rm==TRUE before the call to
stats::median, so why waste time looking for missing values that are not
there.
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain
ne have a better work around than drawing transparent boxes?
Thanks,
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
[EMAIL PROTECTED]
(801) 408-8111
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
something the computer knows about. Wrap the d[,1:2] in either
as.matrix or unlist and it does what I expect you expect it to do.
Hope this helps,
--=20
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
[EMAIL PROTECTED]
(801) 408-8111
=20
=20
> -Original Mess
the computer knows about. Wrap the d[,1:2] in either
as.matrix or unlist and it does what I expect you expect it to do.
Hope this helps,
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
[EMAIL PROTECTED]
(801) 408-8111
> -Original Message-
>
You may want to look at the SQLiteDF package, this allows you to put
your data into an SQLite database and treat that like a normal vector or
data frame inside of R.
Hope this helps,
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
[EMAIL PROTECTED]
(801) 408
esult then they should read FAQ 7.31 (and maybe even include
a link they can click on right then).
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
[EMAIL PROTECTED]
(801) 408-8111
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
[EMAIL PROTECTED]
(801) 408-8111
=20
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
tr(,"match.length")
[1] 2 2
The book "Mastering Regular Expressions" by Jeffrey Friedl has a lot of
detail on the hows and whys of regular expression matching.
--=20
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
[EMAIL PROTECTED]
(801) 408-8111
=20
tch.length")
[1] 2 2
The book "Mastering Regular Expressions" by Jeffrey Friedl has a lot of
detail on the hows and whys of regular expression matching.
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
[EMAIL PROTECTED]
(801) 408-8111
> -
1 - 100 of 132 matches
Mail list logo