Home
last modified time | relevance | path

Searched refs:biom_tr (Results 1 – 3 of 3) sorted by relevance

/dports/math/R-cran-recipes/recipes/tests/testthat/
H A Dtest_pls_new.R10 biom_tr <- biomass %>% dplyr::filter(dataset == "Training") %>% dplyr::select(-dataset, -sample) globalVar
25 rec <- recipe(HHV ~ ., data = biom_tr) %>%
44 rec <- recipe(HHV ~ ., data = biom_tr) %>%
124 rec <- recipe(HHV ~ ., data = biom_tr) %>%
162 rec <- recipe(HHV ~ ., data = biom_tr) %>%
178 pls_rec <- recipe(HHV ~ ., data = biom_tr) %>%
193 pls_rec <- recipe(HHV ~ ., data = biom_tr) %>%
199 pls_trained <- prep(pls_rec, training = biom_tr, verbose = FALSE),
H A Dtest_pls_old.R10 biom_tr <- biomass %>% dplyr::filter(dataset == "Training") %>% dplyr::select(-dataset, -sample) globalVar
/dports/math/R-cran-recipes/recipes/man/
H A Dstep_pls.Rd118 biom_tr <-
128 recipe(HHV ~ ., data = biom_tr) \%>\%
132 recipe(HHV ~ ., data = biom_tr) \%>\%