> strncasecmp is not standard C (not even C99), but R does have a substitute
> for it. Unfortunately strncasecmp is not usable with multibyte charsets:
> Linux systems have wcsncasecmp but that is not portable. In these days of
> widespread use of UTF-8 that is a blocking issue, I am afraid.
On Thu, 17 May 2007, Petr Savicky wrote:
>> strncasecmp is not standard C (not even C99), but R does have a substitute
>> for it. Unfortunately strncasecmp is not usable with multibyte charsets:
>> Linux systems have wcsncasecmp but that is not portable. In these days of
>> widespread use of UTF
Hi all,
One of the things I find most problematic in R is the partial matching
of names in lists. Robert and I have discussed this and we believe
that having a mechanism that does not do partial matching would be of
significant benefit to R programmers. To that end, I have written a
patch that m
Hi all,
I believe this is a bug in the model.matrix function.
I'd like a second opinion before filing a bug report.
If I have a nested covariate B with multiple values for
just one level of A, I can not get a non-singular design
matrix out of model.matrix
> df <- data.frame(A = factor(c("a", "a
Apologies - I forgot the session info.
> sessionInfo()
R version 2.5.0 (2007-04-23)
powerpc-apple-darwin8.9.1
locale:
en_CA.UTF-8/en_CA.UTF-8/en_CA.UTF-8/C/en_CA.UTF-8/en_CA.UTF-8
attached base packages:
[1] "stats" "graphics" "grDevices" "utils" "datasets" "methods"
"base"
On Thu, 17 May 2007, Seth Falcon wrote:
> One of the things I find most problematic in R is the partial matching
> of names in lists. Robert and I have discussed this and we believe
> that having a mechanism that does not do partial matching would be of
> significant benefit to R programmers. To
Bill Dunlap <[EMAIL PROTECTED]> writes:
> This sounds interesting. Do you intend to leave the $
> operator alone, so it will continue to do partial
> matching? I suspect that that is where the majority
> of partial matching for list names is done.
The current proposal will not touch $. I agree
On Thu, 17 May 2007, Seth Falcon wrote:
> Bill Dunlap <[EMAIL PROTECTED]> writes:
>> This sounds interesting. Do you intend to leave the $
>> operator alone, so it will continue to do partial
>> matching? I suspect that that is where the majority
>> of partial matching for list names is done.
>
On 5/17/2007 3:54 PM, Prof Brian Ripley wrote:
> On Thu, 17 May 2007, Seth Falcon wrote:
>
>> Bill Dunlap <[EMAIL PROTECTED]> writes:
>>> This sounds interesting. Do you intend to leave the $
>>> operator alone, so it will continue to do partial
>>> matching? I suspect that that is where the maj
Hi,
Thanks to both for your answers!
Quoting Marc Schwartz <[EMAIL PROTECTED]>:
> On Thu, 2007-05-17 at 10:54 +0100, Prof Brian Ripley wrote:
> > To add to Marc's detective work. ?"[.data.frame" does say
> >
> > If '[' returns a data frame it will have unique (and non-missing)
> > r
10 matches
Mail list logo