similar to: Typo in documentation for order() (PR#541)

Displaying 20 results from an estimated 9000 matches similar to: "Typo in documentation for order() (PR#541)"

2000 May 12
2
Documentation of par(gamma) (PR#540)
The on-line documentation for par() refers to a 'gamma' argument. However, if 'par()' is invoked, there is no gamma argument. -- Art Salwin salwin@mitretek.org (202) 863-2985 (202) 863-2988 (fax) --please do not edit the information below-- Version: platform = Windows arch = x86 os = Win32 system = x86, Win32 status = major = 1 minor = 0.0 year = 2000 month = February
2000 May 12
2
Documentation of par(ann) (PR#539)
The on-line documentation for the 'ann' argument under par(), states "If set to 'FALSE'...". However, this parameter shows up as a numeric on my machine, not as a logical. -- Art Salwin salwin@mitretek.org (202) 863-2985 (202) 863-2988 (fax) --please do not edit the information below-- Version: platform = Windows arch = x86 os = Win32 system = x86, Win32
2000 Mar 30
1
How do you go beyond tapply()?
"An Introduction to R" notes that the function tapply() can be used to index a vector by multiple categories. But they don't show how to do this. How does one implement, for example, the example in the text in which tax accountants are indexed by both state and sex? Is there a way to use tapply() to put the vector into bins defined by the levels instead of having to exactly match
2000 Oct 17
2
Percentile function
Is there an R function that inputs a value and a vector, and returns the percentile corresponding to the value? Something like pvalue<-function(x,vector){mean(x>=vector)} but with interpolation. Given the above function, is there a way to do the following without the loop: for(i in 1:10) y[i] <- pvalue(x[i],vector) where x and y are numeric vectors of length 10? -- Art Salwin
2000 Apr 24
1
Comments on Win95 R Distribution (PR#527)
Here are some comments generated by a new R user based on initial experiences with the tool. On-line help for tapply: The following appears "for to each (non-empty) group of values" It seems there's an extra preposition in this sentence. On-line help for cut: "break" should be "breaks" morley.data not available with the distribution. Would be helpful for
2000 May 15
1
Non linear regression using Levenberg-Marquardt method
Hello, I want to fit some non linear models with the Levenberg-Marquardt algorithm. It doesn''t seem to exist any function to do this in R ( well, maybe one does, but I''m a new user, and the only documentation I have is "An introduction to R"). I''d like to know if this function exists, maybe throught an additionnal package. I''d also like to know if if
2000 Jul 12
2
Removing Objects from workspace
Hi all, how can I remove objects from the workspace which starts with a certain pattern, e.g. lm (lm1, lm2, lm3 etc). Wildcards won?t work. Thanks, Sven -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the
2000 Oct 02
0
Use of example()
> Date: Mon, 02 Oct 2000 08:53:32 -0400 > From: Art Salwin <salwin at mitretek.org> > X-Accept-Language: en > To: R Help List <r-help at stat.math.ethz.ch> > Subject: [R] Use of example() > X-MIMETrack: Itemize by SMTP Server on Mail1/Mitretek Systems(Release 5.0.4 |June 8, 2000) at 10/02/2000 08:51:32 AM, Serialize by Router on Mail1/Mitretek Systems(Release 5.0.4
2008 Jan 24
3
Help: dtmf mode
Hi, I am having trouble making a selection when I call a number and need to make a selection to go to an extension with my polycom phones 301. Anybody have an idea how to fix this problem? Thanks in advance. Jarga Jallow Technical Support Engineer 2985 S. Hwy. 360 Grand Praire, Texas 75052 Direct: 972-206-1212 ext# 29 Mobile: 214-669-9046 Fax: 972-999-4113 Toll Free: 1-877-801-5511
2014 Feb 03
3
Memory leak - how to investigate
My web & name server runs out of memory from time to time, to the point where it's completely unresponsive to anything. At that point reset is the only alternative. (Or, as this is a virtual guest, I just say "virsh destroy"). But why this happens - I would like to know. The host in question is a KVM guest, and runs CentOS 6.4. From "top" (situation now): Mem:
2003 Apr 09
1
[Bug 541] packet_set_interactive typo
http://bugzilla.mindrot.org/show_bug.cgi?id=541 Summary: packet_set_interactive typo Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: furrier at
2000 Mar 31
1
Cutting vectors
I have one factor with say five levels (fact) of different size and a corresponding variable (var). I randomly generate five new levels (nfact ex. 2,2,1,5,4). What I would like to do is to extract the corresponding variable values into a new variable (nvar). I did try the following, why doesn't it work? nvar<-var[fact==nfact[ ]] Patrik Waldmann
2007 Mar 30
2
switchtype and signalling query
Hi Guys I'm configuring a TE212P card and have the following two entries in my /etc/asterisk/zapata.conf switchtype=dms100 signalling=pri_cpe When I reload asterisk I get the following messages: > -- Reloading module 'chan_zap.so' (Zapata Telephony) > == Parsing '/etc/asterisk/zapata.conf': Found > [Mar 30 17:48:42] WARNING[2985]: chan_zap.c:11072
2002 Feb 01
1
typo and user-proofing in odesolve() (PR#1295)
A couple of minor points about the odesolve package (which I am otherwise enjoying very much): 1. "scalar" is misspelled as "scaler" in the definitions of the rtol and atol parameters 2. it is possible to crash R by doing something dumb, e.g failing to read the documentation carefully enough and (a) returning only a vector of derivatives and not a list of (derivatives,
2001 Jan 18
5
New Samba Install - Error Bind Failed
I am install Samba on a New RS/6000 M 80. I am installing Samba 2.0.7. I have the services and inedt.conf files with the needed entries and have add a program check my entry. I get the following error in the log file and can not figure out what is wrong. [2001/01/17 12:31:59, 0] lib/util_sock.c:open_socket_in(863) bind failed on port 139 socket_addr=0.0.0.0 (Address already in use)
2010 Oct 18
1
Crossed random effects in lme
Dear all, I am trying to fit a model with crossed random effects using lme. In this experiment, I have been measuring oxygen consumption (mlmin) in bird nestlings, originating from three different treatments (treat), in a respirometer with 7 different channels (ch). I have also measured body mass (mass) for these birds. id nest treat year mlmin mass ch hack 1EP51711 17
2001 Oct 03
1
tiny typo in optim/N-M documentation (PR#1109)
In the optim() documentation, the control parameter "maxit" says "There is no other stopping criteria." That should be "are", or "criterion" ... While I'm at it -- poking at the code a little bit, it looks as if the initial simplex is set from the initial point by displacing each parameter value by max(0.1,0.1*pmax(fabs(Bvec))), where Bvec is the
2011 Apr 27
1
xen-qemu-dm does not build with backported xen-4.1
On 04/27/2011 04:23 AM, Niccol? Belli wrote: > Hi, I backported xen-4.1-2 to Squeeze, but when I try to build > xen-qemu-dm-4.0 against it, it doesn't build. > Can you please help me? I attached log file. > > Niccol? Hi, To me, this looks like an issue with libxen-dev. The file /usr/include/xenctrl.h is the one to blame in your build log... Please write to the pkg-xen list
2005 Dec 28
2
PHP Manager
Hi all, I have a small problem to execute Asterisk Commands in Asterisk Manager using PHP. I am able to run all Asterisk Manager command but the problem is comming with asterisk command. here is the code i am trying to run. <?php $socket = fsockopen("localhost","5038", $errno, $errstr, $timeout); fputs($socket, "Action: Login\r\n"); fputs($socket,
2006 Jun 12
5
IAX DID channels as incoming hunt group?
Hi: I am looking into getting incoming IAX DID channels for our office. I've found a provider. What I want, though, is an incoming hunt group -- that is, say we have three lines: 555 1212 555 1213 555 1214 Calls coming in on 555 1212 may end up on any one of the three. If 555 1212 is busy, the call forwards to 555 1213, and so on. I was under the impression that this has to be done by the