opt.glm: Core function used by autoGLM, for details and usage see...

Description Usage Arguments Value Examples

Description

Core function used by autoGLM, for details and usage see autoGLM.

Usage

1
2
3
4
5
6
7
opt.glm(data, reclasstable = "default", class = 1,
  outputpath = paste(getwd(), "//", sep = ""), modelname = "autoGLM",
  tracelevel = 1, actions = c("print", "return"), NAval = -9999,
  model = "logit", preselect = "lm", method = "opt.ic", crit.t = 1.64,
  crit.p = 0.1, test = "LR", KLIC = "AICc", accuracytolerance = 0.025,
  confidence.alternative = 0.85, use.share = 0.25, maxsampleruns = 50,
  memorymanagement = TRUE)

Arguments

data

See also autoGLM.

reclasstable

autoGLM.

class

autoGLM.

outputpath

autoGLM.

modelname

autoGLM.

tracelevel

autoGLM.

actions

autoGLM.

NAval

autoGLM.

model

autoGLM.

preselect

autoGLM.

method

autoGLM.

crit.t

autoGLM.

crit.p

autoGLM.

test

autoGLM.

KLIC

autoGLM.

accuracytolerance

autoGLM.

confidence.alternative

autoGLM.

use.share

autoGLM.

maxsampleruns

autoGLM.

memorymanagement

autoGLM.

Value

a model object.

Examples

1
2
randomlogit <- simulateLogit(nobs=5000, pars = c(0.5, -0.4, -0.3, 0.1, 0, 0, 0, 0, 0, 0))
opt.glm(randomlogit, outputpath="C:\\users\\")

BPJandree/AutoGLM documentation built on May 5, 2019, 10:25 a.m.