moth: Noctuid Moth Trappings

Description Usage Format Source Examples

Description

The data are of sample size 72 and contain 6 variables:

min

minimum night temperature

,

max

previous day's maximum temperature

,

wind

average wind speed during night

,

rain

amount of rain during night

,

cloud

percentage of starlight obscured by clouds

,

moth

number of moths caught in a light trap in one night

.

Usage

1

Format

A list providing a summary of the data. The list contains:

moth$means : the mean vector,
moth$stddev : the vector of standard deviations,
moth$corr : the correlation matrix, and
moth$n : the sample size.

Source

Whittaker, J. (1990) Graphical models in applied multivariate statistics. Chichester: Wiley. (See Ch. 10.3).

Examples

1
2
3
4
5
data(moth)
moth$means
moth$stddev
moth$corr
moth$n

SIN documentation built on May 2, 2019, 8:23 a.m.

Related to moth in SIN...