Logistic-class: S4 class for a logistic regression model that inherits from...

Description Usage Arguments Value Slots Examples

Description

S4 class for a logistic regression model that inherits from Model

Helper function (constructor) for Logistic class

Usage

1
2
3
4
5
6
7
## S4 method for signature 'Logistic'
proposal_sd(x)

## S4 replacement method for signature 'Logistic'
proposal_sd(x) <- value

Logistic(proposal_sd = NaN, ...)

Arguments

x

An Logistic object.

value

A value to assign to a slot for x

proposal_sd

A vector of p + 1 proposal scales/standard deviations for sampling of p + 1 regression coefficients by Metropolis-Hastings.

...

additional arguments to be passed to the low level regression fitting functions (see below).

Value

A Logistic object.

Slots

proposal_sd

A vector of p + 1 proposal scales/standard deviations for sampling of p + 1 regression coefficients by Metropolis-Hastings.

Examples

1
2
m1 <- Logistic(ndocs = 1)
print(m1)

ktw5691/psychtm documentation built on Nov. 3, 2021, 9:10 a.m.