missingObserved: Generate missing data based on the observed patterns in the...

Description Usage Arguments

Description

The observed values will be either equal to the counts or missing. The probability of missing is the inverse of the counts + 1.

Usage

1
2
3
missingObserved(dataset, count.variable = "Count",
  observed.variable = "Observed", site.variable = "Site",
  year.variable = "Year", period.variable = "Period")

Arguments

dataset

A dataset to a the observation with missing data

count.variable

The name of the variable holding the counts

observed.variable

The name of the variable holding the observed values = either count or missing

site.variable

The name of the variable holding the sites

year.variable

The name of the variable holding the years

period.variable

The name of the variable holding the period


ThierryO/multimput documentation built on May 9, 2019, 4:42 p.m.