height_prediction_halfPeriod {MLFS}R Documentation

height_prediction_halfPeriod

Description

Height model

Usage

height_prediction_halfPeriod(
  df_fit,
  df_predict,
  species_n_threshold = 100,
  height_model = "naslund",
  BRNN_neurons = 3,
  height_pred_level = 0
)

Arguments

df_fit

data frame with data being used for model fit

Value

a data frame with imputed tree heights in the middle of a simulation step


[Package MLFS version 0.4.2 Index]