Learn R Programming

RprobitB (version 1.2.0)

coef.RprobitB_fit: Extract model effects

Description

This function extracts the estimated model effects.

Usage

# S3 method for RprobitB_fit
coef(object, ...)

# S3 method for RprobitB_coef print(x, ...)

# S3 method for RprobitB_coef plot(x, sd = 1, het = FALSE, ...)

Value

An object of class RprobitB_coef.

Arguments

object

An object of class RprobitB_fit.

...

Currently not used.

x

An object of class RprobitB_coef.

sd

The number of standard deviations to display.

het

Set to FALSE to show the standard deviation of the estimate. Set to TRUE to show the standard deviation of the mixing distribution.