fm: Tree data

Description Usage Format Source Examples

Description

This is a tree data

Usage

1

Format

The data have 5 factors and 6 variates

TreeID

TreeID

Spacing

Spacing

Rep

Rep

Fam

Family

Plot

The plot

dj

The variate:dj

dm

The variate:dm

wd

The variate:wd

h1

The variate:h1

h2

The variate:h2

h3

The variate:h3

h4

The variate:h4

h5

The variate:h5

Source

林元震, 陈晓阳. R与ASReml-R统计分析教程[M]. 中国林业出版社, 2014.

Examples

1
2
3
4
data(fm,package="vsnc")
head(fm)
moda <- aov(dj ~ Spacing + Rep + Fam,data=fm)
summary(moda)

VSNC/vsnc documentation built on May 28, 2019, 3:20 p.m.

Related to fm in VSNC/vsnc...