Learn R Programming

psychtm (version 2021.1.0)

proposal_sd: Create generic proposal_sd function for class

Description

Create generic proposal_sd function for class

Usage

proposal_sd(x)

Arguments

x

An Logistic object.

Value

Numeric vector of proposal scales for Metropolis step for regression coefficients sampling.

Examples

Run this code
# NOT RUN {
m1 <- Logistic(ndocs = 1)
proposal_sd(m1)
# }

Run the code above in your browser using DataLab