hasWeight-model-method: Getter for weights

Description Usage Arguments Value Examples

Description

hasWeight returns the weight matrix.

Usage

1
2
## S4 method for signature 'model'
hasWeight(object, verbose = FALSE)

Arguments

verbose

A logical indicating, if the function should give a print out.

model

An S4 model object.

Value

Matrix of weights.

Examples

1
2
3
4
## Not run: 
weight <- hasWeight(model)

## End(Not run)

simonsays1980/finmix documentation built on Dec. 23, 2021, 2:25 a.m.