Displaying 5 results from an estimated 5 matches for "your_own".
2017 Nov 02
2
vcov and survival
...ngular.ok argument and glm() doesn't.
and that has been amended even earlier (a bit more than a month
ago) in R-devel svn rev 73380 with NEWS entry
? glm() and glm.fit get the same singular.ok=TRUE argument that
lm() has had forever. As a consequence, in glm(*, method =
<your_own>), user specified methods need to accept a singular.ok
argument as well.
> I'll take a look at the code for glm() with an eye towards
> creating a patch, but I'm a bit reluctant to mess with the
> code for something as important as glm().
and as a matter of f...
2017 Nov 07
0
New vcov(*, complete=TRUE) etc -- coef(<lm>) vs coef(<aov>)
...that has been amended even earlier (a bit more than a
> > month ago) in R-devel svn rev 73380 with NEWS entry
>
> > ? glm() and glm.fit get the same singular.ok=TRUE
> > argument that lm() has had forever. As a consequence, in
> > glm(*, method = <your_own>), user specified methods need
> > to accept a singular.ok argument as well.
>
> >> I'll take a look at the code for glm() with an eye
> >> towards creating a patch, but I'm a bit reluctant to mess
> >> with the code for something as i...
2017 Sep 14
6
vcov and survival
>>>>> Martin Maechler <maechler at stat.math.ethz.ch>
>>>>> on Thu, 14 Sep 2017 10:13:02 +0200 writes:
>>>>> Fox, John <jfox at mcmaster.ca>
>>>>> on Wed, 13 Sep 2017 22:45:07 +0000 writes:
>> Dear Terry,
>> Even the behaviour of lm() and glm() isn't entirely consistent. In both cases,
2018 Apr 23
0
R 3.5.0 is released
...be used rather than the default deduced from the OS if TZ is
subsequently unset.
* There is now a [ method for class "DLLInfoList".
* glm() and glm.fit get the same singular.ok = TRUE argument that
lm() has had forever. As a consequence, in glm(*, method =
<your_own>), user specified methods need to accept a singular.ok
argument as well.
* aspell() gains a filter for Markdown (.md and .Rmd) files.
* intToUtf8(multiple = FALSE) gains an argument to allow surrogate
pairs to be interpreted.
* The maximum number of DLLs that can be lo...
2018 Apr 23
0
R 3.5.0 is released
...be used rather than the default deduced from the OS if TZ is
subsequently unset.
* There is now a [ method for class "DLLInfoList".
* glm() and glm.fit get the same singular.ok = TRUE argument that
lm() has had forever. As a consequence, in glm(*, method =
<your_own>), user specified methods need to accept a singular.ok
argument as well.
* aspell() gains a filter for Markdown (.md and .Rmd) files.
* intToUtf8(multiple = FALSE) gains an argument to allow surrogate
pairs to be interpreted.
* The maximum number of DLLs that can be lo...