enm_data: Example data used to run model calibration exercises

enm_dataR Documentation

Example data used to run model calibration exercises

Description

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

Usage

enm_data

Format

A data frame with 5627 rows and 3 columns.

Sp

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

bio_1

numeric, temperature values.

bio_12

numeric, precipitation values.

Examples

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

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