search for: uninterpret

Displaying 20 results from an estimated 34 matches for "uninterpret".

Did you mean: interpret
2007 Dec 05
1
[patch] Headers, unresolved footnotes, and fractions
...nt Markdown-generated headers to start at <h2>. It will use <h6> instead of trying to generate <h7>, <h8>, &c. *A new config option, MARKDOWN_STRIP_UNRESOLVED_FNS, which will cause unresolved footnote references to be stripped instead of left in the output text uninterpreted and defaults to false; useful when Markdown is being run over post excerpts or if you use features like <!-- more --> to only show part of the post on the front page. For Smartypants: *1/4, 1/2, and 3/4 will be replaced with fraction entities. -------------- next part -------------- A...
2007 Jul 25
2
Allowing tilde at start of mailbox names
In lib-storage/index/maildir/maildir-storage.c maildir_is_valid_create_name() and maildir_is_valid_existing_name() the following sequence of tests appear but I don't really understand why if ((storage->flags & MAIL_STORAGE_FLAG_FULL_FS_ACCESS) != 0) return TRUE; if (*name == '~' || strchr(name, '/') != NULL) return FALSE; If MAIL_STORAGE_FLAG_FULL_FS_ACCESS is
2015 Oct 04
2
Conditional importFrom (roxygen?)
Duncan Murdoch <murdoch.duncan <at> gmail.com> writes: > > On 04/10/2015 10:10 AM, Jonathan Greenberg wrote: > > Folks: > > [snip snip snip] > > > > Is there a way to do a conditional importFrom based on the OS? Or can I > > safely ignore this (I'm trying to submit to CRAN). > > > > Yes, you can put conditionals into the
2008 Mar 28
3
[PATCH] oggmerge, various
...e general idea of the content", which is clearly not the case for kate, as text data is often not even byte aligned (something I've wondered about whether it'd be a good idea to autoalign actually, too late now though), and application is "some other kind of data, typically either uninterpreted binary data or information to be processed by a mail-based application." Of course, this is a layman's reading, so if you confirm text/x-kate would be correct for the binary bitstream, I'll change it so. Cheers
2007 Jan 24
1
mixed effects or fixed effects?
...n this experiment twice, once with each methodology. Methodology is a between-subjects factor. Trying to run this analysis with every factor included (ie, subject as a random factor, session nested within group nested within experiment) seems to me (after having tried) to be clumsy and probably uninterpretable. My favoured model for the analysis is a linear mixed-effects model, and to combine the data meaningfully, I have collated all the pretest data for controls and trained subjects from each experiment, and assumed this data to represent a population sample for naive subjects for each experim...
2012 Mar 08
2
Boxplot Fill Pattern
...h of seven tree species at each of seven different sites. It's a lot of data to put on one figure, I know. I made a beautiful, interpretable figure using color, but my target journal can't deal with color figures. I can use seven shades of grey to fill the boxes, but the figure then becomes uninterpretable - the colors of adjacent boxes are too similar. I cannot figure out how to add a pattern, hatching, or cross-hatching to the boxes. I see that in 2003 Professor Ripley confirmed that one cannot hatch boxplots: http://tolstoy.newcastle.edu.au/R/help/03a/2622.html Is this still true? If so, do...
2007 Feb 24
2
RESTful PUT and button_to
I''m working on a RESTful app, and I''ve hit a snag. Here''s a simplified example of the problem. (Excuse me if this example code isn''t strictly correct; I''m typing from memory.) Suppose I have a table which models a simple counter. It has a single column, "count": class CreateCounters < ActiveRecord::Migration def self.up
2008 Mar 28
0
[PATCH] oggmerge, various
...ntent", > which is clearly not the case for kate, as text data is often not even byte > aligned (something I've wondered about whether it'd be a good idea to > autoalign actually, too late now though), and application is "some other > kind of data, typically either uninterpreted binary data or information to > be processed by a mail-based application." > > Of course, this is a layman's reading, so if you confirm text/x-kate would > be correct for the binary bitstream, I'll change it so. > > Cheers >
2015 Oct 04
0
Conditional importFrom (roxygen?)
...> my current hacky solution to this is to use a Makefile that > post-processes the NAMESPACE after it's roxygenized, e.g. search > for "getRversion" in > > https://github.com/glmmTMB/glmmTMB/blob/master/Makefile Hadley has the right idea (allow roxygen to specify some uninterpreted text to drop into the NAMESPACE file), but it doesn't go far enough. Really this is a design flaw in roxygen: being able to enter NAMESPACE and help page info in source files is a great feature, but being forced to go all or nothing is a flaw. If base R adds something new to the NAMESPACE o...
2005 Jul 13
1
Boxcox transformation / homogeneity of variances
Dear r-helpers, Prior to analysis of variance, I ran the Boxcox function (MASS library) to find the best power transformation of my data. However, reading the Boxcox help file, I cannot figure out if this function (through its associated log-likelihood function) corrects for * normality only * or if it also induces * homogeneity of variances *. I found in Biometry (Sokal and Rohlf, p. 419)
2004 Dec 21
0
SIP dtmf=rfc2833 not working
...testing some DTMF-driven applications over VOIP (legacy systems which use fast pulses of standard DTMF tones). The applications work fine when Digium IAXy's are used - no loss or garbling of DTMF tones. However, when we use SIP modems (such as Sipura 1000's), the DTMF tones are frequently uninterpretable and our applications have to ask for retries. I am under the impression that the IAXy is digitizing DTMF tones and sending just the "pure" data, rather than the audio representation, and that this explains why the IAXY's work flawlessly in this application. I am also under the i...
2013 Dec 25
1
SHA512-CRYPT scheme fails password verification
Hello, If I try to use the crypt schemes provided by libc. I fail as follows: jnikula at jlaptop:~/$ doveadm pw -s SHA512-CRYPT -p 123456 {SHA512-CRYPT}$6$to2umWLDtqvzS8SV$ZGpBeGNKuUN/2HKG6I2BEAt.Gzrz/y.SZDkos2GT2ik8obnp3XCFWfVsKVriJa6jjHULmLIqCSSyaF5YrTH7u. jnikula at jlaptop:~/$ doveadm pw -t
2006 Jun 05
1
Selective Survival Statistics with R
...he stenting procedure) Cr INR BR MELD The data set has over ten physicians. Following the examples in "Introductory Statistics with R" I have been able to draw cumulative survival curves and even the survival curves by physician but there are so many curves on the graph when I do, it is uninterpretable. I would just like to plot the survival curves of say the top two or three. That would be much more useful. I have been able to create a "Surv" object out of my own survival data and that of a colleague in the following way using indexing: >Surv(days[viatorr[6]=="Pierce&quot...
2007 Jul 15
3
surge protector?
I lost one channel on an FXO module on a Sangoma A200 card due to a lightening zap in the area (well - it died the same night as a major thunder storm came through).... Is there a recommended/standard surge protector for phone lines I should be using? My server has 2 POTS lines. thanks Todd
2000 Dec 18
3
problems with glm (PR#771)
...f Freedom: 15 Total (i.e. Null); 9 Residual Null Deviance: 40740 Residual Deviance: 19880 AIC: 20000 Third problem: if mean value contrasts are used, the level names are not attached to the variable name, but simply the number of the category. This rightly drives students mad and is simply uninterpretable if the levels have been sorted. It takes a great deal of extreme care to try to find out to what the numbers refer. > options(contrasts=c("contr.sum","contr.poly")) > > z Call: glm(formula = Freq ~ Reg66 + Reg71, family = poisson) Coefficients: (Intercept)...
2000 Dec 18
3
problems with glm (PR#771)
...f Freedom: 15 Total (i.e. Null); 9 Residual Null Deviance: 40740 Residual Deviance: 19880 AIC: 20000 Third problem: if mean value contrasts are used, the level names are not attached to the variable name, but simply the number of the category. This rightly drives students mad and is simply uninterpretable if the levels have been sorted. It takes a great deal of extreme care to try to find out to what the numbers refer. > options(contrasts=c("contr.sum","contr.poly")) > > z Call: glm(formula = Freq ~ Reg66 + Reg71, family = poisson) Coefficients: (Intercept)...
2008 Mar 28
2
[PATCH] oggmerge, various
> I'm testing this. Meanwhile, a brief question, do you really want > Kate's media type to be "application" as opposed to "text"? Thanks. About the media type, my understanding was that text was for actual text, not binary that could be decoded into text. If you think another would be more appropriate, please tell which. If it would be text/x-kate, I'd see
2012 Jul 20
3
function for inverse normal transformation
Hi, What is the function for inverse normal transformation? Thanks, Carol [[alternative HTML version deleted]]
2009 Jul 17
2
Count data categories from table
Hi there, I have a relatively simple question, though, I couldn't find a solution for it so far. I have a table with 1000 entries and columns containing information about different parameters for each entry. What I want to do is group all parameters from one of the columns [e.g. if all 1000 entries are grouped in 30 different categories (described as character strings) in a second column] and
2008 Jun 07
1
Multivariate LM: calculating F-values after calling linear.hypothesis
Dear R users, I am analyzing several response variables (all scaled to [0;1]) using a multivariate linear model. After fitting the model, I set up a hypothesis matrix to test specific contrasts for these response variables; for example: "a always increases significantly more than b when regressed against x". What I am stuck with now is how to calculate the correct F-values (and