plot_histograms_of_fitted_params: Histograms of fitted parameters

Description Usage Details Examples

Description

Histograms of fitted parameters

Usage

1

Details

Requires predicted parameter values and true values for comparison Load predictions without removing the negative A0s (though they are quite similar either way)

Examples

1
2
3
4
5
6
r <- 1
k <- 12 # 60% exposure
plot_histograms_of_fitted_params(3, 16)
thedir <- "/Volumes/HD3/Cross_Sections/pool_21_ra_10km_nr_3_spacing_5_sampling_even_MC_replicates_500/without_removing_negative_areas"
load(file.path(thedir, "A0_pred_newa0.rda"))
load(file.path(thedir, "z0_pred.rda"))

jschap1/WSEw documentation built on May 12, 2019, 10:50 a.m.