similar to: R-News2002-2 (little suggestion!)

Displaying 20 results from an estimated 8000 matches similar to: "R-News2002-2 (little suggestion!)"

2004 Mar 23
3
building data object on iteration
Hello I need help, few days tying to work this out but unable to find examples. "alos would appricate direction on how to find exmples" getting the file name "without the extension" into a character vector. for (i in dir("c:/data/")){ filename <- c(filename,sub("([^.]+)(\\..+)","\\1", i)) } Error: Object "filename" not found and I
2009 Mar 13
2
code to find all distinct subsets of size r from a set of size n
I'm doing a permutation test and need to efficiently generate all distinct subsets of size r from a set of size n. P 138 of MASS (4th ed) notes that "The code to generate this efficiently is in the scripts". I was unable to find this code on quick inspection of the \library\MASS\scripts file for Chapter 5 and 'subsets' is not a function in MASS. I did find this problem is
2005 Feb 14
2
R News: Call for Papers
Dear useRs and developeRs, the next issue of `R News' is scheduled for the beginning of May and we are now accepting submissions for this first issue in 2005. For more information see http://cran.r-project.org/doc/Rnews/ If you are the author of a package on CRAN and you would like to promote it a little bit, or if you simply have an interesting application using R, we hope you can
2005 Feb 14
2
R News: Call for Papers
Dear useRs and developeRs, the next issue of `R News' is scheduled for the beginning of May and we are now accepting submissions for this first issue in 2005. For more information see http://cran.r-project.org/doc/Rnews/ If you are the author of a package on CRAN and you would like to promote it a little bit, or if you simply have an interesting application using R, we hope you can
2001 May 08
1
Rnews 2001/2
Dear package author, We are now accepting submissions for the second issue of the R Newsletter. For more information see http://cran.r-project.org/doc/Rnews/ If you are the author of a package on CRAN and you would like to promote it a little bit, or if you simply have an interesting application using R, we hope you can find some time to write a short article on it. We suggest that it
2012 Jan 13
1
IF ELSE
Can somebody explain the problem in the following expression? Thank you /> if (species == 1){ + fitness <- (1-b)*exp(-((microsites-niche.preference)/(niche.width.specialist+a.specialist)^2)*(1-a.specialist) + }else Error: unexpected '}' in: " fitness <-
2001 Aug 13
0
Rnews 2001/3
Dear package author, We are now accepting submissions for the third issue of the R Newsletter. For more information see http://cran.r-project.org/doc/Rnews/ If you are the author of a package on CRAN and you would like to promote it a little bit, or if you simply have an interesting application using R, we hope you can find some time to write a short article on it. We suggest that it be
2002 Mar 24
0
Rnews 2002/2
Dear package author, We are now accepting submissions for the 2002/2 issue of the R Newsletter. For more information see http://cran.r-project.org/doc/Rnews/ If you are the author of a package on CRAN and you would like to promote it a little bit, or if you simply have an interesting application using R, we hope you can find some time to write a short article on it. We suggest that it
2002 Aug 28
0
Rnews 2002/3
Dear package author, We are now accepting submissions for the 2002/3 issue of the R Newsletter. For more information see http://CRAN.R-project.org/doc/Rnews/ If you are the author of a package on CRAN and you would like to promote it a little bit, or if you simply have an interesting application using R, we hope you can find some time to write a short article on it. We suggest that it
2005 Sep 13
0
R news: Call for Papers
Dear useRs and developeRs, the next issue of `R news' is scheduled for the beginning of November and we are now accepting submissions for this last issue in 2005. For more information see http://cran.r-project.org/doc/Rnews/ If you are the author of a package on CRAN and you would like to promote it a little bit, or if you simply have an interesting application using R, we hope you
2005 Sep 13
0
R news: Call for Papers
Dear useRs and developeRs, the next issue of `R news' is scheduled for the beginning of November and we are now accepting submissions for this last issue in 2005. For more information see http://cran.r-project.org/doc/Rnews/ If you are the author of a package on CRAN and you would like to promote it a little bit, or if you simply have an interesting application using R, we hope you
2004 Jan 21
0
R News Volume 3/3
We have published the 2003/3 issue of R News on http://cran.R-project.org/doc/Rnews where you can download the newsletter as PDF or Postscript file. It will propagate to the CRAN mirrors within a day or two. Contents of this issue: Dimensional Reduction for Data Mapping R as a Simulation Platform in Ecological Modelling Using R for Estimating Longitudinal Student Achievement Models lmeSplines
2004 Jan 21
0
R News Volume 3/3
We have published the 2003/3 issue of R News on http://cran.R-project.org/doc/Rnews where you can download the newsletter as PDF or Postscript file. It will propagate to the CRAN mirrors within a day or two. Contents of this issue: Dimensional Reduction for Data Mapping R as a Simulation Platform in Ecological Modelling Using R for Estimating Longitudinal Student Achievement Models lmeSplines
2007 Apr 25
9
Running specs for a plugin - undefined method ''define'' for object
I''m trying to write specs for a plugin I''m developing named audit_fu, and I''m running into a problem which I can''t get past it. I''ve got the same specs setup in the main rails app, and everything works fine there, it''s just running the plugin specs that I''m having a problem with. My setup is: - edge rails - edge rspec (in
2014 Nov 21
0
Metadata configurablity in Icecast
On 11/21/2014 02:21 PM, Geoff Shang wrote: > Hi, > > On Fri, 21 Nov 2014, "Thomas B. R?cker" wrote: > >> Unrelated to liquidsoap, if you use mountpoint credentials to update >> metadata for a stream, but are on a different IP than the connected >> source client, that will fail. > > I would like to request that this be configurable somehow. I agree
2008 Jan 16
0
Ogg/Kate preliminary documentation
On 1/16/08, ogg.k.ogg.k@googlemail.com <ogg.k.ogg.k@googlemail.com> wrote: > Also, it'd likely take a rewrite of oggmerge to make it > usable for multiplexed streams, I think it assumes a single logical stream > per physical stream, though I didn't have an in-depth look at this issue. You are likely correct. > I did see references to Skeleton, I'll have a look at
2017 Mar 08
2
From Networkmanager to self managed configuration files
On 08/03/17 10:52, John Hodrien wrote: > > It means you're stuck in your own hand crafted niche. Which is fine, > but it's > up to you to maintain the niche, or you find yourself using obsolete > tools > like ifconfig and route. > > I'd argue there's a gulf between keeping things simple and doing > things your > own way. > I'm sure there are
1999 Dec 27
2
Suggestion: login.c->record_login()
Hi, A lot of the problems with openssh portability so far appear to be with the login record functionality, i.e. lastlog support, and variations on handling utmp vs. utmpx etc. Looking at for-profit SSH 1.2.27, login.c is rather embarassing spaghetti code, so laden with '#ifdef's it's almost impossible to read. OpenSSH's code isn't anything like that, but then it doesn't
2017 Nov 30
0
Fwd: NHW Project - speed comparison with x265
---------- Forwarded message ---------- From: Raphael Canut <nhwcodec at gmail.com> Date: 2017-11-30 14:22 GMT+01:00 Subject: Re: [theora] NHW Project - speed comparison with x265 To: fboehm <fboehm at aon.at> Hi Franz, Many thanks for your answer!!! > I appreciate your enthusiastic work on such a complex project like writing a video codec Yes, for now the NHW codec is more an
2005 Aug 31
2
R CMD check example problem (PR#8113)
[Automatic forwarding from R-bugs failed. This message has been manually forwarded.] Hi all! I'm trying to add Thomas Lumley's defmacro() function Lumley T. "Programmer's Niche: Macros in {R}", R News, 2001, Vol 1, No. 3, pp 11--13, \url{http://CRAN.R-project.org/doc/Rnews/} to the gtools package (provided that Thomas gives his OK). And I've encountered an error in