powered by
S4 class for a logistic regression model that inherits from '>Model
Helper function (constructor) for Logistic class
Logistic
# S4 method for Logistic proposal_sd(x)# S4 method for Logistic proposal_sd(x) <- valueLogistic(proposal_sd = NaN, ...)
# S4 method for Logistic proposal_sd(x) <- value
Logistic(proposal_sd = NaN, ...)
An Logistic object.
A value to assign to a slot for x
x
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).
A '>Logistic object.
proposal_sd
# NOT RUN { m1 <- Logistic(ndocs = 1) print(m1) # }
Run the code above in your browser using DataLab