Learn R Programming

NMAR (version 0.1.1)

fitted.nmar_result: Default fitted values for NMAR results

Description

Returns fitted response probabilities if available.

Usage

# S3 method for nmar_result
fitted(object, ...)

Value

A numeric vector (possibly length 0).

Arguments

object

An `nmar_result` object.

...

Ignored.