mv0-methods {FLEDA}R Documentation

Compute missing values and 0

Description

This computes the number of missing observations NA and 0 values by year.

Generic Function

Usage
mv0(object, ...)
Arguments:
object: "FLQuant"
...: additional, optional arguments if requested
Value
"FLQuant"

Methods

object="FLQuant"
creates a "FLQuant" with 2 rows with the number of NA and number of 0.

See Also

FLQuant-class, FLQuants-class

Examples

data(ple4.index)
mv0(index(ple4.index))

[Package FLEDA version 1.3-2 Index]