save_obs_df: observations genration/save/load

View source: R/tad.R

save_obs_dfR Documentation

observations genration/save/load

Description

observations genration/save/load

Usage

save_obs_df(
  weights_factor,
  stat_per_obs_file,
  regenerate_stat_per_obs_df,
  weighted_moments,
  randomization_number,
  significativity_threshold
)

Arguments

weights_factor

the dataframe which contains the different factor linked to the weights

stat_per_obs_file

the path and name of the RDS file to load/save the dataframe which contains the statistics for each observed row regarding the random ones

regenerate_stat_per_obs_df

boolean to specify if the statistics per observation dataframe is computed again

randomization_number

the number of random abundance matrix to generate

significativity_threshold

the significance threshold to consider that the observed value is in the randomized value


TAD documentation built on April 4, 2025, 5:10 a.m.