similar to: R function help arranged in categorical order ?

Displaying 20 results from an estimated 1000 matches similar to: "R function help arranged in categorical order ?"

2003 Nov 04
1
AW: R function help arranged in categorical order ?
There is a very nice Search Engine, with Keywords arranged by topic, that comes with R. If you are under Windows (and have Html help installed), you can find this in the Help menu, under "Html help". (The relevant file can also be found as ...\doc\html\search\SearchEngine.html.) Maybe this helps, Heinrich. > -----Urspr?ngliche Nachricht----- > Von: Neil Osborne
2003 Aug 15
2
Does order() behave differently on different platforms?
Hello, I am running R 1.7.1 on two platforms and it seems to me that order() behaves differently on them. I noticed this when a test case passed in linux but failed on solaris. This is the behavior on the solaris platform: R.Version() $platform [1] "sparc-sun-solaris2.8" $arch [1] "sparc" $os [1] "solaris2.8" $system [1] "sparc, solaris2.8" $status
2020 Aug 19
2
Stale link from ?check to R Internals
Hi the reference to R Internals https://cran.r-project.org/doc/manuals/r-release/R-ints.html#Tools in ?check (PkgUtils.Rd in utils package) is stale. Here is my proposed patch (use named reference rather than numeric reference to avoid any similar broken links in the future). Index: src/library/utils/man/PkgUtils.Rd =================================================================== ---
2004 Aug 22
6
LAN to DMZ zone issues.
Hello all, Name is Andrew and in desperate need of some info. Setup: - Mandrake 9.1 with three interfaces (eth0 --> WAN) C-class /28 network (with tree virtual addresses which I am DNAT-ing to the DMZ) (eth1 --> LAN) A-class 10.0.0.0/8 (eth2 --> DMZ) A-class subnet 10.1.123.0/24 - Running stock Shorewall ver: shorewall-1.3.14-3.1.91mdk Dilemma: - LAN can not access the DMZ zone
2003 May 14
0
Help in grouping time stamped data and general stats help
Hi, I am a new comer to R. I want to carrying out some exploratory data analysis on some financial data which has been time stamped. The data is a Microsoft database and I can access it using the RODBC package. The data consists of a 5 minute sampling of market prices. However, there are periods for which there is no data (these periods occur randomly), and is typically caused by a system
2003 Nov 28
0
Can samba do this?
Hi all, I don't currently run samba and I'm a bit of a novice at networking. Anyway here is the problem. My office/company has a fair sized windows network - 500 or so machines. For some of my applications linux is far more useful so I want to build a sub-network of 3-6 linux machines and connect to the windows network. The only essential function would be file tranfer in both
2015 Jan 22
5
Programming Tools CTV
I've had a lot of requests for additions to the reproducible research task view that fall into a grey area (to me at least). For example, roxygen2 is a tool that broadly enable reproducibility but I see it more as a tool for better programming. I'm about to check in a new version of the task view that includes packrat and checkpoint, as they seem closer to reproducible research, but also
2003 Aug 05
2
question about codebook
Hi, all I am studying the ogg-vorbis algorithm but I have less knowledge about the codebook structure of vorbis. After tracing the release source code, I found it doesn't use huffman tree to decode the huffman code instead of using a special mapping and pre-look. The memory requirement seems similar with huffman tree decoding. Could anyone tell me how the vorbis huffman decoding works
2013 Apr 20
3
R CMD build
I have no idea where I must R CMD build... I am using Windows 7 wiht pearl installed http://stat.ethz.ch/R-manual/R-patched/library/utils/html/PkgUtils.html its completely unclear for me ... sorry Knut
2003 Nov 20
4
p value in MANOVA
Dear R users, Can anyone tell me how to get the p value out of the output from summary.manova? I tried all the methods I can think of, but failed. Many thanks Yu-Kang _________________________________________________________________ ¥ß§Y¥Ó½Ð MSN Mobile ªA°È¡G¦b±zªº¤â¾÷¤W¦¬µo MSN Hotmail http://msn.com.tw/msnmobile
2002 May 02
2
General "moving" functions
General "moving" function. I'm a relatively new comer to R, and I've only just started writing my own R functions. However, I need some help for something which I'm sure is quite straight forward. I want to write a function that will allow me to calculate "moving results" for a given vector. Ideally, the function will be of the form foo<-function(vector1,
2002 Apr 28
2
Building Rgui.exe with Visual Studio
Hi, I have downloaded and modified the source for rgui - because I wanted to add a few more custom menus to the GUI. I have almost got it completed, but have spent the last four hours trying to resolve the following issues (no pun intended !) Linking... R.lib(R.dll) : error LNK2005: _WatchCursor already defined in cursors.obj R.lib(R.dll) : error LNK2005: _ArrowCursor already defined in
2009 Sep 03
3
Zoomable graphs with multiple plots
Hi folks, I was wondering if anyone could confirm/deny whether there exists any kind of package to facilitate zoomable graphs with multiple plots (eg, plot(..) and then points(..)). I've tried zoom from IDPmisc, and iplot from the iplot and iplot extreme packages, but as far I can tell, neither can handle the task. Does anyone know anything else that might work? Or generally know
2002 May 09
2
Help on creating custom financial time series graphs
I have written a series of C modules that produce various custom (technical analysis) graphs when presented with a financial time series. The code was developed on the Win2K and so makes many now level function calls to the GDI etc, and is very tightly wedded to the Win2k windowing system. I notice however, that most of the graphing functionality in R (at least on the Windows OS) is handled
2015 Jan 22
2
Programming Tools CTV
On Thu, Jan 22, 2015 at 12:45 PM, Achim Zeileis <Achim.Zeileis at uibk.ac.at> wrote: > On Thu, 22 Jan 2015, Max Kuhn wrote: > >> I've had a lot of requests for additions to the reproducible research >> task view that fall into a grey area (to me at least). >> >> For example, roxygen2 is a tool that broadly enable reproducibility >> but I see it more as
2004 Sep 17
1
R CMD check does not checks for superfluous documentation (PR#7231)
Hi! Due to package maintenance I have removed some functions but forgot to update the coresponding Rd files. If R CMD check is checking for missing documentation entries why it does not check for documentation entries which tell the user about nonexisting funcitons? In my opinion checking for documentation entries that document non-existing functions is much more important than the other way
2011 Oct 07
1
iplots
Hi guys, I am trying to plot a scatterplot with lines instead of with points using function iplot in library iplots. The best I can come up with is x =(1:100) y = rnorm(100) iplot(x,y,ptDiam=0) ilines(x,y) Do you guys know of any paramter to set the "type" in iplot or iplot.opt? Thanks, Fernando ?lvarez
2004 Aug 06
4
Installing Icecast...
I'm trying (and failing) to install Icecast on a fresh-off-the-line Redhat 9.0 box. When I attempt to install the RPM with the command: # rpm -i icecast-2.0.1-1.i386.rpm ..the result is: error: Failed dependencies: curl >= 7.10.0 is needed by icecast-2.0.1-1 ...so okay, I wonder to myself, which verion of curl do I have running? # yum info curl ...and I learn that I am running a
2007 May 23
0
make check fails tools-Ex in 2.5.0
Hi folks, I'm attempting to compile and install 2.5.0, and "make check" is failing one of the earlier sanity tests. I'll append the relevant portion of the Rout.fail file below, but I've narrowed it down manually to a single command: > sessionInfo() R version 2.5.0 (2007-04-23) x86_64-unknown-linux-gnu locale:
2008 Jan 09
1
Rscript on OSX
Hi, I directed somebody to install R (2.6.1) on his OSX computer, following instructions from http://cran.r-project.org/bin/macosx. She can run R from the console. But plot(1:10) doesn't produce any output or open a window (as I am used to from linux). More importantly: Rscript is not in the path (minor problem ln -s is hopefully doable). I tried to put a hardcoded path to Rscript into the