Extra Canonical Link Family Objects for Generalized Linear Models (R package)
To install from Github:
devtools::install_github("Qiu-Hongxiang-David/CanonicalFamilyExtra")
Example:
library(CanonicalFamilyExtra)
x <- rnorm(100)
y <- 1/(1 + exp(-x)) + rnorm(100)
# fit logistic model
glm(y~x, family = binomial_extra())
# fit log-linear model
glm(y~x, family = poisson_extra())
More naive approaches appear not working.
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.