InternalFunctions: Rediscover Internal Functions

InternalFunctionsR Documentation

Rediscover Internal Functions

Description

Internal functions used by EventPointer in the different steps of the algorithm

Usage

speedglm.wfit2(
  y,
  X,
  intercept = TRUE,
  weights = NULL,
  row.chunk = NULL,
  family = gaussian(),
  start = NULL,
  etastart = NULL,
  mustart = NULL,
  offset = NULL,
  acc = 1e-08,
  maxit = 25,
  k = 2,
  sparselim = 0.9,
  camp = 0.01,
  eigendec = TRUE,
  tol.values = 1e-07,
  tol.vectors = 1e-07,
  tol.solve = .Machine$double.eps,
  sparse = NULL,
  method = c("eigen", "Cholesky", "qr"),
  trace = FALSE,
  ...
)

expand.grid_fast(a, b)

get_os()

Value

Internal outputs


JFerrer-B/Rediscover documentation built on June 15, 2022, 12:25 a.m.