renumber.duplicates: Renumbers the object IDs for the duplicate observations...

Description Usage Arguments Value Note Author(s) See Also

View source: R/renumber.duplicates.R

Description

Find the largest object ID and renumbers all duplicate IDs starting form this value. The information for the duplicates is also added to the obs.table

Usage

1
renumber.duplicates(ddf.dat, obs.table, double.observer)

Arguments

ddf.dat

dataframe containing a single dataset with duplicate observations

obs.table

dataframe of observation records with fields object, Region.Label, and Sample.Label which give links to sample.table, region.table and the data records used in model

double.observer

boolean indicating if it is a double observer survey

Value

list with 2 elements: ddf.dat dataframe containing a single dataset with new and unique observation IDs obs.table the updated obs.table dataframe containing the new observation IDs

Note

Internal function not intended to be called by user.

Author(s)

Laura Marshall

See Also

resample.data


mads documentation built on July 2, 2020, 2:12 a.m.