Learn R Programming

seedreg (version 1.0.3)

tm: Param: Average time

Description

Calculates the average germination/emergence time according to Silva and Nakagawa (1995)

Usage

tm(data, trat, nrep, time)

Value

Returns the vector with the average time.

Arguments

data

data.frame containing the responses of the evaluations in separate columns side by side and without the columns with the identification of the factors

trat

vector of treatments with n repetitions

nrep

Number of repetitions

time

vector containing time

References

SILVA, J. B. C.; NAKAGAWA, J. Estudos de formulas para calculo de germinacao. Informativo ABRATES, Londrina, v. 5, n. 1, p. 62-73, 1995.

Examples

Run this code
data("substrate")
tm(substrate[,c(3:18)],
      trat = substrate$Trat,
      nrep = 4,
      time = 1:16)

Run the code above in your browser using DataLab