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) <- value

Arguments

x

An Logistic object.

value

Numeric vector of scale parameters for Metropolis sampling of regression coefficients to assign to slot.

Value

None.

Examples

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

Run the code above in your browser using DataLab