Displaying 20 results from an estimated 6000 matches similar to: "Basic question on function"
2003 Dec 12
3
Basic question on function "identical"
> for(i in c(1:5))
+ {
+ print(identical(i,1))
+ }
[1] FALSE
[1] FALSE
[1] FALSE
[1] FALSE
[1] FALSE
Why don't I get:
[1] TRUE
[1] FALSE
[1] FALSE
[1] FALSE
[1] FALSE
John Welsh
Associate Professor
Sidney Kimmel Cancer Center
10835 Altman Row
San Diego, CA 92121
(858) 450-5990 ex.282
jwelsh at skcc.org
2011 Sep 05
1
savePlot with % in character string
This occurred after I installed R x64 2.13.1 on Windows:
savePlot("95%.winners.wmf")
saves the file as:
"951nners.wmf"
Is this the correct behavior, or have I bungled something?
John Welsh, Ph.D.
Associate Professor
Molecular and Cancer Biology
Vaccine Research Institute of San Diego
10835 Road to the Cure
San Diego, CA 92121
Phone: (858) 581-3960 ex.248
Email: jwelsh at
2011 Sep 02
1
Platform of image
Dear R users,
When I Save Workspace... and then reopen it, my platform switches
from 64-bit to 32-bit, i.e. the Gui switches between these:
R version 2.13.1 (2011-07-08)
Copyright (C) 2011 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-pc-mingw32/x64 (64-bit)
R version 2.13.1 (2011-07-08)
Copyright (C) 2011 The R
2016 Mar 04
2
Using 'ForceCommand' Option
Lesley Kimmel <lesley.j.kimmel at gmail.com> writes:
> So I probably shouldn't have said "arbitrary" script. What I really
> want to do is to present a terms of service notice (/etc/issue). But I
> also want to get the user to actually confirm (by typing 'y') that
> they accept. If they try to exit or type anything other than 'y' they
> will be
2016 Feb 17
5
Using 'ForceCommand' Option
Gert,
Thank you for the feedback. Can you give any further direction on where to
get more information on what you are describing?
On Wed, Feb 17, 2016 at 3:17 PM, Gert Doering <gert at greenie.muc.de> wrote:
> Hi,
>
> On Wed, Feb 17, 2016 at 12:59:57PM -0600, Lesley Kimmel wrote:
> > I would like to implement an arbitrary script to be executed when logging
> > on via
2011 Dec 05
0
ANNOUNCEMENT: Call for Proposals for The R Series from Chapman & Hall/CRC
Chapman & Hall/CRC: The R Series
We are delighted to announce that our new series of books on R is up and running, with two books already published and another nine forthcoming (including three set to publish in 2012). We are keen to receive proposals for books covering all aspects of the development and application of R software. If you have an idea for a book, please contact one of the
2000 Apr 25
2
[R) Bland Altman plot (was: paste ?)
> De : Bill Venables <venables at acland.qld.cmis.csiro.au>
> Objet : Re: [R] paste ?
> Date?: mardi 25 avril 2000 08:45
>
(...)
> Secondly, I'm curious about the history of this kind of plot.
> I've only heard it called a "Tukey mean difference" plot, (and
> Trellis graphics has a function, tmd(), that does it, but no one
> knows about it...).
2000 Apr 24
2
paste ?
Dear friends. I've made a very simple procedure to make Bland-Altman plots
and it works OK except for the inability to take a variate as argument in
annotation. I'm sure it is a very simple error, so if you have 5 seconds
please tell me.
Best wishes
Troels
bland <- function (x) #accepts two columns
{
mn <- 0.5*(x[,1]+x[,2])
diff <- x[,1]-x[,2]
2010 Jul 09
0
Wine release 1.2-rc7
The Wine development release 1.2-rc7 is now available. Barring any
last minute problems, this should be the last release candidate before
the final 1.2. Please give it a good testing.
What's new in this release (see below for details):
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
2005 Nov 19
1
Shared Mailboxes, Per User SEEN flag and Mailing lists
Hi!
Im making a small research about IMAP servers and it's features. As the
subject suggests, I want make a shared mailbox, with per user \seen flag
to work like a mailin-list works.
The reason to use 1 shared folder is simple: Imagine 12k users sending
1KB messages each week, it will be 12+ MB of useless information.
Many people told me that IMAP could do this, but now seem that it is a
2017 Feb 22
2
One username for multiple clients?
<http://www.lumaforge.com/>
Eric Altman ❱❱ CTO
PHONE 310.752.9993 x701
EMAIL eric at lumaforge.com <mailto:tyler at lumaforge.com>
WEB lumaforge.com <http://lumaforge.com/>
OFFICE 6608 Lexington Ave. Hollywood, CA 90038
> On Feb 22, 2017, at 4:24 AM, Reindl Harald via samba <samba at lists.samba.org> wrote:
>
>
>
> Am 22.02.2017 um 12:44 schrieb
2011 Mar 28
1
gluster 3.1.3 mount using nfs
Hi all,
I setup the gluster filesystem and I want to mount the gluster volume using nfs in unix system.
My machine is hp-ux (11.23)
I put command like below but it has error
test14:/>mount -F nfs -o proto=tcp,port=38465,vers=3,llock 150.2.226.26:/temp /mnt
nfs mount: get_fh: 150.2.226.26:: RPC: Program not registered
nfs mount: get_fh: 150.2.226.26:: RPC: Program not registered
nfs mount:
2013 Feb 24
0
BA.plot with logarithmic axes (MethComp)
Dear R-helpers,
I am trying to plot a Bland-Altman-Plot using the BA.plot function from the
package MethComp. While there is a function to transform the values for
analysis as shown in the snippet below, I would like to have logarithmic axes
for display as well. The usual log = 'xy' does not work because of the
properties of the y-asxis (positive and negative values). I am sure that
2012 Aug 14
1
[LLVMdev] Moving on from Hello World
Ah - thank you Eli for your reply :) obviously that's a
little disappointing :( So if I did want to insert some code into llvm
source on my machine (I'm building the debug version) that,
say, iterated over the SelectionDAG - where might be a good place to put
it?
Joe
On 14 August 2012 19:51, Eli Friedman <eli.friedman at gmail.com> wrote:
> On Tue, Aug 14, 2012 at 3:53 AM,
2017 Jul 08
0
Option hide files
Hello!
Any ideia?
Regards,
Em 07-07-2017 09:43, Carlos A. P. Cunha escreveu:
>
> Hello!
>
> Thanks for attention.
>
> Dont work :-(
>
> hide files = /lost\+found/
>
> Any ideia?
>
> Regards,
>
> Em 06-07-2017 18:41, Eric Altman via samba escreveu:
>> Honestly just a guess, but you may need to escape out (with a \) the + sign so it isn't
2013 Jul 18
1
Bland Altman summary stats for all column combinations
Hello,
I have the following data.frame
structure(list(Study = structure(c(1L, 2L, 3L, 4L, 5L, 6L, 7L,
8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 1L,
2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L,
16L, 17L, 18L, 19L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L,
11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 1L, 2L, 3L, 4L,
5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L,
2015 Sep 11
0
automounter with users home directories on centos 7.
ok, I have moved home out of the way and restarted automounter..
and now I see the /home directory appear when autofs is started, but
there is still nothing there..
[root at server2 home]# cd /home
[root at server2 home]# ls
[root at server2 home]# cd jason
-bash: cd: jason: No such file or directory
[root at server2 home]# df -h ./
Filesystem Size Used Avail Use% Mounted on
/etc/auto.home
2011 Mar 20
3
Sieve problems (not matching emails expected to match)
I have a sieve file that reads like this:
require "fileinto";
# Emacs
if header :contains "List-Id" "emacs-devel.gnu.org"
{
fileinto "mail.emacs-devel";
}
elsif header :contains "List-Id" "emacs-bidi.gnu.org"
{
fileinto "mail.emacs-bidi";
}
...
Unfortunately the List-Id based lines don't appear to be working,
2017 Mar 24
2
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
As a follow up I was able to test fresh install on Dell R710 and a Dell
R620 with success on CentOS 7.3 without issue on the new kernel. My new
plan will be to just move this C6 to one of the C7 I just created.
On Wed, Mar 22, 2017, 6:27 AM PJ Welsh <pjwelsh at gmail.com> wrote:
> The last few lines are
> NMI watchdog: disabled CPU0 hardware events not enabled
> NMI watchdog:
2017 Mar 20
3
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
El Lunes 20/03/2017, PJ Welsh escribi?:
> Still just starts the kernel and wihtin 4 seconds reboots with 4.9.16-24.
> Thanks
> PJ
Edit grub's entry and add "noreboot" to your xen parameters, maybe when the
kernel panicks xen detects it and automatically reboots it.
> On Mon, Mar 20, 2017 at 2:23 PM, Johnny Hughes <johnny at centos.org> wrote:
> > On