mfasiolo / mgcViz

An R package for interactive visualization of GAM models
https://mfasiolo.github.io/mgcViz/
76 stars 9 forks source link

Wrong definition of default distance in l_densCheck doc #42

Closed fabian-s closed 6 years ago

fabian-s commented 6 years ago

Says "abs(sqrt(em)-sqrt(th))^(1/3)", should be "(sqrt(em)-sqrt(th))^(1/3)".

mfasiolo commented 6 years ago

Corrected here fbb8d0d9515c2086c094353beb8a544a729d4e1c, thanks!

fabian-s commented 6 years ago

hotdamn, you're quick! :open_mouth: