653 Commits (master)
 

Author SHA1 Message Date
Philipp Baumann 7a894303e4 higher Roxigen version 5 years ago
Philipp Baumann e07af11620 Fix invalid input error due to non-UTF-8 5 years ago
Philipp Baumann 279d0f727b Replace non-UTF-8 characters 5 years ago
Philipp Baumann 609f76bbda Document and export `assess_multimodels()` 5 years ago
Philipp Baumann 66567eb5ef Add function to assess multiple observed-predicted pairs 5 years ago
Philipp Baumann e3e447317e Fix roxygen2 warning 5 years ago
Philipp Baumann 5c2d92a4c1 Improve text 5 years ago
Philipp Baumann a1839a1fdb Link Congo spectral library 5 years ago
Philipp Baumann 00b261f665 Logo instead of title 5 years ago
Philipp Baumann 995e0c492d Add logo 5 years ago
Philipp Baumann 55285c1b68 Rename 5 years ago
Philipp Baumann 7c7eddc83b Add logo 5 years ago
Philipp Baumann 421647e5c4
Merge pull request #3 from mmyrte/master 5 years ago
Jan Hartman fec3a8d835 enlarge annotation size in evaluate_model_q 5 years ago
Philipp Baumann 0cab06193e Fix bug introduced by not properly implenting splitting of data.table for list-column 6 years ago
Philipp Baumann 50522c9b81 Major speedup using `purrr::transpose()` to split spectra by row 6 years ago
Philipp Baumann f47c334678 Change to new `!!` and `!!!` unquote (splicing) operators / Avoid joining messages 6 years ago
Philipp Baumann 7e028c838e Change default model evaluation panel strip background colour to white 6 years ago
Philipp Baumann d9c5d04342 Omit calibration (auto-prediction) plot panel when `evaluation_method = "rsampling"`, showing this is confusing 6 years ago
Philipp Baumann 7efbd0fe14 Fix bug, assigning names by `sample_id` needs to be done after slicing 6 years ago
Philipp Baumann 1186763a28 Change column names of all spectral data to character converted numbers in wavelength unit 6 years ago
philipp-baumann f53b230238 STYLE: control flow needs space 6 years ago
philipp-baumann ebcd148f66 New argument for flexible list column input specification 6 years ago
philipp-baumann c28c6b7719 Simplify expression for computing squared bias (SB) 6 years ago
philipp-baumann 8bca8bab31 Remove weird characters at file end to prevent "unexpected $end" error 6 years ago
philipp-baumann adc1a01c05 Undo strange non-"UTF-8" encoding; maybe due to samba issue when being connected to NAS on OS X 6 years ago
Philipp Baumann e994b104bd Try fixing bracket issue 6 years ago
Philipp Baumann 7dd0f3e08b Revert "Fix missing bracket issue" 6 years ago
Philipp Baumann eca2d73eb4 Fix missing bracket issue 6 years ago
Philipp Baumann 4b91c1f4fc Fix missing bracket issue 6 years ago
Philipp Baumann 2e8d404c18 Fix `rpd` and `rpiq` so that denominator is `n` instead wrong `n - 1` 6 years ago
Philipp Baumann 7620a5ee4f Try to resolve bracket issue 6 years ago
Philipp Baumann c78d194a92 Revert "Fix missing closing bracket issue" 6 years ago
Philipp Baumann 351bde8b2e Fix missing closing bracket issue 6 years ago
Philipp Baumann e704fe0776 Simply expression to compute bias 6 years ago
Philipp Baumann 128f001cb8 Fix error due to missing bracket 6 years ago
Philipp Baumann 6e5be4942f Replace another `y` by correct `pred` variable 6 years ago
Philipp Baumann d95d0ad280 Replace forgotten `y` with `pred` to error that variable `y` cannot be found 6 years ago
Philipp Baumann bfe63477dd Add documentation, updates after renaming to evaluate_model() 6 years ago
Philipp Baumann 0493fc7bf3 `evaluate_model()` is renamed model evalution function that replaces `summary_df`, which is now avaiable as wrapper to ensure backward compatibility 6 years ago
Philipp Baumann 4ed276e46b Fix error of column assignment within tibble instead of `=` 6 years ago
Philipp Baumann fc3542a49a Consistently compute `D_i = obs_i - pred_i = x_i - y_i` for residuals 6 years ago
Philipp Baumann 9aa3e7b00d Complete comments to `rpiq` 6 years ago
Philipp Baumann f919617008 Add comments for `SB_prop`, `NU_prop` and `LC_prop` 6 years ago
Philipp Baumann a8162fc0c9 Add comments for model evaluation measures 6 years ago
Philipp Baumann 8c2817a2f0 Add error measures meansquared variation (MSV) and standard deviation of the error (SDE) 6 years ago
philipp-baumann f33afb6125 Switch palette and direction argument order 6 years ago
philipp-baumann 4db28333ea Add `lcol_measure_col_palette` to choose custom colour brewer palettes for continuous variables 6 years ago
philipp-baumann c68a2f4142 Completely redesign gather_spc() to support all spectral types. Also implement thorough `data` element testing 6 years ago
philipp-baumann e9c5d00aac Change "rmsd" to "rmse" because output in model eval fun changed 6 years ago