R/borrador.R

# NO PONERLO SI CORRO EL CODIGO
# library(devtools)
# check()
# load_all()
#
# Pruebas
# timesTwo(5)
# a <- factor(c("character", "hits", "your", "eyeballs"))
# b <- factor(c("but", "integer", "where it", "counts"))
#
# fbind(a,b)
#
#
# usethis::use_rcpp_armadillo()
#
#
# fit3 <- binomial_probit(y = matrix(beetle_ext$y),
#             X = cbind(1, beetle_ext$x),
#             maxit = 100
#             )
#
# fit3$beta
# fit3 <- binomial_logit(Y = matrix(beetle_ext$y), X)
# # binomial_logit(1,2)
# # fit3$beta
#
# devtools::install_github("ylleonv/pcglm")
ylleonv/pcglm documentation built on Nov. 5, 2019, 1:20 p.m.