Description Usage Arguments Value Slots Examples
S4 class for a logistic regression model that inherits from Model
Helper function (constructor) for Logistic class
| 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, ...)
 | 
| x | An  | 
| value | A value to assign to a slot for  | 
| 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). | 
A Logistic object.
proposal_sdA vector of p + 1 proposal scales/standard deviations for sampling of p + 1 regression coefficients by Metropolis-Hastings.
| 1 2 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.