Statistical Inference via Data Science: A ModernDive into R and the Tidyverse
data-science
ggplot2
r
dplyr
rstudio
tidyverse
regression
data-visualization
statistical-inference
rstats
chester
confidence-intervals
tidy
data-wrangling
bootstrap-method
statistical
regression-models
hypothesis-testing
infer
permutation-test
moderndive
-
Updated
Aug 5, 2020 - HTML
Is your feature request related to a problem? Please describe.
Currently the built-in Check methods relating to the comparison operators
<,>,==, etc. are sort of long and unwieldy (the rationale here was to make it human-readable). However, it seems likepandasand indeedpythonuses shorthand ofge(>=),le(<=), etc. for these binary operators.**Describe the soluti