search for: signify

Displaying 20 results from an estimated 467 matches for "signify".

Did you mean: signif
2011 Sep 07
1
Signify level of significance
...i have to specify which level of significance to use (eg. alpha = 0.01, 0.05, etc) and i don't understand, why is it related to the probability that the hypothesis will be rejected when it is in fact true. please anyone help me.... -- View this message in context: http://r.789695.n4.nabble.com/Signify-level-of-significance-tp3795424p3795424.html Sent from the R help mailing list archive at Nabble.com.
2011 Feb 13
1
Should leading and trailing spaces between backticks be preserved?
...Yesterday I raised an issue about inconsistent preservation of whitespace<http://www.freewisdom.org/projects/python-markdown/Tickets/000087>in Python-Markdown. >>> import markdown >>> md = markdown.Markdown() >>> md.convert('Added `>>> ` to signify user input.') u'<p>Added <code>&gt;&gt;&gt;</code> to signify user input.</p>' According to Waylan, all but one of the Markdown implementations drop the trailing slash within the backticks. This seems wrong to me. I don't buy the argument tha...
2006 Jun 22
1
As.Factor with Logistic Regression
I am modeling the probability of player succeeding in the NFL with a binomial logistic regression with 1 signifying success and 0 signifying no success. I performed the regression of the binomial variable against overall draft position using the college conference for which each player played as a factor using the as.factor(Conference) command. My question is: How do I plot specific factors against the cu...
2004 Dec 08
2
similarity matrix conversion to dissimilarity
I have a matrix of similarity scores that I want to convert into a matrix of dissimilarity scores so that I can apply some clustering methods to the data. That is, high values in my matrix signify similarity and low values (zero being the lowest) signify no similarity. What functions/options in R or its packages are available for making this kind of transformation of a matrix? Specifically, I am a molecular biologist. I have a set of 700+ nucleotide sequences i want to group into clus...
2004 Oct 04
2
trouble accessing mbox folders with simultaneous logins
Hi all! I have setup dovecot (RPM) on a Fedora Core 2 machine using LDAP for authentication. It all seems to work pretty well, except for simultaneous logins. I am using mbox files to store the mail as follows (from /etc/dovecot.conf): default_mail_env = mbox:~/.mail/:INBOX=/var/mail/%u:INDEX=MEMORY So the INBOX file is stored in /var/mail, other mailfolders are stored in the users
2008 Mar 26
5
S4 slot with NA default
...ot that is potentially numeric, but NA by default? I want the slot to be NA until I calculate its value (an expensive operation, not needed for all applications). When its value is known, I will create a new object with the correct value inserted in the slot. I want "NA" to signify "not known". My attempt fails because NA is not numeric: > setClass ("foo",representation=representation(x="numeric"),prototype=list(x=NA)) Error in makePrototypeFromClassDef(properties, ClassDef, immediate, where) : in making the prototype for class &quo...
2002 Sep 23
1
interesting WINS resolution problem iwth 2.2.5 PDC
...IP addresses--I'm not sure where it's getting 168.100.250.95 from. A nmblookup finds it just fine: fujisawa(11) ~> nmblookup cybertron querying cybertron on 192.168.1.255 192.168.1.101 cybertron<00> Though I'm not sure where the <0x20> and <00> are supposed to signify. Any thoughts? All the rest of the clients in the domain are resolving properly. (the faulty machine in question was running Win2k Pro, and is now running WinXP Pro after a clean reinstall). -- Dan Bongert <*> dbongert@ssc.wisc.edu Beware by whom you are called sane. - Walter Anderson
2001 Nov 01
4
Auto starting the daemon in redhat
...m having a problem with the auto running of the samba daemons in red hat I got the smb script from the site and place it as /etc/rc.c/init.d/smb Then I set up symbolic links in the places it told me. I used lm -s ..... for the links I went into the place where one link was and I use colors to signify what something is. All of the links are in cyan except for the one created which is white with a red bg. I set them up as symbolic links, was I supposed to do hard links - i.e. just use ln ... (not -s) It said symbolic links! Thanks in advance
2006 Jul 14
6
Don''t understand :: in ActionController::Base
Maybe this should apply to Ruby forums directly, but I''ll try here. I understand the concept of classes and subclasses thanks to the excellent "Programming Ruby - The Pragmatic Programmer''s Guide". However, I don''t understand what :: signify in terms of inheritance, parent and child in e.g. ActionController::Base -- Posted via http://www.ruby-forum.com/.
2007 Aug 14
4
Recognize 800 number
Is there a way to recognize if someone called our PRI using an 800 number? The DID is showing my 4 digit primary line, not anything obvious signifying that an 800 number is called? ________________________________ This e-mail, facsimile, or letter and any files or attachments transmitted with it contains information that is confidential and privileged. This information is intended only for the use of the individual(s) and entity(ies) to whom...
2016 Jun 19
3
What version comes after 3.9? (Was: [3.9 Release] Release plan and call for testers)
...ot be driven primarily by IR changes: the LLVM project is a lot more than the IR, even though the IR is a fundamental component. Our releases are time-based and the predictability of that has worked pretty well. A second reason is that major version numbers also have a useful communication value: signifying a major step forward in the system along some dimension. It just so happens that these major changes have been IR changes in the past -- and perhaps opaque pointer types will turn out to be the next major change -- but regardless of what the change is, I think there is some value in reserving m...
2010 Jan 25
2
[LLVMdev] Any extend
...AG uses a sign_extend (or zero_extend) node to turn it into a native 64-bit type and I would like the same behaviour for 32-bit loads. So my questions are: 1) What causes the Initial selection DAG code to choose an any_extend over a sign_extend (or zero_extend)? 2) What does any_extend actually signify? Presumably this indicates that either a sign extend or zero extend will suffice. Cheers, Greg
2011 Sep 13
2
why VAD modifies my voice data?
Hello, I'm using Speex Preprocessor to supress noise, eliminate echo etc. But I have another preprocessor state that I want to use ONLY to determine voice activity. int res = speex_preprocess_run(m_VADOnly, (spx_int16_t *) pStreamSampleBuffer); pStreamSampleBuffer is modified after call to speex_preprocess_run. I have manually turned off noise suppression and AGC but anyway - VAD modifies
2005 Dec 13
1
Problem with understanding output of Cox model
...following part of the summary() output: Rsquare= 0.307 (max possible= 0.475 ) Likelihood ratio test= 91.8 on 12 df, p=2.23e-14 Wald test = 26.3 on 12 df, p=0.00977 Score (logrank) test = 58.6 on 12 df, p=4.03e-08 Does anyone know how I can read the 'max possible' R-square? What does it signify? Is it some kind of quasi-correlation; in which case I read it that I have explained 65% (i.e., 0.307/0.475) of the variation? I hope someone can help on this. Thanks in advance, Cheers Roel Roel May Norwegian Wolverine Project Norwegian Institute for Nature Research (NINA) Tungasletta 2, N...
2005 Sep 03
2
[OT] Services for Unix being built into Win2K3-R2
I found this article about Microsoft SFU being built into the new Windows 2003 Server R2 very interesting. http://news.com.com/Microsoft+makes+Unix+changes/2100-1016_3-5845790.html?tag=cd.top What does this signify? Is Windows ready to really co-exist with Unix / Linux ... or are they going to try and provide similar functionality because they recognize it is better technology moving forward? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/p...
2006 Jun 12
2
Validating a non-object attribute in a form via checkbox?
Hi there A user can place an ad with various attributes via a form; however, I want the user to check a box signifying that they''ve read the terms and conditions for use of the site. So the ''terms'' is not an attribute of the Advertisement model. I could check that the user has ticked the box in my controller but would like to bundle this up with the validation process. How to ensure...
2008 Nov 08
4
Variable mpid - what is it?
...a dtrace script (Proc/pidpersec.d) that refers to a variable mpid as below profile:::tick-1sec { printf("%-22Y %8d %6d\n", walltimestamp, `mpid, pids); pids = 0; } Where is `mpid getting picked from (it isn''t declared anywhere else)? What does the character ` in `mpid signify? I do not see any reference to this variable in the dtrace manual/user-guide. -Shiv
2015 Mar 25
2
Human readable user names vanishing from acls
...n a Samba4 share, it can be made in clear text with human readable user/group names and the rights seem to work. However when checking the permissions again from an MS environment, instead of human readable user/group names there are plain SID numbers in their place and there is an icon apparently signifying an unknown SID. How to keep resolving these into clear text? Using Samba 4.1.1 and SSSD 1.12.2 with dynamical id mapping (i.e. all user information resides in the MS AD without Unix attributes) in a RHEL7.1 environment. Thanks for any info, -Tom
2004 Feb 19
3
Channels set to zero?
I seem to have run into a slight problem in my decode/cache routine. For some reason, my ov_info struct is saying that the channels in the bitstream are zero. Is this normal for certain files, and zero signifies something, or is something wrong? The ov_info struct DOES get filled (it isn't NULL), but channels gets set to zero. This of course can cause problems while calculating the buffer
2005 Mar 23
2
R accuracy
Hello, I am trying to test the precision of R on datasets from The Statistical Reference Datasets Project http://www.itl.nist.gov/div898/strd/index.html and I don't manage to understand how R is storing its results. For example, I calculate a mean on the michelso dataset (100 values) and find: > m=mean(michel) > m V1 299.8524 > print(m,digits=15) V1 299.8524