tml {seedreg} | R Documentation |
Param: Logistic average time
Description
Param: Logistic average time
Usage
tml(dados, trat, nrep, time)
Arguments
dados |
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 |
Value
Returns the vector with the average time.
Examples
data("substrate")
tml(substrate[,c(3:18)],
trat = substrate$Trat,
nrep = 4,
time = 1:16)
[Package seedreg version 1.0.3 Index]