Learn R Programming

SIN (version 0.6)

corkborings: Cork Borings

Description

Data from cork borings on 28 trees. The 4 variables are the weights of cork deposits in the four directions
$N$ :
North, $E$
: East,
$S$ :
South, $N$

Usage

data(corkborings)

Arguments

Format

A list providing a summary of the data. The list contains:
corkborings$means :
the mean vector, corkborings$stddev
: the vector of standard deviations,
corkborings$corr :
the correlation matrix, and corkborings$means

Source

Mardia, K.V., Kent, J.T. \& Bibby, J.M. (1979) Multivariate analysis. London: Academic Press. (See pp.11-12).

Examples

Run this code
data(corkborings)
corkborings$means
corkborings$stddev
corkborings$corr
corkborings$n

Run the code above in your browser using DataLab