process_bglm_block {bigReg}R Documentation

Function to print the summary object from the blm object

Description

Function to print the summary object from the blm object

Usage

process_bglm_block(
  mf,
  formula,
  mmCall,
  family,
  offset,
  weights,
  start,
  niter,
  etastart,
  mustart
)

Arguments

mf

the data block to be processed

formula

the formula of for the model

mmCall

the call object of the model

family

the family object for the model

offset

the model offset

weights

the model weights

start

the starting coefficient estimates

niter

the current number of iterations

etastart

the start for eta

mustart

the start for mu


[Package bigReg version 0.1.5 Index]