Learn R Programming

enmpa (version 0.2.1)

enm_data: 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

Arguments

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

Run this code
data("enm_data", package = "enmpa")
head(enm_data)

Run the code above in your browser using DataLab