search for: uninterpreted

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

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 n...
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?
Hi, I am running a learning experiment in which both training subjects and controls complete a pretest and posttest. All analyses are being conducted in R. We are looking to compare two training methodologies, and so have run 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
2012 Mar 08
2
Boxplot Fill Pattern
Hello R Help! I would like to make a legible boxplot of tree growth rates for each 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 -
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 or...
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
We are 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
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
Hello friends and fellow R users, I have a problem to which I have been unable to find a solution: I am gathering survival data on patients undergoing treatment with a new kind of stent. I want to generate survival data and plot survival curves of these patients based (among other things) on the treating physician. My data set has been tabulated in the following manner: Date (the date the stent
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)
R1.2.0 with Linux RH5.2 I do not believe that the problems below are new to 1.2 but I only cover this sort of thing once a year in my course and some of that happened to be last Friday so too late to report for 1.2. I see that one or two things that I was going to report have been corrected. I like the fact that interactions now show : instead of . Here is some output with comments inserted. R
2000 Dec 18
3
problems with glm (PR#771)
R1.2.0 with Linux RH5.2 I do not believe that the problems below are new to 1.2 but I only cover this sort of thing once a year in my course and some of that happened to be last Friday so too late to report for 1.2. I see that one or two things that I was going to report have been corrected. I like the fact that interactions now show : instead of . Here is some output with comments inserted. R
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