search for: eehm

Displaying 7 results from an estimated 7 matches for "eehm".

Did you mean: eeh
2016 Sep 23
2
Undocumented 'use.names' argument to c()
...w.com/questions/24815572/why-does-function-c-accept-an-undocumented-argument/24815653#24815653 > At the time it appeared to me to be a documentation lag. Thank you, Karl and David, yes it is a documentation glitch ... and a bit more: Experts know that print()ing of primitive functions is, eehm, "special". I've committed a change to R-devel ... (with the intent to port to R-patched). Martin >> >>> c(a = 1) >> a >> 1 >>> c(a = 1, use.names = F) >> [1] 1 >> >> Karl
2016 Sep 23
2
Undocumented 'use.names' argument to c()
...an-undocumented-argument/24815653#24815653 >> >> > At the time it appeared to me to be a documentation lag. >> >> Thank you, Karl and David, >> yes it is a documentation glitch ... and a bit more: Experts know that >> print()ing of primitive functions is, eehm, "special". >> >> I've committed a change to R-devel ... (with the intent to port >> to R-patched). >> >> Martin >> >> >> >> >>> c(a = 1) >> >> a >> >> 1 >> >>> c(...
2016 Sep 21
2
Undocumented 'use.names' argument to c()
'c' has an undocumented 'use.names' argument. I'm not sure if this is a documentation or implementation bug. > c(a = 1) a 1 > c(a = 1, use.names = F) [1] 1 Karl
2016 Sep 23
0
Undocumented 'use.names' argument to c()
...> function-c-accept-an-undocumented-argument/24815653#24815653 > > > At the time it appeared to me to be a documentation lag. > > Thank you, Karl and David, > yes it is a documentation glitch ... and a bit more: Experts know that > print()ing of primitive functions is, eehm, "special". > > I've committed a change to R-devel ... (with the intent to port > to R-patched). > > Martin > > >> > >>> c(a = 1) > >> a > >> 1 > >>> c(a = 1, use.names = F) > >> [1]...
2016 Sep 25
1
Undocumented 'use.names' argument to c()
...gt;>>> > At the time it appeared to me to be a documentation lag. >>>> >>>> Thank you, Karl and David, >>>> yes it is a documentation glitch ... and a bit more: Experts know that >>>> print()ing of primitive functions is, eehm, "special". >>>> >>>> I've committed a change to R-devel ... (with the intent to port >>>> to R-patched). >>>> >>>> Martin >>>> >>>> >> >>>> >&gt...
2016 Sep 23
0
Undocumented 'use.names' argument to c()
.../24815653#24815653 >>> >>> > At the time it appeared to me to be a documentation lag. >>> >>> Thank you, Karl and David, >>> yes it is a documentation glitch ... and a bit more: Experts know that >>> print()ing of primitive functions is, eehm, "special". >>> >>> I've committed a change to R-devel ... (with the intent to port >>> to R-patched). >>> >>> Martin >>> >>> >> >>> >>> c(a = 1) >>> >> a >>>...
2004 Jul 28
3
where is "average shifted histogram"?
Hello! In the book Modern Applied Statistics with S (4th ed), section 5.6 the concept of the "average shifted histogram" or ASH is mentionend. Also it is mentioned in the same section "The code used is in the scripts for this chapter" (from figure caption 5.8, analysis of the geyser duration data). *However*, I have trouble finding the code for that function! Admittedly, I am a