search for: constitute

Displaying 20 results from an estimated 1256 matches for "constitute".

2010 Jun 22
2
constructing a data frame from ftable
Dear R People: I have the following data set with the columns DATE, GENDER, and Co. Co has 8 possible options. > a.df[1:10,] DATE GENDER Co 1 2009-04-16 F Rash 2 2009-04-16 F Other 3 2009-04-16 M Botulinic 4 2009-04-16 M Other 5 2009-04-16 M Constitutional 6 2009-04-16 F Other 7 2009-04-16
2010 Jun 21
1
using table and tapply?
Dear R People: Here is a little section of a data frame: > zzz[1:10,] DATE GENDER AGE Co DEATH1 3945 2009-04-16 M 24 Botulinic 23 3851 2009-04-16 M 35 Constitutional 23 8495 2009-04-16 F 49 Constitutional 27 10967 2009-04-16 F 47 Constitutional 28 11164 2009-04-16 F 26 Constitutional 28 15220
2004 Aug 09
1
"Re-constituting" smbpasswd machine entry?
Hey, all. Somehow, a couple of lines with machine entries got deleted out of my smbpasswd file. Is there any way to "re-constitute" these entries, or do I have to remove and restore the machines from/to the domain? I'd vastly prefer to just pull the relevant info from the clients, if there's any way to do so... Thanks, Ken D'Ambrosio Sr. SysAdmin, Xanoptix, Inc.
2009 Apr 08
1
Genstat into R - Randomisation test
Hello everybody, I have a question. I would like to get a correlation between constitutive and induced plant defence which I messured on 30 plant species. So I have table with Species, Induced defence (ID), and constitutive defence (CD). Since Induced and constitutive defence are not independant (so called spurious correlation) I should do a randomisation test. I have a syntax of my
2005 Oct 06
0
a question about LMS and what constitutes outliers
Hi, I have been using the lqs function with method='lms'. However the results I get are a little different from the results noted by Rousseeuw & Leroy (Robust Regression and Outlier Detection) and I was wondering how to use these results for outlier detection. I'm using the stackloss dataset, for which the original Rousseeuw et al. program points out that observations 1,2,3,4
2007 Dec 22
3
Erlang DTrace Provider
DTrace folks, I''m pleased to introduce a potential new DTrace-sponsored project: the Erlang DTrace provider. To be good OpenSolaris citizens, we want to put the formation of this officially sponsored project to a vote -- as outlined in the OpenSolaris Constitution -- so here are the details for the new Project, as prepared by the Project Team: Name : Erlang DTrace Integration
2010 Nov 08
0
Re: What constitutes a good backtrace?
Mark Knecht wrote: > On Sat, Mar 8, 2008 at 11:28 AM, Dan Kegel <dank at kegel.com> wrote: > > > On Sat, Mar 8, 2008 at 11:22 AM, Mark Knecht <markknecht at gmail.com> wrote: > > > > > Does this mean run it again but use +relay in the command line? > > > > > > > Yes. > > > > > > > > > If so could you give
2010 Jun 21
0
using table and tapply? solved
Here is my solution: tapply(zzz$DEATH1,zzz$GENDER,sum, na.rm=TRUE) Dear R People: Here is a little section of a data frame: > zzz[1:10,] DATE GENDER AGE Co DEATH1 3945 2009-04-16 M 24 Botulinic 23 3851 2009-04-16 M 35 Constitutional 23 8495 2009-04-16 F 49 Constitutional 27 10967 2009-04-16 F 47 Constitutional
2008 Dec 22
3
reloading a new kernel
Hi - is it possible to load a SMP version of a kernel on a system running a single CPU version of the kernel without a reboot? For instance, a quad CPU system was accidentally booted as 2.6.9-78.0.5.EL but we need to load 2.6.9-78.0.5.ELsmp instead. Any help would be appreciated. -- Article. VI. Clause 3 of the constitution of the United States states: "The Senators and
2004 Nov 09
2
Firewall rules that discriminate by connection duration
I'm interested in crafting firewall rules that throttle connections that have lasted more than a certain amount of time. (Most such connections are P2P traffic, which should be given a lower priority than other connections and may constitute network abuse.) Alas, it doesn't appear that FreeBSD's IPFW can keep tabs on how long a connection has been established. Is there another firewall for FreeBSD that can? --Brett Glass _______________________________________________________ Please think twice when forwarding, cc:ing, or bcc...
2002 Oct 01
1
install.packages warning
...ly notified that any use, copying or distribution of this e-mail, in whole or in part, is strictly prohibited. Please notify the sender by return e-mail and delete this e-mail from your system. Unless explicitly and conspicuously designated as "E-Contract Intended", this e-mail does not constitute a contract offer, a contract amendment, or an acceptance of a contract offer. This e-mail does not constitute a consent to the use of sender's contact information for direct marketing purposes or for transfers of data to third parties. Francais Deutsch Italiano Espanol Portuges Japanese...
2003 Jun 01
2
AW: samba installation
Hi again, A.A wrote: > Hi Thomas, > As i wrote that's still the old Version: > /usr/local/samba-2.2.8a/bin/smbstatus --> samba version 2.2.7a-SUSE > When i type "Which smbstatus" i get /usr/bin /smbstatus this looks like a standard installation of SuSE. > > I dont know what you mean with : > For startup the samba processes you should change your
2015 Jan 23
2
find out who accessed a file
...> no. You could probably use the logs and `last` to see who was logged > in at the time and make a guess. > Also, you can look into shell history files (though that might be cleaned by users). Admin is allowed to do that when investigates incident. One more thing: if "access" constitutes execution of that file, you can use lastcomm (if process accounting is enabled on the system). This only tells you the command name (not its arguments....) - so if your file is command and you are interested who executed it and when lastcomm is your friend. Good luck! Valeri +++++++++++++++++++...
2004 Aug 27
2
Samba, the GPL and SCO
For those of you following the IBM vs SCO legal case, you have probably noticed that SCO has said that the GPL is invalid. IBM appears to make the reasonable case that you can't say something is void, and then rely on it. INAL, but why is SCO allowed to distribute Samba without agreeing to the GPL? That's like buying a car, then claiming the sale agreement is bogus but you still want
2008 Mar 07
9
What constitutes a good backtrace?
Hi all, I did my first bug report in a while. Unfortunately the good folks at wineHQ.org didn't like it much because Gentoo by default stripped out much of the backtrace info. I've recompiled Wine with more backtrace capabilities in it and am wondering what's considered good enough. Below are two backtraces. They may or may not be exactly the same failure but they both come from
2013 Jun 10
3
[LLVMdev] Getting the memory address of all operands on an expression
How to get memory address of all operands which constitutes an expression ? eg. a=b+c; (want to know the memory address of b and c)...... Since I want this at run time, So at assembly level this expression will become something like as follows:- Load r1, M[b] Load r2, M[c] r3=r1+r2 store M[a],r3 Now what i want to do is that, at every store instructi...
2004 Nov 19
3
Adding to wxRuby (Now I fired up)
...ever so slightly in adding to wxRuby on a source level (and it wasn''t perfect, Nick had to fix some of my code!), I feel all fired up. Any areas specific that need to be added that I could test my luck with again, or can I just go pick and choose? This gets funner every day... (yes, i constitute "funner" as a word), Zach
2010 Mar 13
3
How can I access a ZIP file that's over 2Gb?
I have a zip file. It is over 2Gb in size: -rw-r--r-- 1 sweh sweh 2383956582 Mar 13 13:44 test.zip The standard "unzip" program barfs: % unzip -l test.zip Archive: test.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of test.zip or test.zip.zip, and cannot find test.zip.ZIP, period. This is because th...
2007 May 30
2
Smoothing a path in 2D
Hello, I'm currently trying to find a method to interpolate or smooth data that represent a trajectory in space. For example, I have an ordered (=time) set of (x,y) tuples which constitute a path in a 2D space. Is there a way using R to interpolate between these points in a way similar to spline interpolation so that I get a smooth path in space? Greetings, Dieter -- Dieter Vanderelst d.vanderelst@tue.nl Department of Industrial Design Designed Intelligence [[alternative HTML v...
2017 Dec 25
2
R CMD check warning about compiler warning flags
However, and hope not to be off-topic, a git repository (github, gitlab, codeplex, etc., not just solely github) could constitute a tidy approach, and make things easier to R Core :) By putting the focus on version control, the line of changes made with each commit (With the possibility to reverse changes), and not verbose e-mails. Juan I strongly disagree. Are you aware that github is a commercial >> company, github...