Mao Kobayashi

Results 6 issues of Mao Kobayashi

For example, when trying to run the Hosmer-Lemeshow goodness-of-fit test for the following multiple logistic regression analysis, the following error message is displayed. ``` r data("Titanic") df

Enhancement :boom:
Docs :books:

If I specify anything other than identity for the `trans` argument in `coefplot()`, I get the following warning message. ``` r library(coefplot) model2 10000 ~ carat + cut*color, data=diamonds, family=binomial(link="logit"))...

**Description:** I've identified a potential issue with the documentation for the `multilevel` argument in both `correlation()` and `cor_test()`. The current description seems to be inherited from another function (likely from...

Dear Developers and Maintainers. The `makeRepo()` function was fixed in Issue #156 to pass the filters argument to `pkgAvail()`, but the `addPackage()` function, which uses the `makeRepo()` function internally, still...

Dear Developers and Maintainers. The type argument in the documentation of the `pkgDep()` function explains that > Possible values are (currently) "source", "mac.binary" and "win.binary": the binary types can be...

@andrie Dear Developers and Maintainers. This is related to Issue #50. I mentioned this in Issue #50 but did not get any special comments, so I am requesting a pull...