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" or "FLQuants"
...: additional, optional arguments if requested
Value
"FLQuant" or "FLQuants"

Methods

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

See Also

FLQuant-class, FLQuants-class

Examples

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

[Package FLEDA version 1.4-2 Index]