Learn R Programming

carcass (version 1.7)

searches: Data of a searcher efficiency trial

Description

Data containing the number of seen and not-seen items of a searcher efficiency trial performed in 3 different vegetation densities (visibilities) and for various persons.

Usage

data(searches)

Arguments

Format

A data frame with 17 observations on the following 4 variables.

person

a factor with the names of the persons

visibility

a factor with visibility classes (vegetation densities)

detected

a numeric vector indicating the number of found items

notdetected

a numeric vector indicating the number of not found items

Examples

Run this code
data(searches)
str(searches)
search.efficiency(searches)

Run the code above in your browser using DataLab