R Dataset / Package boot / fir

On this R-data statistics page, you will find information about the fir data set which pertains to Counts of Balsam-fir Seedlings. The fir data set is found in the boot R package. You can load the fir data set in R by issuing the following command at the console data("fir"). This will load the data into a variable called fir. If R says the fir data set is not found, you can try installing the package by issuing this command install.packages("boot") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the fir R data set. The size of this file is about 325 bytes.

Counts of Balsam-fir Seedlings

Description

The fir data frame has 50 rows and 3 columns.

The number of balsam-fir seedlings in each quadrant of a grid of 50 five foot square quadrants were counted. The grid consisted of 5 rows of 10 quadrants in each row.

Usage

fir

Format

This data frame contains the following columns:

count

The number of seedlings in the quadrant.

row

The row number of the quadrant.

col

The quadrant number within the row.

Source

Davison, A.C. and Hinkley, D.V. (1997) Bootstrap Methods and Their Application. Cambridge University Press.

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-boot-fir.html" width="100%" height="100%" style="border:0px"></iframe>