PTF05 | R Documentation |
PTF05 is a linear regression based PTF predicting the saturated water content (THS) from PSD T/S, OC and BD.
data(PTF05)
A list of 8:
Rxp numeric matrix with the results of running PTF05$R
times lm
on PTF05$formula
.
a scalar giving the number of resamplings
a scalar giving the number of observations in the training set
a scalar giving the total number of observations used in the crossvalidation
call
character. Dataset on which the PTF was trained.
Class 'formula'. Here: THS ~ 1 + I(1/(OC + 1)) + I(1/(OC + 1)):I(BD^2) + I(BD^2) + TOPSOIL + TOPSOIL:I(BD^2) + USCLAY + USCLAY:TOPSOIL + USSILT + USSILT:USCLAY + USSILT:I(BD^2) + USCLAY:I(BD^2)
Named numeric vector of length p with the median values of columns of PTF05$t
.
PTF05 was obtained by running PTF05$R
times lm
on PTF05$formula
. The formula was built based on cross-validated stepwise selection.
Tóth Brigitta, Weynants Mélanie, Nemes Attila, Makó Andras, Bilas George and Tóth Gergely. 2014. New generation of hydraulic pedotransfer functions for Europe. European Journal of Soil Science. in Press.
predict.ptf
, ChoosePTF,
ptf.data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.