coef.RprobitB_fit: Extract model effects

View source: R/coef.RprobitB_fit.R

coef.RprobitB_fitR Documentation

Extract model effects

Description

This function extracts the estimated model effects.

Usage

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

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

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

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.

Value

An object of class RprobitB_coef.


RprobitB documentation built on Aug. 26, 2025, 1:08 a.m.