similar to: All combinations possible in a mutliple regression

Displaying 20 results from an estimated 1000 matches similar to: "All combinations possible in a mutliple regression"

2010 Jan 20
3
Mutliple sets of data in one dataset....Need a loop?
Hi I'm hoping someone can help me I am a relative newbie to R. I have data that is in a similar format to this... Experiment Score1 Score2 X -0.85 -0.02 X -1.21 -0.02 X 1.05 0.09 Y -1.12 -0.07 Y -0.27 -0.07 Y -0.93 -0.08 Z 1.1 -0.03 Z 2.4 0.09 Z -1.0 0.09 Now I can easily have a look at the overall correlation of score 1 and 2 by doing this plot(data[,2], data[,3]) or fit <-
2008 May 22
9
Retrieving Mutliple Records using find_by_*
I was hoping that AR''s find_by_* magic methods would help me retrieve multiple items somewhat like the following: names_to_find = [''Larry'', ''Moe'', ''Curly''] found_people = Person.find_by_name(names_to_find) Is there a way to accomplish this using find_by_* (or even find(:all) using some sort of conditions) or must I resort to SQL
2006 May 11
1
t-test with autocorrelation correction
Has anyone implemented a t-test with the effective sample size correction proposed by Dale and Fortin, Ecoscience 9(2):162-167, 2002, using a discussion by Cressie, 1993, page 15? thanks, Denis
2007 Feb 10
0
mutliple default routes, rp_filter and martians
I have a theory on the cause of a problem but it is still only a theory. I wonder if anyone here can confirm. I have a multi-isp configuration with a multi-path default route to each ISP, equally weighted. I am seeing, periodically, traffic dropped due to martian detection and errors logged on inbound traffic, but at other times, that same exact traffic will be allowed, no errors. My
2002 Oct 17
1
Mutliple backups into a signle dir
Hello. I am trying to make use of rsync for backup purposes. I want to use it with the -b switch: it renames older FILE to FILE~ instead of replacing it with the newer version. This way, only the newest and the second most recent versions of a file are saved. I want to have more versions. One approach to this can be inpired by --backup-dir operation. I'd rather extend the backup
2005 Aug 23
0
AreskiCC + Mutliple SIP Gateways for one route
Hello There, I'd like to define multiple providers for one dial prefix , like , i want if my one trunk gateway is filled the call is transfered to other ip, how can i achieve it with areskicc.Kindly Help. cheers Thanks Junaid Uppal
1998 Aug 06
0
Which IP adresses are registered when having mutliple interfaces
Hi! I'm running Samba 1.9.18p7 on a machine with two interfaces, so I configured: ; multiple interfaces interfaces =x.y.z.7/255.255.0.0 a.b.c.d/255.255.0.0 ; paranoia setting: to be REALLY sure which host name samba uses as NETBIOS name netbios name = XYZ001 This one has to register with a WINS server on one of the nets, so I configured: ; be a WINS client wins
2004 Sep 27
3
Mutliple Line 'Buttons'
New to Asterisk's and loving it so far. Does anyone know of any functionality in Asterisk's (or more so phones) that allows line numbers to be lit up like a switch board on a phone? So that someone can page another person with 'call on line 3'. I'm not really a telco guy and are still learning terminology for things. Any idea's? -- Regards, JB Hewitt Business:
2006 Oct 10
0
mutliple ISP's cont.
Hi Paul, thanks for your answers. > 3 DSL (ppp0,ppp1,ppp2) providers from the same ISP. (which means they have > the same gateway, but different static ISP''s) Do they actually have the same peer address? The connection is pppoe, the gateway is assigned by the ISP and the 3 ADSL connections next hop is to the same Router at the ISP. The gateway is the same for all 3 connections
2007 Jun 14
6
Revisiting mime-types and file extensions
Hi, I'm in the process of adding support for Markdown to a minimal CMS in Rails, [Railfrog][railfrog], which uses mime types to select appropriate processing. I have had a look through the archives but have not been able to see that a consensus has emerged as to what such a mime type for Markdown should look like. My reading of the RFCs suggests that it should be within the "text/*"
2008 May 09
5
Markdown Extra Spec: Parsing Section
Hello all, I've began writing the parsing section of the spec, and I though I'd let you know about where I'm heading with all this. Basically, parsing is defined as three consecutive passes: parsing document elements, parsing block elements and parsing span elements. Each pass is going to contain a set of rules the parser should attempt to match while parsing the input. Rules
2009 Jul 30
3
R User Group listings
There are now several R geographic user groups, and a few have mailing lists on the R mailing list system. Thanks to Martin M, there's also a pointer to a page I'm maintaining to list/describe the groups. The page is at http://macnash.telfer.uottawa.ca/RUG.html Contact me if you have a listing. I'm prepared to wikify it if there is sufficient interest. John Nash
2011 Nov 07
2
yum update fails for 5.6
google for "centos error performing checksum" refers to createrepo but of course "yum install createrepo" also fails and the instructions appear to be overkill. Is there a "simple" soultion? here's the result of yum update: # yum -v update Loading "fastestmirror" plugin Config time: 0.118 Yum Version: 3.2.22 Setting up Package Sacks Loading mirror
2009 Mar 20
3
ATA recommendation??
Hello, I want to ask that if thee are some ATA decives that i can use to connect mutliple analog phone lines to my VOIP system.. I mean for example an ATA device with 24 ports with 24 independent SIP accounts. For example for some dormitories in my area, i want to put an ATA device and move existing lines to VOIP accounts. Only problem is, if i dont give seperate SIP accounts for all ports, i can
2007 Oct 08
5
Flat code block syntax
>>> I'm not sure the indentation feature is so useful. After all, you >>> can use the old syntax if you want indentation. What do you think? >> >> I'd prefer to keep it simple and leave out the indentation feature. I would also prefer to leave this out. >>> Perhaps an alternative would be to use ++++s instead of ~~~~s. >> Advantages: Not
2011 Apr 07
12
Mutliple custom facts not showing in facter
Hi, I''ve noticed that defining multiple facts in one file is possible, and puppet can make use of them correctly, but when trying to call with facter --puppet they are not shown, do I need something special to make them work as any other single custom fact? Master is running 2.6.7 This is a custom fact with two facts in it: [modules/foobar/lib/facter/foobar.rb ] require
2007 Aug 04
1
PHP Markdown 1.0.1h & Extra 1.1.4
This update to PHP Markdown fix a bug that slipped in the WordPress interface with the last update. It also introduce a new "feature": you can now instruct the parser to ignore HTML tags and/or entities in the input. You can do this by instantiating yourself the parser and setting the `no_markup` or `no_entities` properties to true: $parser = new Markdown_Parser;
2010 Nov 16
4
DBLEPR?
Ravi Varadhan and I have been looking at UCMINF to try to identify why it gives occasional (but not reproducible) errors, seemingly on Windows only. There is some suspicion that its use of DBLEPR for finessing the Fortran WRITE() statements may be to blame. While I can find DBLEPR in Venables and Ripley, it doesn't get much mention after about 2000 in the archives, though it is in the R FAQ
2010 Nov 16
4
DBLEPR?
Ravi Varadhan and I have been looking at UCMINF to try to identify why it gives occasional (but not reproducible) errors, seemingly on Windows only. There is some suspicion that its use of DBLEPR for finessing the Fortran WRITE() statements may be to blame. While I can find DBLEPR in Venables and Ripley, it doesn't get much mention after about 2000 in the archives, though it is in the R FAQ
2015 Apr 25
2
Title case in DESCRIPTION for package where a word is a function namei
> On 25 Apr 2015, at 13:11 , Prof J C Nash (U30A) <nashjc at uottawa.ca> wrote: > > Hendrik pointed out it was the parentheses that gave the complaint. > Single quotes and no parentheses seem to satisfy R CMD check. Perhaps > that needs to be in the WRE. Well, it is in ?toTitleCase: ...However, unknown technical terms will be capitalized unless they are single