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()

control_2(
  B,
  symmetric = TRUE,
  tol.values = 1e-07,
  tol.vectors = 1e-07,
  out.B = TRUE,
  method = c("eigen", "Cholesky")
)

is.sparse_2(X, sparselim = 0.9, camp = 0.05)

Value

Internal outputs


Rediscover documentation built on April 14, 2023, 5:14 p.m.