similar to: History of R

Displaying 20 results from an estimated 7000 matches similar to: "History of R"

2009 Mar 20
2
A category reduction problem
I am trying to print out a list of strings of length 11 based on integers 0 through 10. The rules as given to me for the ordering are: The first digit must be 0. The 2nd digit must be 0 or 1. The 3rd digit must equal the 2nd digit or the 2nd digit +1. ... Given the final digit, n, all digits 0 through n must appear in a given sequence. So the final 1024 item list should look like 0 1 2 3 4 5
2011 Mar 15
4
install specific version using yum
Hello list! I have been instructed to install very specific version numbers of httpd and php on the company web servers. Here's what I've tried so far [root at ec2-50-17-114-126 ~]# yum install php-5.2.17-1.w5.i386 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: yum.singlehop.com * base: mirror.rackspace.com * epel: nas1.itc.virginia.edu * extras:
2016 May 03
6
[RFC] Non-Temporal hints from Loop Vectorizer
Hello all, I've been wondering why Clang doesn't generate non-temporal stores when compiling the STREAM benchmark [1] and therefore doesn't yield optimal results. It turned out that the Loop Vectorizer correctly vectorizes the arithmetic operations and also merges the loads and stores into vector operations. However it doesn't add the '!nontemporal' metadata which would
2007 Jul 05
0
Question on Rmpi looping
Dear R list, In the course of learning to work with Rmpi, we are confused about a few points. The following simple program is based on some examples we retrieved from the web. Each slave is writing the same output line multiple times (a multiple equal to the number of slaves). In other words, the write statements are being executed a number of times equal to the number of slaves. I am
2016 May 03
2
[RFC] Non-Temporal hints from Loop Vectorizer
Steve Canon is on vacation, so I’m going to word for word quote his take on the compiler autogenerating nontemporal hints: "nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope n” — Steve Canon —escha > On May 3, 2016, at 10:26 AM, via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Non-temporal hints
2004 Aug 24
3
ex-girlfriend logic not working in latest CVS?
Ex-girlfriend logic not working in latest CVS? Incoming sip calls don't work. Anyone else seen this problem? Extension logic looks good: exten => 6153248305/_931NXXXXXXX,1,Queue(queue1); exten => 6153248305/_615NXXXXXXX,1,Queue(queue2); ;exten => 6153248305,1,Queue(queue3); show dialplan looks good: -- Added extension '6153248305' priority 1 (CID match
2008 Jan 27
3
Network issue in dom0
Hello, I have a network issue in dom0; I''m not sure if it''s a configuration problem or a design problem in my setup. My setup: The server (dom0) runs Ubuntu 7.10, Xen was installed using apt-get (means version: Xen 3.10, Kernel 2.6.22-14). This server has 4 NICs. I use bridged networking with my own script which creates 4 bridges ("$dir/network-bridge"
2018 Mar 15
1
Adjusting OHCL data via quantmod
Hello, I'm trying to do two things: -1. Ensure that I understand how quantmod adjust's OHLC data -2. Determine how I ought to adjust my data. My overarching-goal is to adjust my OHLC data appropriately to minimize the difference between my backtest returns, and the returns I would get if I was trading for real (which I'll be doing shortly). Background: -1. I'm using Alpha
2003 Oct 22
2
non linear regression with R
Dear Colleagues, I have x, y data (pollen and seed dispersal from oaks !) that I would like to fit with a function which look like this: p(a,b,x,y)=b/(2*pi*a?gamma(2/b))*exp(-(square_root(x?+y?)/a)power(b)) I am looking for a and b values that fit my data at best. Can someone give me hints to perform such an analysis with R ? Thanks a lot Sophie Sophie Gerber
2007 Jul 05
6
how to change guest OS kernel version from xen
hello, every one, My guest os''s kernel version is suse10''s kernel-2.6.13.4-xen. Now, I want to change kernel version to kernel-2.6.13.4-smp. what should I do? Need I modify vm machine configue ? thanks a lot. Kathy _________________________________________________________________ 免费下载 MSN Explorer: http://explorer.msn.com/lccn
2005 Apr 06
2
conditional selection with Factors
Hi All, I want to select a level of a factor variable from a dataset. I have the folowing data: dataset: use factor: month (use$month, levels=February, July) > use[1:5,] month registration use department size 1 February KKG151GP Y Safety 1.6 To select February I tried: > use[use$month=="February"] Error in "[.data.frame"(use, use$month ==
2016 Mar 03
2
[GSoC16] Seeking Guidance for a project regarding SAFECode
Hello, I am Abhinav Tripathi, B.Tech 3rd Year student from IIT Indore, India. I was looking on the projects ideas page of llvm and saw that I could also propose to work on the SAFECode Open projects. As I found no mailing list on their site, I am sending this message here. Please redirect me to some other list, if required. . I found most of the projects quite alluring as I have been working on a
2001 Oct 10
2
SSH error
Hello, I am working with a customer that has SSH F-Secure (NT windows). We currently have OPENSSH installed in our unix server. We are trying to copy a file from our unix box to an NT windows and received the following error: Remote: Failed to lauch child process! How can we resolve this problem. Thanks, Kathy Tablan Confidentiality Notice: This e-mail message, including any
1999 Jan 12
1
Re: Welcome to r-help
just testing -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
2006 Nov 20
2
predict.coxph
Hi everyone, Can anyone give me more details about the 'lp', 'risk', 'terms', and 'expected' options from the predict.coxph function? I actually found that risk is obtained from exp(lp). I can't find information on 'expected' type however. Is anybody can expand the information on this function? Thank you in advance, I will appreciate it.
2002 Feb 14
2
RFC: "R::Wrapper" perl module
If I actually finished writing this module, would any of you use it? Would you wish it did something else/different than what's described below? Any comments or suggestions on its proposed usage, intent, or syntax are welcome! (An alternative, better name would also be appreciated) -Aaron NAME R::Wrapper - Wrapper around the RS-Perl R module SYNOPSIS #!/usr/bin/perl -w
2015 Jan 30
5
Very slow disk I/O
On 1/30/2015 1:53 AM, Gordon Messmer wrote: > On 01/29/2015 05:07 AM, Jatin Davey wrote: >> Yes , it is a SATA disk. I am not sure of the speed. Can you tell me >> how to find out this information ? Additionally we are using RAID 10 >> configuration with 4 disks. > > What RAID controller are you using? > > # lspci | grep RAID [Jatin] [root at localhost ~]# lspci |
2016 Feb 16
3
slightly off-topic, RAID program for on-board SAS 2308-4i ?
Does anyone know what program can be used to query the RAID status from the OS for an on-board LSI SAS 2308-4i? On this page: http://docs.avagotech.com/docs/12351997 there is a curious note on the left that reads: "Integrated MegaRAID support available upon request" After one mostly fruitless round of chatting with LSI/Avago/Broadcom and one completely fruitless round of chatting
2014 Aug 25
3
Hardware raid health?
I just had an IBM in a remote location with a hardware raid1 have both drives go bad. With local machines I probably would have caught it from the drive light before the 2nd one died... What is the state of the art in linux software monitoring for this? Long ago when that box was set up I think the best I could have done was a Java GUI tool that IBM had for their servers - and that seemed like
2000 Jan 19
2
Samba and /etc/shadow.
Dear mailing-list! I have Samba 2.0.6 on a Redhat 6.1 linux box. How can I make samba use the /etc/shadow file for authenticating users? Reading the archives I assumed there should be a compile-time option I should set, but I found no such option. Regards -- Shahin Merat, Dept. of gastroenterology, Shariati Hospital, N Kargar st., Tehran, Iran merat@ams.ac.ir / merats@sums.ac.ir