test: Example data used to test models

testR Documentation

Example data used to test models

Description

A dataset containing information on presence and absence, and independent variables used to fit GLM models.

Usage

test

Format

A data frame with 100 rows and 3 columns.

Sp

numeric, values of 0 = absence and 1 = presence.

lon

numeric, longitude values.

lat

numeric, latitude values.

Examples

data("test", package = "enmpa")
head(test)

enmpa documentation built on June 13, 2025, 1:10 a.m.