parnames | R Documentation |
Change the variable names to new variables names
parnames
An object of class matrix
(inherits from array
) with 24 rows and 2 columns.
model2lv <- readRDS("../Experiments/7_4_modelrefinement/fittedmodels/7_4_13_model_2lv_e13.rds") model2lv_new <- translatefit(model2lv) bestmodel_nolv <- readRDS("../Experiments/7_4_modelrefinement/fittedmodels/7_4_13_allhyp_vif_logwoody500m_msnm_year_Time_Wind.rds") bestmodel_nolv_new <- translatefit(bestmodel_nolv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.