diff --git a/01-IntroductionToPython.html b/01-IntroductionToPython.html index 2be3045..89b9920 100644 --- a/01-IntroductionToPython.html +++ b/01-IntroductionToPython.html @@ -660,7 +660,7 @@
-0.16732079539678754
+-0.2440954560387019
array([ 93.87826084, 107.02436875, 87.70148102, 107.76083003,
- 116.53109624])
+array([122.35642131, 81.23506534, 82.55897256, 127.60903764,
+ 69.18065528])
[<matplotlib.lines.Line2D at 0x7f288ee47190>]
+[<matplotlib.lines.Line2D at 0x7fd04ebd0340>]
@@ -333,7 +333,7 @@ Bar vs. line plots
-<matplotlib.axes._subplots.AxesSubplot at 0x7f288edf3d60>
+<matplotlib.axes._subplots.AxesSubplot at 0x7fd04eb7d160>
@@ -376,7 +376,7 @@ Plots with two variables
-<matplotlib.axes._subplots.AxesSubplot at 0x7f288ec89580>
+<matplotlib.axes._subplots.AxesSubplot at 0x7fd04ea14a90>
@@ -396,7 +396,7 @@ Plotting dispersion
-<matplotlib.axes._subplots.AxesSubplot at 0x7f288eb371c0>
+<matplotlib.axes._subplots.AxesSubplot at 0x7fd04e8c2190>
@@ -412,7 +412,7 @@ Plotting dispersion
-<matplotlib.axes._subplots.AxesSubplot at 0x7f288c441c40>
+<matplotlib.axes._subplots.AxesSubplot at 0x7fd047fd25e0>
diff --git a/04-FittingSimpleModels.html b/04-FittingSimpleModels.html
index 82d3656..6179ce2 100644
--- a/04-FittingSimpleModels.html
+++ b/04-FittingSimpleModels.html
@@ -358,8 +358,8 @@ Mode¶
a 2
-b 1
c 1
+b 1
Name: myvar, dtype: int64
@@ -485,7 +485,7 @@ Variability
-118.0052013422819
+92.39526800894856
@@ -498,7 +498,7 @@ Variability
-118.00520134228196
+92.39526800894845
@@ -512,7 +512,7 @@ Variability
-10.863019899746197
+9.612245731822952
@@ -525,7 +525,7 @@ Variability
-10.8630198997462
+9.612245731822947
@@ -559,10 +559,10 @@ Z-scores
-(array([ 6., 15., 21., 29., 20., 21., 21., 10., 5., 2.]),
- array([-2.05559782, -1.58611511, -1.1166324 , -0.64714969, -0.17766699,
- 0.29181572, 0.76129843, 1.23078114, 1.70026385, 2.16974655,
- 2.63922926]),
+(array([ 2., 19., 24., 28., 23., 26., 11., 8., 4., 5.]),
+ array([-2.05474009, -1.57618387, -1.09762765, -0.61907143, -0.1405152 ,
+ 0.33804102, 0.81659724, 1.29515346, 1.77370968, 2.25226591,
+ 2.73082213]),
<a list of 10 Patch objects>)
@@ -577,7 +577,7 @@ Z-scores
-<matplotlib.collections.PathCollection at 0x7f1ffead45e0>
+<matplotlib.collections.PathCollection at 0x7f42a4962c10>
diff --git a/06-Sampling.html b/06-Sampling.html
index 4b86ee9..f15a42e 100644
--- a/06-Sampling.html
+++ b/06-Sampling.html
@@ -285,7 +285,7 @@ Sampling error
-[<matplotlib.lines.Line2D at 0x7f155446ee50>]
+[<matplotlib.lines.Line2D at 0x7f56d46860d0>]
@@ -438,7 +438,7 @@ Confidence intervals
-0.958
+0.953
diff --git a/08-HypothesisTesting.html b/08-HypothesisTesting.html
index d91507c..b7ad0c7 100644
--- a/08-HypothesisTesting.html
+++ b/08-HypothesisTesting.html
@@ -254,7 +254,7 @@ Simple example: Coin-flipping
-0.010000000000005116
+0.0
@@ -326,7 +326,7 @@ Simulating p-values
-0.0512
+0.0516
diff --git a/10-BayesianStatistics.html b/10-BayesianStatistics.html
index 23b99b1..7e6e9b2 100644
--- a/10-BayesianStatistics.html
+++ b/10-BayesianStatistics.html
@@ -318,7 +318,7 @@ Estimating posterior distributions
-<matplotlib.legend.Legend at 0x7f1ad373bb80>
+<matplotlib.legend.Legend at 0x7f0804362dc0>
@@ -362,7 +362,7 @@ Estimating posterior distributions
-<matplotlib.legend.Legend at 0x7f1ad36bbb80>
+<matplotlib.legend.Legend at 0x7f08042e3d90>
diff --git a/13-GeneralLinearModel.html b/13-GeneralLinearModel.html
index 6bc52dd..c01f82c 100644
--- a/13-GeneralLinearModel.html
+++ b/13-GeneralLinearModel.html
@@ -280,7 +280,7 @@ Linear regression
-<matplotlib.collections.PathCollection at 0x7fe809e679a0>
+<matplotlib.collections.PathCollection at 0x7febd5275be0>
@@ -310,10 +310,10 @@ Linear regression
-0.9328350998082222
+0.9328350998082221
@@ -456,7 +456,7 @@ Examples of problematic model fit
-<matplotlib.collections.PathCollection at 0x7fe801962b50>
+<matplotlib.collections.PathCollection at 0x7febccb2f850>
@@ -483,10 +483,10 @@ Examples of problematic model fit
+Predicted False True
+Diabetes
+0 4397 53
+1 759 58
+
+
/opt/conda/lib/python3.8/site-packages/pandas/core/indexing.py:671: SettingWithCopyWarning:
A value is trying to be set on a copy of a slice from a DataFrame
@@ -854,12 +860,6 @@ Cross-validationPredicted False True
-Diabetes
-0 4397 53
-1 759 58
-
-
0.7841971861977913
diff --git a/_images/03-DataVisualization_23_1.png b/_images/03-DataVisualization_23_1.png
index 171f87d..fbe787b 100644
Binary files a/_images/03-DataVisualization_23_1.png and b/_images/03-DataVisualization_23_1.png differ
diff --git a/_images/04-FittingSimpleModels_46_1.png b/_images/04-FittingSimpleModels_46_1.png
index 7cd0d31..1296adc 100644
Binary files a/_images/04-FittingSimpleModels_46_1.png and b/_images/04-FittingSimpleModels_46_1.png differ
diff --git a/_images/04-FittingSimpleModels_48_1.png b/_images/04-FittingSimpleModels_48_1.png
index 08ae167..cb6b6cb 100644
Binary files a/_images/04-FittingSimpleModels_48_1.png and b/_images/04-FittingSimpleModels_48_1.png differ
diff --git a/_images/06-Sampling_11_0.png b/_images/06-Sampling_11_0.png
index e849bb1..413c6f0 100644
Binary files a/_images/06-Sampling_11_0.png and b/_images/06-Sampling_11_0.png differ
diff --git a/_images/06-Sampling_13_1.png b/_images/06-Sampling_13_1.png
index 8ad55bc..1e9c91d 100644
Binary files a/_images/06-Sampling_13_1.png and b/_images/06-Sampling_13_1.png differ
diff --git a/_images/06-Sampling_5_1.png b/_images/06-Sampling_5_1.png
index 31e3fb4..96d3cad 100644
Binary files a/_images/06-Sampling_5_1.png and b/_images/06-Sampling_5_1.png differ
diff --git a/_images/07-ResamplingAndSimulation_1_0.png b/_images/07-ResamplingAndSimulation_1_0.png
index 6b33008..115f2c8 100644
Binary files a/_images/07-ResamplingAndSimulation_1_0.png and b/_images/07-ResamplingAndSimulation_1_0.png differ
diff --git a/_images/07-ResamplingAndSimulation_7_0.png b/_images/07-ResamplingAndSimulation_7_0.png
index d6ef586..0ee8e55 100644
Binary files a/_images/07-ResamplingAndSimulation_7_0.png and b/_images/07-ResamplingAndSimulation_7_0.png differ
diff --git a/_images/13-GeneralLinearModel_15_1.png b/_images/13-GeneralLinearModel_15_1.png
index c68edcc..e61e219 100644
Binary files a/_images/13-GeneralLinearModel_15_1.png and b/_images/13-GeneralLinearModel_15_1.png differ
diff --git a/_images/13-GeneralLinearModel_23_1.png b/_images/13-GeneralLinearModel_23_1.png
index de15c71..9636234 100644
Binary files a/_images/13-GeneralLinearModel_23_1.png and b/_images/13-GeneralLinearModel_23_1.png differ
diff --git a/_images/13-GeneralLinearModel_9_0.png b/_images/13-GeneralLinearModel_9_0.png
index 5871912..478a63b 100644
Binary files a/_images/13-GeneralLinearModel_9_0.png and b/_images/13-GeneralLinearModel_9_0.png differ
diff --git a/_sources/index.md b/_sources/index.md
index c308dfd..9b798ab 100644
--- a/_sources/index.md
+++ b/_sources/index.md
@@ -23,7 +23,7 @@ I apologize up front that the datasets are heavily US-centric. This is primaril
This book is meant to be a living document, which is why its source is available online at [https://github.com/statsthinking21/statsthinking21-python](https://github.com/statsthinking21/statsthinking21-python). If you find any errors in the book or want to make a suggestion for how to improve it, please open an issue on the Github site. Even better, submit a pull request with your suggested change.
-The book is licensed according to the [Creative Commons Attribution 2.0 Generic (CC BY 2.0) License](https://creativecommons.org/licenses/by/2.0/). Please see the terms of that license for more details.
+This book is licensed using the [Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) License](https://creativecommons.org/licenses/by-nc/4.0/). Please see the terms of that license for more details.
## Acknowledgements
diff --git a/index.html b/index.html
index 76ff7fb..af8998a 100644
--- a/index.html
+++ b/index.html
@@ -237,7 +237,7 @@ The golden age of data
An open source book¶
This book is meant to be a living document, which is why its source is available online at https://github.com/statsthinking21/statsthinking21-python. If you find any errors in the book or want to make a suggestion for how to improve it, please open an issue on the Github site. Even better, submit a pull request with your suggested change.
-The book is licensed according to the Creative Commons Attribution 2.0 Generic (CC BY 2.0) License. Please see the terms of that license for more details.
+This book is licensed using the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) License. Please see the terms of that license for more details.
Acknowledgements¶
diff --git a/searchindex.js b/searchindex.js
index 986bd5a..fa9914f 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["01-IntroductionToPython","02-SummarizingData","03-DataVisualization","04-FittingSimpleModels","05-Probability","06-Sampling","07-ResamplingAndSimulation","08-HypothesisTesting","09-StatisticalPower","10-BayesianStatistics","11-ModelingCategoricalRelationships","13-GeneralLinearModel","index"],envversion:{"sphinx.domains.c":1,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":1,"sphinx.domains.index":1,"sphinx.domains.javascript":1,"sphinx.domains.math":2,"sphinx.domains.python":1,"sphinx.domains.rst":1,"sphinx.domains.std":1,sphinx:56},filenames:["01-IntroductionToPython.ipynb","02-SummarizingData.ipynb","03-DataVisualization.ipynb","04-FittingSimpleModels.ipynb","05-Probability.ipynb","06-Sampling.ipynb","07-ResamplingAndSimulation.ipynb","08-HypothesisTesting.ipynb","09-StatisticalPower.ipynb","10-BayesianStatistics.ipynb","11-ModelingCategoricalRelationships.ipynb","13-GeneralLinearModel.ipynb","index.md"],objects:{},objnames:{},objtypes:{},terms:{"0x7f155446ee50":5,"0x7f1ad36bbb80":9,"0x7f1ad373bb80":9,"0x7f1ffead45e0":3,"0x7f288c441c40":2,"0x7f288eb371c0":2,"0x7f288ec89580":2,"0x7f288edf3d60":2,"0x7f288ee47190":2,"0x7fe801962b50":11,"0x7fe809e679a0":11,"122e":11,"20e":11,"21e":11,"21st":[2,12],"243e":11,"746b11e44368":0,"87e":11,"925069822796612e":7,"95th":6,"break":[11,12],"case":[0,1,2,6,9,11,12],"class":[9,10],"default":0,"final":[3,4,12],"float":0,"function":[1,2,4,5,6,7,8,9,10,11,12],"import":[0,1,2,3,4,5,6,7,8,9,10,11,12],"int":[0,3,8,9,10,11],"long":[0,12],"new":[0,3,4,5,9,11,12],"null":[7,8,10,11],"public":9,"return":[0,2,3,5,6,7,8,9,10,11,12],"true":[0,2,3,4,5,6,7,9,11],"try":[0,9,10,11],"var":[0,3],"while":[0,2,8,11],Adding:2,Age:[2,11],And:0,But:[0,11],For:[0,1,2,3,5,7,9,10],Its:9,JZS:9,Not:[1,9,10,11],OLS:11,One:[0,1,2,6,11,12],That:2,The:[0,1,2,3,4,5,8,9],Then:[2,3,11],There:[0,1,2,3,6,9,12],These:[0,10],USE:9,Use:2,Using:[5,10,12],__abs__:0,__add__:0,__and__:0,__annotations__:0,__array__:0,__array_priority__:0,__array_wrap__:0,__bool__:0,__class__:0,__contains__:0,__copy__:0,__deepcopy__:0,__delattr__:0,__delitem__:0,__dict__:0,__dir__:0,__div__:0,__doc__:0,__eq__:0,__finalize__:0,__floordiv__:0,__format__:0,__ge__:0,__getattr__:0,__getattribute__:0,__getitem__:0,__getstate__:0,__gt__:0,__hash__:0,__iadd__:0,__iand__:0,__ifloordiv__:0,__imod__:0,__imul__:0,__init__:0,__init_subclass__:0,__invert__:0,__ior__:0,__ipow__:0,__isub__:0,__iter__:0,__itruediv__:0,__ixor__:0,__le__:0,__len__:0,__lt__:0,__matmul__:0,__mod__:0,__module__:0,__mul__:0,__ne__:0,__neg__:0,__new__:0,__nonzero__:0,__or__:0,__pos__:0,__pow__:0,__radd__:0,__rand__:0,__rdiv__:0,__reduce__:0,__reduce_ex__:0,__repr__:0,__rfloordiv__:0,__rmatmul__:0,__rmod__:0,__rmul__:0,__ror__:0,__round__:0,__rpow__:0,__rsub__:0,__rtruediv__:0,__rxor__:0,__setattr__:0,__setitem__:0,__setstate__:0,__sizeof__:0,__str__:0,__sub__:0,__subclasshook__:0,__truediv__:0,__weakref__:0,__xor__:0,_accessor:0,_add_numeric_oper:0,_add_series_or_dataframe_oper:0,_agg_by_level:0,_agg_examples_doc:0,_agg_summary_and_see_also_doc:0,_aggreg:0,_aggregate_multiple_func:0,_align_fram:0,_align_seri:0,_axis_alias:0,_axis_ialias:0,_axis_len:0,_axis_nam:0,_axis_numb:0,_axis_ord:0,_axis_revers:0,_box_col_valu:0,_box_item_valu:0,_builtin_t:0,_check_inplace_set:0,_check_is_chained_assignment_poss:0,_check_label_or_level_ambigu:0,_check_setitem_copi:0,_clear_item_cach:0,_clip_with_one_bound:0,_clip_with_scalar:0,_combine_fram:0,_combine_match_index:0,_consolid:0,_consolidate_inplac:0,_construct_axes_dict:0,_construct_axes_dict_from:0,_construct_axes_from_argu:0,_construct_result:0,_constructor:0,_constructor_expanddim:0,_constructor_sl:0,_convert:0,_count_level:0,_create_index:0,_cython_t:0,_deprec:0,_df:0,_dir_addit:0,_dir_delet:0,_drop_axi:0,_drop_labels_or_level:0,_ensure_valid_index:0,_find_valid_index:0,_from_arrai:0,_from_ax:0,_get_agg_axi:0,_get_axi:0,_get_axis_nam:0,_get_axis_numb:0,_get_axis_resolv:0,_get_block_manager_axi:0,_get_bool_data:0,_get_cach:0,_get_cleaned_column_resolv:0,_get_cython_func:0,_get_index_resolv:0,_get_item_cach:0,_get_label_or_level_valu:0,_get_numeric_data:0,_get_valu:0,_getitem_bool_arrai:0,_getitem_multilevel:0,_gotitem:0,_iget_item_cach:0,_indexed_sam:0,_infer_fill_valu:[9,10],_info_axi:0,_info_axis_nam:0,_info_axis_numb:0,_info_repr:0,_init_mgr:0,_internal_get_valu:0,_internal_nam:0,_internal_names_set:0,_is_builtin_func:0,_is_cach:0,_is_copi:0,_is_datelike_mixed_typ:0,_is_homogeneous_typ:0,_is_label_or_level_refer:0,_is_label_refer:0,_is_level_refer:0,_is_mixed_typ:0,_is_numeric_mixed_typ:0,_is_view:0,_ix:0,_join_compat:0,_maybe_cache_chang:0,_maybe_update_cach:0,_metadata:0,_needs_reindex_multi:0,_obj_with_exclus:0,_protect_consolid:0,_reduc:0,_reindex_ax:0,_reindex_column:0,_reindex_index:0,_reindex_multi:0,_reindex_with_index:0,_repr_data_resource_:0,_repr_fits_horizontal_:0,_repr_fits_vertical_:0,_repr_html_:0,_repr_latex_:0,_reset_cach:0,_sanitize_column:0,_select:0,_selected_obj:0,_selection_list:0,_selection_nam:0,_seri:0,_set_as_cach:0,_set_axi:0,_set_axis_nam:0,_set_is_copi:0,_set_item:0,_set_valu:0,_setitem_arrai:0,_setitem_fram:0,_setitem_slic:0,_setitem_with_index:11,_setup_ax:0,_slice:0,_stat_axi:0,_stat_axis_nam:0,_stat_axis_numb:0,_subplot:2,_take_with_is_copi:0,_to_dict_of_block:0,_try_aggregate_string_funct:0,_typ:0,_update_inplac:0,_validate_dtyp:0,_valu:0,_where:0,_xs:0,abbrevi:0,abil:[0,1],abl:[0,11],about:[0,1,2,3,7,8,9],abov:[0,2,3,4],abs:0,absolut:0,accent:0,access:[1,3,9],accord:[11,12],account:11,accuraci:11,ace:0,acquir:0,across:[0,1,2,9],action:[3,5],activ:9,actual:[0,2,5,8,9,11],add:[0,1,2,11],add_prefix:0,add_subplot:8,add_suffix:0,adding:9,addit:9,adequ:8,adj:11,administ:9,adult:[2,3],adult_income_data:5,adult_nhanes_data:[2,3,5,6,8,9,10,11],advantag:[0,2,4,6],after:[0,2,3],again:[0,11],against:[2,3,9,10,11],age:[1,2,4,11],age_density_1year_bin:2,age_histogram:2,age_histogram_1year_bin:2,agefirstfedformuladai:1,agefirstfedmilkdai:1,ageinyearsatscreen:[1,2,3,4,5,6,8,9,10,11],ages:[0,2],agestartedotherfoodbeverag:1,agestoppedbreastfeedingdai:1,agestoppedreceivingformuladai:1,agg:0,aggreg:0,agre:12,aic:11,alcohol:9,alcoholgm_dr1tot:9,alcoholgm_dr2tot:9,alert:12,algebra:0,align:0,all:[0,1,2,4,9,10,11],allow:[0,1,3,5,6,11,12],almost:11,along:[0,2,3,4,6,9,12],alongsid:3,aloud:0,alpha:[2,8],alreadi:[0,2],also:[0,1,2,3,5,6,7,8,10,11,12],alt:9,altern:9,although:0,alwai:[0,1,2,3,12],amount:[0,4,9],anaconda:0,analys:10,analysi:[9,12],analyz:[0,1,3,5,12],angela:0,ani:[0,1,3,10,12],annual:5,annualfamilyincom:5,anoth:[0,1,2,3,11],answer:[0,1,8],anyon:1,anyth:[0,2],api:[10,11],apolog:12,appear:0,append:0,appli:[0,10],applymap:0,approxim:2,arang:[2,4,5,6,9],area:[2,11],argument:[0,2,3,8,11],around:[0,2],arrai:[1,3,4,5,8],array_a:0,array_b:0,array_lik:0,arrow:0,asfreq:0,ask:[1,2,3,10,11],asof:0,aspect:[0,1],assign:0,associ:[0,10],assum:[0,11,12],assumpt:12,astyp:[0,9,10,11],at_tim:0,attempt:7,attr:0,attribut:12,auc:11,aug:11,auroc:11,automat:[2,11],avail:[0,3,9,12],averag:[2,3,9,11],avgalcohol:9,avgcigarettesdayduringpast30dai:1,awar:11,axes:[0,2],axessubplot:2,axi:[2,7,8],axvlin:[5,6],back:[9,12],bar:3,base:[0,2,4,7,8,9,11,12],basi:5,basic:[0,2,9],bayes_df:9,bayesfactor:9,becaus:[0,1,2,5,7,9,11,12],becom:[0,5,11],been:0,befor:[0,1,2,10,11],begin:[0,9],behind:0,being:[3,4,10,11],bell:0,below:[0,2,3],benefit:[2,12],bera:11,bermuda:0,best:[0,12],better:[0,11,12],between:[0,3,8,9,10,11],between_tim:0,betwen:2,bfbayesfactor:9,bfill:0,bfindepsampl:9,bic:11,bin:[2,6],binom:[7,9],binomi:[7,9],bit:[0,1,2],black:2,blood:2,blue:2,bmi:11,bodi:11,bodymassindexkgm2:11,bold:0,book:[0,1,5,9],bool:[0,5],bootstrap_ci:6,bootstrap_df:6,bootstrap_sampl:6,borderlin:11,both:[0,1,2,5],bound:2,box:2,boxplot:[0,2],bracket:[0,1],broadcast:0,build:11,built:[0,3,6,10,11],builtin:2,bump:2,bumpi:2,bunch:1,butler:[0,12],button:0,call:[0,1,2,3,4,6,11,12],can:[0,1,2,3,4,5,7,8,9,10,11,12],cancer:10,captur:5,captures_mean:5,car:0,car_mileag:0,car_model:0,car_pric:0,care:3,cars_df2:0,cars_df:0,categorical_df:10,caus:[0,11],caveat:[9,10,11],cdf:7,ceil:[3,8],cell:[0,1],centr:0,central:3,centric:12,centuri:[2,12],certain:[0,5],chanc:11,chang:[0,12],chapter:[0,1,3,4,5,7,8,9,10,11,12],charact:0,characterist:[0,11],cheat:0,check:12,chi2:[6,10],chi2_result:10,chi:6,chromebook:0,ci_df:5,ci_perc:5,cigarett:1,clean:[3,4,5,9,10],clear:[0,11],clearer:[0,3],clearli:[5,11],click:0,clip:0,close:[1,2,5,6,8,11],closer:9,clutter:2,code:[0,1,3,4,5,6,11],coef:11,cohen:8,col_index:[9,10],colab:0,cold:9,collect:[1,3,6,9,11],colon:0,color:[0,2,5,6],column:[0,3,4,5,6,8,9,10,11],com:[0,2,4,12],combin:[0,4,10],combine_first:0,come:[0,5,9,11,12],comma:0,command:[0,2,3,6],common:[0,1,2,12],commonli:[0,2,11],commun:0,compani:12,companion:12,compar:[2,3,6,9,10,11,12],comparison:[2,7,9],complement:7,complet:[0,7],complex:[0,1,12],complic:0,compos:0,comput:[0,2,3,4,5,6,7,8,9,10,11],computation:3,compute_posterior:9,concat:9,concept:[1,10],conclud:11,cond:11,conda:[5,9,10,11],condit:[1,9],confid:[2,6,9],confirm:10,confus:0,consol:0,consumpt:9,contain:[0,1,2,3,4,5],content:[0,1],continu:[2,11],contribut:12,contributor:0,conveni:9,convent:0,converg:11,convert:[1,3],convert_dtyp:0,copi:[0,9,10,11],core:[5,9,10,11],corolla:0,corr:0,correct:11,correctli:11,correspond:0,corrwith:0,cough:9,could:[0,1,2,3,6,11],count:[0,1,2,6,7,10],countri:0,coupl:7,cours:[0,2,3],cov:0,covari:11,cover:[2,3],covid:9,crash:0,creat:[0,2,4,5,6,7,8,9,11,12],creativ:12,criterion:1,crosstab:[4,11],crossvalid:11,csv:[0,2,4],cummax:0,cummin:0,cumprod:0,cumsum:0,current:1,currentselfreportedheightinch:1,currentselfreportedweightpound:1,curv:0,custom:[0,3],customari:2,cutoff:6,dai:[1,4],damag:2,damageindex:2,data:[3,4,5,7,8,9,10,11],data_url:0,databas:3,datafram:[0,1,2,3,5,6,7,8,9,10,11],dataset:[0,1,2,3,4,5,6,8,10,11,12],date:[4,11],dayssmokedcigsduringpast30dai:1,deal:[0,1,11],decim:0,declin:1,def:[3,5,6,7,8,9,11],defin:[0,3,8],definit:7,degre:6,deliber:0,demonstr:12,denomin:9,denot:[0,1,4],densiti:[0,2,5,6],dep:11,dep_var:8,depend:3,deprec:9,deriv:0,describ:[0,3,5],descript:[0,2],design:11,desir:[0,11],detail:[0,1,12],determin:[0,2,3,4,7,8,11],develop:0,deviat:[0,3,5,6,8,11],diabet:11,diabetes_df:11,diagnost:9,dictionari:6,did:[0,11],didn:0,dietari:9,diff:0,differ:[0,1,2,3,6,7,8,9,11],difficulti:4,dimens:0,dimension:0,dir:0,directli:[3,11,12],discret:9,discuss:[0,10],diseas:9,disp:11,distinct:1,distort:2,distplot:2,distrbut:6,distribut:[0,3,5,6,7,8,11,12],distriibut:6,disturb:0,div:0,diverg:5,divid:[0,1,3,4],doc:[9,10,11],docstr:3,doctortoldyouhavediabet:11,document:[0,2,3,9,10,11,12],doe:[2,3,6,10,11],doesn:[0,11,12],doing:[0,11],domest:0,don:[0,6,10,11,12],done:0,dot:0,doubl:[0,1],down:0,doyounowsmokecigarett:[1,9,10],draw:[0,5],drawn:0,drop:[0,1,4],drop_dupl:0,droplevel:0,dropna:[0,1,3,4,5,6,8,9,10,11],drug:9,dtype:[0,1,3,5],due:9,duplic:0,durbin:11,each:[0,1,2,3,4,5,6,7,8,9,10,11],earlier:9,easi:12,easier:[0,2],easili:1,edg:2,edit:0,effect:[0,8,11],effect_s:8,effects:8,eighti:2,either:0,element:[0,4,10,11],els:[0,3,6],emb:1,empti:0,encount:[0,5],encourag:2,end:0,engin:[0,12],english:0,enorm:0,enough:0,enter:[0,3],entir:[0,1,2,3,5,9],entri:0,equal:[0,2,3,4,9],equival:[2,4],err:11,error:[0,3,7,11,12],estim:[2,3,7,8,11],eval:0,evalu:5,even:[1,3,9,12],event:4,ever:10,everbreastfedorfedbreastmilk:1,everi:[0,1],evertoldyouhadcancerormalign:10,everyon:12,evid:9,evidenc:5,ewm:0,exactli:[3,4],examin:[2,5,11,12],exampl:[0,1,2,3,5,6,10,12],excel:[0,1],exclud:[2,3],execut:3,exercis:7,exist:[3,8],expand:0,expect:[2,3,6,11],experi:0,expert:0,explain:0,explan:0,explod:0,explor:11,expon:6,exponenti:6,express:[5,10],extend:2,extens:0,extran:1,eye:3,facebook:12,facecolor:2,fact:[0,2,4,5,6,9,11],fail:1,fair:1,fairli:[9,11],fall:[2,3,11],fals:[0,3,4,5,9,10,11],famili:5,familiar:0,family_income_sampling_dist:5,far:10,featur:[0,10],femal:[1,2],few:0,fewer:7,ffill:0,field:0,fig:8,figsiz:[3,5,6,11],figur:[0,2,3,5,6,8,9,11],fill:0,fill_between:2,fillna:0,filter:0,find:[0,1,3,4,6,8,9,12],first:[0,1,2,3,4,5,7,8,9,11],first_edg:5,first_valid_index:0,fit:10,fittedvalu:[10,11],fivethirtyeight:12,fix:[0,1],flip_results_df:7,float64:[0,1],float64index:1,floordiv:0,flu:9,focu:[3,8,10,11],focus:[0,12],fold:11,follow:[0,1,2,3,6],ford:0,forecast:2,form:2,format:0,formula:[3,4,11],fortran:0,fortun:1,found:9,frac:3,frame:[3,4,5,7,8,9,11],francisco:[4,9],freedom:6,freeli:12,frequenc:[3,10],frequent:3,friend:12,from:[0,1,2,3,4,5,6,7,8,9,10,11,12],from_data:10,from_dict:0,from_record:0,front:12,full:[0,11],full_sampl:9,further:0,fusion:0,futur:9,futurewarn:9,gauss:0,gaussian:0,gave:0,gdp:0,gdp_data:0,gender:[1,2],gendermf:1,gener:[0,1,2,3,7,8,9,10,12],generalhealthcondit:1,generalhealthcondition_frequency_dist:1,generalhealthconditionfix:1,generate_linear_data:11,generator_paramet:6,get:[2,3,4,7,8,9,11,12],get_confidence_interv:5,get_t_result:8,github:12,githubusercont:[0,2,4],give:[0,1,2,3,4,8],given:[0,4,6,9,11],globalenv:9,goal:12,goe:4,going:[0,1,3,5,9],good:[0,1,2,3,6,11],good_health_df:1,googl:0,got:1,govern:12,grade:11,grai:0,graph:1,greater:[0,3,9,11],greater_equ:5,greatli:[5,9],grid:3,gross:0,group1:8,group2:8,group:[0,1,2,8,9],groupbi:[0,2,9],grow:5,guess:11,guid:12,guitarist:0,had:[0,1,3,10],hadcanc:10,half:11,hand:[5,6],happen:0,hardest:0,has:[0,1,2,4,9,10,11,12],have:[0,1,2,3,4,6,8,9,10,11,12],haveseriousdifficultyhear:4,head:[0,1,7],health:[1,12],hear:4,hearing_data:4,heart:0,heavili:12,height:[2,3,5,6],height_length_mod_2:3,height_sampl:3,height_sort:3,held:[1,11],hello:0,help:[0,1,12],here:[0,1,2,3,5,6,9,11],hidden_effect_s:11,hide:2,high:[0,9,11],higher:[9,11],highest:3,highli:[5,9],highlight:[2,9],hindsight:0,hing:2,hist:[0,2,3,5,6],hist_bin_max:[5,6],hist_bin_min:[5,6],histogram:[2,3,5,6],hit:0,hold:[11,12],host:0,hour:0,how:[0,1,2,3,4,5,6,7,8,9,10,11,12],howev:[0,11],howlongwereyouabletostopsmok:1,html:[9,10,11],http:[0,2,4,9,10,11,12],hue:2,hypothesi:[8,9,10],hyundai:0,iat:0,idea:[0,2,3,9],ideal:12,ident:[4,5,9],identifi:9,idxmax:0,idxmin:0,iloc:[0,3,5,11],implement:[6,9],importr:9,improv:12,inanim:0,includ:[0,1,2,3,4,11,12],incom:5,increasingli:12,increment:6,indent:3,independ:[0,8,10],independence_vector:10,index:[0,1,2,3,9,10,11],index_col:2,indivdiu:1,individu:[0,1,2,3,4,5,6,9,11],inf:9,infect:9,infer_object:0,influenc:0,info:0,inform:[0,1,2],ink:2,input:[0,3,4,7,8],insert:0,insid:[1,2,3],instal:0,instanc:0,instead:[0,1,2,3,5,6,9,10,11],instrument:0,int64:[0,1,3],int8:0,integ:[0,3],intercept:11,interest:[1,6,8],internet:0,interpol:0,interquartil:2,interv:[2,6,9],interview:1,introduc:[1,9],introtor:0,intuit:3,invalid:5,involv:6,isin:0,isna:0,isnul:0,issu:12,ital:0,item:[0,3,9,10],iter:11,iteritem:0,iterrow:0,itertupl:0,its:[0,1,2,3,4,5,9,11,12],itself:0,jan:2,jarqu:11,job:[2,6],john:[0,12],join:0,joint:4,joint_tabl:4,juli:9,jupyt:0,just:[0,1,3],kaggl:0,keep:[2,5],kei:[0,9,10],kernel:0,keyword:0,kfold:11,kilogram:1,kind:[0,3,11],know:[0,1,2,5,7,11],known:[0,1,2,3,9,11],kurt:0,kurtosi:[0,11],label:[1,2,6,9,11],lack:11,languag:[0,12],laplac:0,larg:[0,1,2,7,10,11],larger:[9,11],last:[0,1],last_edg:5,last_valid_index:0,later:[0,1,2,3],launch:2,learn:[1,2,5,11,12],least:[1,11],leav:11,left:[0,5],legend:9,length:[1,3],less:[0,2,11],less_equ:5,let:[0,1,3,4,5,6,7,8,9,11],letter:0,level:[0,9],lib:[5,9,10,11],librari:[1,2,9,12],licens:12,liechtenstein:0,life:1,lifestyl:1,like:[0,1,7,9,11,12],likelihood:[9,11],limit:4,line2d:[2,5],line:[0,3,5,6,11],lineplot:2,lisa:0,list:[0,1,2,3,5,11],littl:0,live:[0,12],llr:11,load:[0,1,2,3,4,5,6,8,9,10,11],load_nhanes_data:[1,2,3,4,5,6,8,9,10,11],loc:[0,1,3,5,6,7,8,9,10,11],local:9,locat:[0,2,3],log:11,logic:[0,4],logist:11,logit:11,logitfit:11,logitpredict:11,look:[0,1,2,3,5,6,8,9,11],lookup:0,loop:[5,6],lot:[0,3,6,11],low:10,lower:[2,5,10],lower_ci:5,luxembourg:0,mad:0,made:[0,11],magic:0,mai:[0,1,11],main:[2,9,12],major:[0,10,12],make:[0,2,3,11,12],male:[1,2],mandarin:0,mani:[0,1,2,7,10,11,12],manipul:0,manual:3,map:9,margin:9,marginal_likelihood:9,mark:[0,1],markdown:0,mask:0,mass:11,master:[0,2,4],match:[0,1,3],math:9,mathemat:0,matplot:2,matplotlib:[2,3,5,6,8,9,11],matrix:11,matter:0,max:[0,2,3,5,6],max_frequ:3,maxim:2,maxima:6,maximum:[2,3,4,5],mean:[0,1,2,4,5,6,7,8,9,10,11,12],mean_height:3,mean_height_by_ag:2,meant:12,measur:[1,3,10,11],median:[0,2,6],melt:0,member:0,memori:0,memory_usag:0,men:2,merg:0,messag:[0,2],method:[0,1,2,11,12],metric:11,microsoft:0,middl:3,midpoint:3,might:0,mileag:0,milk:1,million:0,min:[0,2,5,6],mind:2,minim:2,minimum:[2,4],minut:7,mislabel:11,miss:3,mistak:[0,11],mle:11,mod:0,mode:0,model_select:11,modul:[0,2,6],modulu:3,moivr:0,moment:1,moniqu:0,more:[0,1,2,3,5,6,7,9,11,12],most:[0,2,3,9,11,12],mostli:2,move:9,mpl:[5,11],mtrand:0,much:[0,1,2,5,9,11,12],mul:0,multi:0,multipl:[2,3,9,10],multipli:[0,5,11],music:0,must:0,my_angle_valu:0,my_arrai:0,my_array_times_f:0,my_first_arrai:0,my_mode_funct:3,my_random_numb:0,my_second_arrai:0,my_sin_valu:0,my_subset:1,myself:2,myvar:3,myvar_frequ:3,n_head:7,n_split:11,name:[0,1,3,4,5],nameerror:0,namespac:9,nan:[1,11],nation:12,nativ:0,natur:[0,11],ndarrai:0,ndim:0,nearli:[0,5,11],necessari:9,need:[0,1,2,3,5,6,7,8,11,12],neg:0,never:[0,1],next:[1,3,11],nhane:[1,2,3,4,5,6,8,9,10,11,12],nhanes_data:[1,2,3,4,5,6,8,9,10,11],nhanes_sampl:6,nlargest:0,nob:8,nois:11,noise_sd:11,non:[0,5,9,11],none:[0,2,6,11],nonlinear:11,nonlinearli:11,nonrobust:11,nonsens:12,nonsmok:9,nonsmoker_sampl:9,norm:[5,6],normal:[0,4,5,6,7,8,11],normal_valu:[5,6],note:[4,11,12],notebook:[0,2,4],noth:0,notic:[0,1,2,3,11],notna:0,notnul:0,now:[0,1,2,3,4,5,6,7,9,11,12],npoint:11,nsmallest:0,nullinterv:9,num_coin:7,num_respond:9,num_run:[5,6,7,8,11],num_sampl:[5,6],num_test:9,number:[0,1,2,3,4,5,6,7,8,10,11,12],numexpr:5,numpi:[0,2,3,4,5,6,7,8,9,10,11],nuniqu:0,nutrit:12,obj:[9,10],object:[0,1,3,5,9],observ:[2,3,5,6,7,9,10,11],obtain:[0,1,2,3,5,6,11],obviou:[0,11],occur:[0,3,9],occurr:4,odd:[3,5],oddli:5,off:9,often:[0,1,3,5,7,8,11,12],old:2,oldest:2,ols:11,ols_model2:11,ols_model3:11,ols_model4:11,ols_model:11,ols_result2:11,ols_result3:11,ols_result4:11,ols_result:11,omnibu:11,onc:[0,11],one:[0,1,2,3,4,5,7,11,12],ones:0,onli:[0,1,3,4,5,11,12],onlin:12,opaqu:0,open:0,open_variable_pag:1,oper:[0,1,2,3,5,11],oppos:9,opposit:4,opt:[5,9,10,11],option:[0,1,11],order:[0,2,3,4,5,7,8,11],ordinari:11,org:[9,10,11],organis:0,orient:0,orig_vector:10,origin:[3,5,11,12],oring_data:2,orings:2,other:[0,2,3,5,11,12],otherwis:[0,3,11],our:[0,1,2,3,5,6,7,9,10,11],out:[0,2,6,7,11],outcom:4,outcome1istru:4,outlier:2,output:[0,2,3,8,11],outsid:3,over70:4,over:[1,2,4,11],over_50_df:1,overal:2,overlai:5,overlap:6,overview:0,own:[0,3,11],p1istru:4,p_error:7,p_ge_70:7,p_head:7,p_hearing_problem:4,p_hearingproblem_given_over_70:4,p_lt_70:7,p_over_70:4,p_over_70_given_hearingproblem:4,p_reject:8,p_valu:[7,8],packag:[0,1,2,5,8,9,10,11,12],page:0,pair:0,panda:[0,1,2,3,4,5,6,7,8,9,10,11],pandas2ri:9,pandasindex:9,panel:6,panel_num:6,paramet:[0,5,6,11],parameter:0,parametr:6,part:[0,3,5,11],particip:8,particular:[0,1,2,3,5,9],pass:[0,11,12],past:0,patch:[3,5],pathcollect:[3,11],pcr:9,pct_chang:0,pdf:[5,6],peopl:[0,1,2,4,9,10,11],percent:9,percentil:6,percentileofscor:[7,11],perfect:11,perfectli:3,perform:[0,3,4,5,6,7,8,9,11],perhap:1,period:0,permut:11,person:[1,4,9],pickier:12,pipe:0,pivot:0,pivot_t:0,place:[0,5],plai:[0,11],plain:1,platform:0,pleas:12,plot:[0,3,5,6,8,9,11],plot_pow:8,plt:[2,3,5,6,8,9,11],pmf:9,point:[0,2,3,9,11,12],poldrack:0,poor:1,pop:0,poport:5,popul:5,popular:12,posit:[0,2,4,9],possibl:[0,2,9,12],posterior_valu:9,postiiv:9,potenti:[2,11],pound:1,pow:0,power:[0,11],power_analysi:8,power_sim_result:8,ppf:5,practic:[0,3],praininsf:4,prcp:4,precipit:4,precis:[0,9],predict:[5,10,11],predictor:11,prefer:12,prefix:0,prepar:12,presenc:9,present:[1,5,7,9],press:0,pressur:2,pretend:0,pretti:[2,11],prevent:[6,12],previou:[1,3,8,9,11],price:0,primari:0,primarili:12,principl:2,print:[0,1,3,9,10,11],prior:9,prior_valu:9,prob:11,probabiilti:[9,11],probabilti:7,probabl:[0,7,9,11],problem:[0,1,4,11],problemat:1,probplot:[5,11],process:[0,3,11],prod:0,produc:3,product:0,program:12,programm:[0,12],progress:[0,12],project:12,properli:[1,3,5,11],proport:[1,2,5,7,9],proprtion:9,provid:[0,1,3,7,8,11],pseudo:11,psych10:0,psycholog:0,pull:12,purpos:[11,12],push:0,put:[0,1,9],pvalu:[7,8,11],pydata:[9,10,11],pyplot:[2,3,5,6,8,9,11],python3:[5,9,10,11],python:[1,2,3,4,5,6,11],qatar:0,qualit:10,qualiti:0,quantil:[0,5],quantiti:[0,12],quartil:2,queri:[0,1,2,3,4,5,6,8,9,10,11],question:[1,2,8],questionnair:1,quietli:12,quot:[1,3],quotat:[0,1],radd:0,rain:4,raintodai:4,rais:[11,12],rand:7,randn:11,random:[0,3,7,8,11],random_st:9,randomfit:11,randomli:11,randomst:0,rang:[0,2,5,6,7,8,9,11],rank:0,rare:[7,9],rarelli:9,rate:[9,10],rather:[0,1,2,3,11,12],ratio:2,ravel:10,raw:[0,2,4,5],rdiv:0,read:2,read_csv:[0,2,4],reader:3,readi:12,real:[0,1,12],realist:8,realiz:[0,12],reason:[2,9,12],recal:9,recapitul:6,receiv:11,recent:0,recod:[1,3],recommend:0,record:1,recreat:2,red:2,reduc:9,ref:12,refer:[0,1,3,9,11],reflect:1,region:12,regular:[0,1,9],regularli:12,reindex:0,reindex_lik:0,reject:[7,8],rel:[0,1,9,11],relat:[0,2,3,11],relationship:[2,11],relev:2,reli:5,reliabl:7,remain:[2,3],remaind:3,rememb:[4,5],remov:[1,4,9],renam:[0,1,3,5,6,8,9,10,11],rename_axi:0,reorder_level:0,repeat:6,repeatedli:5,replac:[0,1,6],report:[1,4,9,10,11],repres:[2,5],request:12,requir:[1,6],resampl:[0,5],research:[0,8],reset_index:0,resid:11,residu:[10,11],respect:5,respond:[0,1,9],respons:11,result:[0,5,9,10,11,12],retain:9,rfloordiv:0,right:[5,8],rmod:0,rmul:0,rna:9,robject:9,roc_auc_scor:11,roc_scor:11,rocscor:11,roll:0,root:3,rotat:2,roughli:11,round:[0,3,8],row:[0,3,4],row_index:[9,10],rpow:0,rpy2:[9,12],rseed:9,rsub:0,rtruediv:0,run:[0,7,8,9],runtimewarn:5,russel:0,rvs:6,sai:[0,1,2,3,7,8,9,11],said:[1,11],salient:2,same:[0,1,3,4,5,9],sampl:[0,1,2,3,7,8,9,11],sample_and_return_max:6,sample_and_return_mean:5,sample_df:5,sample_max_df:6,sample_num:5,sample_numb:5,sample_s:[3,5,6,8],sample_size_per_group:9,sample_ttest:7,samples:8,sampling_distribut:5,sampling_result:5,sampling_run:6,sampsiz:[7,8],san:[4,9],sanfranciscorain:4,saw:1,scalar:0,scale:[0,5,6,7,8],scatter:[3,11],scatterplot:[2,3],school:0,scientif:[0,8],scientist:12,scikit:11,scipi:[0,5,6,7,8,9,11],score:11,scoreatpercentil:6,screen:2,sd_height:3,seaborn:[2,5,8,11],search:[0,1],second:[0,1,2,3,4,9],section:[0,2,3,11],see:[0,1,2,3,4,5,6,7,8,9,10,11,12],seed:[8,11],seem:0,seen:0,select_dtyp:0,self:[9,10,11],sem:[0,5],sens:[2,11],sensit:9,separ:[0,2,6],seq:11,seqn:[1,4],sequenc:[4,11],seri:[3,5],seriou:[4,12],session03:0,set:[0,1,2,3,5,7,8,9,10,11],set_axi:0,set_index:0,settingwithcopywarn:[9,10,11],sever:[0,1,2,7,11],sfrain:4,shade:[0,2],shape:[0,1,2,3,9,11,12],sheet:0,shelf:9,shift:0,shift_zero:10,should:[0,3,5,7,8,11,12],show:[0,1,2,3,5,6,8,9,10,11,12],shown:[0,5],shrink:2,shuffl:11,shuffled_df:11,sigma:0,signific:[9,11],sim_results_df:7,similar:11,similarli:[0,10],simpl:[2,4,10],simplest:0,simpli:[0,1,2,3,4,5,7,11],simplic:9,simplifi:[3,9],simul:[5,11],simulated_data:11,simulation_run:11,sin:0,sinc:[1,2,3,4,7,11],sine:0,singapor:0,singl:[0,1,3,9,11],site:[5,9,10,11,12],size:[0,2,5,6,7,8,11],sketch:2,skew:[0,11],skill:0,sklearn:11,slice:[9,10,11],slice_shift:0,slope:11,slowli:2,smaller:11,smoke:[1,9,10],smokedatleast100cigarettesinlif:[1,9,10],smokenow:[9,10],smoker:[9,10],smoker_sampl:9,smoking_df:1,smokker:1,smooth:2,smoother:2,smp:8,sns:[2,5,11],softwar:[0,12],solut:11,solv:0,solve_pow:8,some:[0,1,3,6,10,11,12],someon:[0,4,9],someth:[0,2,12],sometim:[1,2,9],somewhat:[2,11],somewher:2,sophstic:1,sort:3,sort_index:0,sort_valu:[0,3],sourc:0,space:[0,5],span:[0,2],speak:0,speaker:0,special:0,specif:[0,1,2,6,8,9],specifi:[0,1,6,8,11],spend:0,spit:0,split:11,spread:[0,2],spreadsheet:0,sqrt:[3,5,6],squ:11,squar:[0,1,3,6,11],squared_resid:10,squeez:0,squiggli:0,stabl:[9,10,11],stack:0,stand:[0,1,2,11],standard:[0,3,5,6,8,9,10,11,12],standardized_resid:10,standingheightcm:[2,3,5,6],start:[2,6,9,11],stat:[5,6,7,8,9,10,11],state:1,statement:[0,3],station:4,statist:[0,1,2,7,10,11,12],statsmodel:[8,10,11],statsthinking21:[2,4,12],std:[0,3,5,6,11],std_dev_estim:3,step:[9,11],step_siz:[5,6],still:9,store:[0,1,5,6,10,11],stori:0,straight:3,strategi:0,string:[0,1],strong:9,structur:[1,3,11],student:12,studi:[2,8,9],study2_df:9,style:[0,8],sub:0,submit:12,subplot:[3,5,6,11],subset:[1,3,5,6,8,9,11],substanti:9,subtract:[0,3],suggest:[9,12],sum:[0,1,3,4,7,9,10],sum_:3,sum_of_squared_error:3,summar:[2,4,12],summari:11,support:[0,5],sure:[0,3,11],surpris:11,surround:[0,1,3],survei:12,swapax:0,swaplevel:0,swim:12,symbol:0,symptom:9,symptomat:9,syntax:3,systemat:11,systol:2,systolicbloodpres1strdgmmhg:2,systolicbloodpres2ndrdgmmhg:2,t_cutoff:5,t_tail_proport:5,tabl:[4,10,11],table_orig:10,tail:[0,12],tailor:12,take:[0,1,2,3,4,5,6,7,10],taken:2,taller:2,tbd:[0,9],teach:0,techniqu:11,tell:[0,2,3,5,10,11],temperatur:2,tendenc:3,term:[10,12],termin:0,test:[0,1,3,4,5,8,9,11],test_data:11,test_index:11,test_nominal_associ:10,text:[0,1,2,5,11],textbook:12,than:[0,1,2,3,9,11,12],thank:12,thei:[0,1,2,3,4,9],them:[0,1,2,3,5,6,9,10,12],theoret:6,thi:[0,1,2,3,4,5,6,7,8,9,10,11,12],thickest:2,thing:[0,1,9,11],think:[0,8,12],third:[0,2],those:[0,1,3,4,5,6,11,12],though:1,three:[0,2,11],threshold:11,through:[0,4,5,6],throughout:[1,12],thu:[3,4,8,9,11,12],tight_layout:6,time:[1,2,3,5,7,9,11],timeslost10lbsormoretoloseweight:1,timesstoppedsmokingcigarett:1,tini:0,titl:[5,6,8],tmp_a:5,to_clipboard:0,to_csv:0,to_dict:0,to_excel:0,to_feath:0,to_gbq:0,to_hdf:0,to_html:0,to_json:0,to_latex:0,to_markdown:0,to_numpi:0,to_parquet:0,to_period:0,to_pickl:0,to_record:0,to_sql:0,to_stata:0,to_str:0,to_timestamp:0,to_xarrai:0,togeth:[2,5],toi:12,tool:[9,11,12],top:[0,2,9],toss_coins_and_count_head:7,total:[1,4],towardsdatasci:0,toy_data:3,toyota:0,traceback:0,train:[11,12],train_data:11,train_index:11,trainfit:11,transform:0,transpos:0,treat:[0,1,3,5,6],treatment:9,tri:12,triangular:0,trick:[5,11],tricki:1,triedtoloseweightinpastyear:1,triedtoquitsmok:1,trigonometr:0,tripl:3,troubl:12,truediv:0,truncat:0,truth:5,tshift:0,ttest:[7,8],ttest_1samp:7,ttest_ind:8,ttest_output:9,ttestbf:9,ttestindpow:8,ttresult:[7,8],tue:11,tupl:0,turn:[7,11],two:[0,1,3,5,8,9,10,11],type:[0,2,3,7,9,10,11],typeofmilkfirstfed1milk:1,typeofmilkfirstfed2milk:1,typeofmilkfirstfedwholemilk:1,tz_convert:0,tz_local:0,uncertainti:[2,9],under:[10,11],underli:8,understand:[0,5],unexpectedli:10,uniform:[6,9],uniniti:0,uniqu:[0,1],unit:[1,5,11],unitofmeasuredayweekmonthyear_2_smq:1,unpack:3,unrel:11,unstack:0,updat:[0,9,12],upon:5,upper:[2,5],upper_ci:5,use:[0,1,2,3,5,6,7,8,9,10,11,12],used:[0,1,2,9,10,11],useful:[0,2,3,6,10],user_guid:[9,10,11],userwarn:5,uses:[0,2,3],using:[0,2,3,4,5,6,7,8,9,10,11,12],usual:[1,2,10,11],util:11,valid:7,valu:[0,2,3,4,5,6,9,10,11],value_count:[1,3],vari:8,variabl:[4,5,6,9,10,11],variable_nam:5,varianc:3,variance_estim:3,variou:[0,2,3,12],vector:[3,4],veri:[0,1,3,5,7,8,9,11,12],version:[1,2,3,9],versu:[9,10,11],vertic:[5,6],view:[9,10,11],viewer:2,violat:11,violin:2,violinplot:2,virtual:9,viru:9,visual:1,wai:[0,1,2,11],walk:[4,5],want:[0,1,2,3,9,11,12],warn:[5,11],wasn:[0,1],watson:11,weight:[1,8,9,11],weightkg:[1,8],weightlb:1,welch:9,well:[0,2,9,11],were:[0,1,3,11],what:[0,1,2,3,4,9,11],whatev:0,when:[0,1,2,3,7,9,10,11,12],whenev:0,where:[0,2,3,6,9,11],wherea:[0,3,12],whether:[0,1,3,4,5,7,8,10,11],which:[0,1,2,3,4,5,6,9,10,11,12],whisker:2,who:[0,1,4,9,10,11,12],whole:[1,12],why:2,wider:9,width:0,wish:8,within:[0,1,5,12],without:[0,2],women:2,won:0,word:[0,1],work:[2,3,5,6,11,12],workspac:9,world:[0,12],worst:0,would:[0,1,2,3,4,6,7,8,11,12],wrangl:[0,12],write:[3,6],written:[0,12],wrong:[0,12],x_i:3,x_squar:11,x_valu:[5,6],xlabel:[2,6,9,11],year:[0,1,2,4],yes:4,ylabel:[2,6,9,11],ymax:[5,6],you:[0,1,2,3,11,12],youngest:2,your:[0,2,12],yourself:2,z_height:3,zero:[0,1,2,3,4,5,6,7,8,11],zeros_lik:0},titles:["Introduction to Python","Summarizing Data","Data Visualization","Fitting simple models","Probability","Sampling","Resampling and simulation","Hypothesis testing in Python","Statistical Power Analysis in Python","Bayesian Statistics in Python","Modeling categorical relationships in Python","The General Linear Model","Preface"],titleterms:{"function":[0,3],"new":1,The:[6,10,11,12],Use:0,access:0,acknowledg:12,age:12,analysi:8,appli:9,arrai:0,bar:2,basic:4,bay:9,bayesian:9,binari:11,book:12,bootstrap:6,calcul:4,categor:10,central:5,chi:10,clean:1,coin:7,column:1,condit:4,confid:5,creat:[1,3],critic:11,cross:11,curv:8,data:[0,1,2,12],debug:0,diagnost:11,dictionari:0,dispers:2,distribut:[1,2,9],duck:0,empir:4,error:5,estim:9,exampl:[7,9,11],extend:11,factor:9,file:0,finish:6,fit:[3,11],flip:7,frame:[0,1],frequenc:[1,4],gener:[6,11],get:0,golden:12,hard:0,hypothesi:7,interv:5,introduct:0,learn:0,let:2,librari:0,limit:5,line:2,linear:11,math:0,matric:0,maximum:6,mean:3,median:3,miss:1,mode:3,model:[3,10,11],observ:1,open:12,outcom:11,pearson:10,plot:2,posterior:9,power:8,prefac:12,probabl:4,problemat:11,program:0,python:[0,7,8,9,10,12],random:6,regress:11,relationship:10,resampl:6,row:1,rubber:0,sampl:[5,6],scatter:2,score:3,select:1,simpl:[3,7,9],simul:[6,7,8],singl:2,sourc:12,squar:10,start:0,statist:[8,9],summar:1,test:[7,10],theorem:[5,9],think:2,through:2,time:6,two:2,understand:1,using:1,valid:11,valu:[1,7],variabl:[0,1,2,3],vector:0,visual:2,web:0,why:[0,12],work:[0,1],your:1}})
\ No newline at end of file
+Search.setIndex({docnames:["01-IntroductionToPython","02-SummarizingData","03-DataVisualization","04-FittingSimpleModels","05-Probability","06-Sampling","07-ResamplingAndSimulation","08-HypothesisTesting","09-StatisticalPower","10-BayesianStatistics","11-ModelingCategoricalRelationships","13-GeneralLinearModel","index"],envversion:{"sphinx.domains.c":1,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":1,"sphinx.domains.index":1,"sphinx.domains.javascript":1,"sphinx.domains.math":2,"sphinx.domains.python":1,"sphinx.domains.rst":1,"sphinx.domains.std":1,sphinx:56},filenames:["01-IntroductionToPython.ipynb","02-SummarizingData.ipynb","03-DataVisualization.ipynb","04-FittingSimpleModels.ipynb","05-Probability.ipynb","06-Sampling.ipynb","07-ResamplingAndSimulation.ipynb","08-HypothesisTesting.ipynb","09-StatisticalPower.ipynb","10-BayesianStatistics.ipynb","11-ModelingCategoricalRelationships.ipynb","13-GeneralLinearModel.ipynb","index.md"],objects:{},objnames:{},objtypes:{},terms:{"0x7f08042e3d90":9,"0x7f0804362dc0":9,"0x7f42a4962c10":3,"0x7f56d46860d0":5,"0x7fd047fd25e0":2,"0x7fd04e8c2190":2,"0x7fd04ea14a90":2,"0x7fd04eb7d160":2,"0x7fd04ebd0340":2,"0x7febccb2f850":11,"0x7febd5275be0":11,"122e":11,"20e":11,"21e":11,"21st":[2,12],"243e":11,"746b11e44368":0,"87e":11,"925069822796612e":7,"95th":6,"break":[11,12],"case":[0,1,2,6,9,11,12],"class":[9,10],"default":0,"final":[3,4,12],"float":0,"function":[1,2,4,5,6,7,8,9,10,11,12],"import":[0,1,2,3,4,5,6,7,8,9,10,11,12],"int":[0,3,8,9,10,11],"long":[0,12],"new":[0,3,4,5,9,11,12],"null":[7,8,10,11],"public":9,"return":[0,2,3,5,6,7,8,9,10,11,12],"true":[0,2,3,4,5,6,7,9,11],"try":[0,9,10,11],"var":[0,3],"while":[0,2,8,11],Adding:2,Age:[2,11],And:0,But:[0,11],For:[0,1,2,3,5,7,9,10],Its:9,JZS:9,Not:[1,9,10,11],OLS:11,One:[0,1,2,6,11,12],That:2,The:[0,1,2,3,4,5,8,9],Then:[2,3,11],There:[0,1,2,3,6,9,12],These:[0,10],USE:9,Use:2,Using:[5,10,12],__abs__:0,__add__:0,__and__:0,__annotations__:0,__array__:0,__array_priority__:0,__array_wrap__:0,__bool__:0,__class__:0,__contains__:0,__copy__:0,__deepcopy__:0,__delattr__:0,__delitem__:0,__dict__:0,__dir__:0,__div__:0,__doc__:0,__eq__:0,__finalize__:0,__floordiv__:0,__format__:0,__ge__:0,__getattr__:0,__getattribute__:0,__getitem__:0,__getstate__:0,__gt__:0,__hash__:0,__iadd__:0,__iand__:0,__ifloordiv__:0,__imod__:0,__imul__:0,__init__:0,__init_subclass__:0,__invert__:0,__ior__:0,__ipow__:0,__isub__:0,__iter__:0,__itruediv__:0,__ixor__:0,__le__:0,__len__:0,__lt__:0,__matmul__:0,__mod__:0,__module__:0,__mul__:0,__ne__:0,__neg__:0,__new__:0,__nonzero__:0,__or__:0,__pos__:0,__pow__:0,__radd__:0,__rand__:0,__rdiv__:0,__reduce__:0,__reduce_ex__:0,__repr__:0,__rfloordiv__:0,__rmatmul__:0,__rmod__:0,__rmul__:0,__ror__:0,__round__:0,__rpow__:0,__rsub__:0,__rtruediv__:0,__rxor__:0,__setattr__:0,__setitem__:0,__setstate__:0,__sizeof__:0,__str__:0,__sub__:0,__subclasshook__:0,__truediv__:0,__weakref__:0,__xor__:0,_accessor:0,_add_numeric_oper:0,_add_series_or_dataframe_oper:0,_agg_by_level:0,_agg_examples_doc:0,_agg_summary_and_see_also_doc:0,_aggreg:0,_aggregate_multiple_func:0,_align_fram:0,_align_seri:0,_axis_alias:0,_axis_ialias:0,_axis_len:0,_axis_nam:0,_axis_numb:0,_axis_ord:0,_axis_revers:0,_box_col_valu:0,_box_item_valu:0,_builtin_t:0,_check_inplace_set:0,_check_is_chained_assignment_poss:0,_check_label_or_level_ambigu:0,_check_setitem_copi:0,_clear_item_cach:0,_clip_with_one_bound:0,_clip_with_scalar:0,_combine_fram:0,_combine_match_index:0,_consolid:0,_consolidate_inplac:0,_construct_axes_dict:0,_construct_axes_dict_from:0,_construct_axes_from_argu:0,_construct_result:0,_constructor:0,_constructor_expanddim:0,_constructor_sl:0,_convert:0,_count_level:0,_create_index:0,_cython_t:0,_deprec:0,_df:0,_dir_addit:0,_dir_delet:0,_drop_axi:0,_drop_labels_or_level:0,_ensure_valid_index:0,_find_valid_index:0,_from_arrai:0,_from_ax:0,_get_agg_axi:0,_get_axi:0,_get_axis_nam:0,_get_axis_numb:0,_get_axis_resolv:0,_get_block_manager_axi:0,_get_bool_data:0,_get_cach:0,_get_cleaned_column_resolv:0,_get_cython_func:0,_get_index_resolv:0,_get_item_cach:0,_get_label_or_level_valu:0,_get_numeric_data:0,_get_valu:0,_getitem_bool_arrai:0,_getitem_multilevel:0,_gotitem:0,_iget_item_cach:0,_indexed_sam:0,_infer_fill_valu:[9,10],_info_axi:0,_info_axis_nam:0,_info_axis_numb:0,_info_repr:0,_init_mgr:0,_internal_get_valu:0,_internal_nam:0,_internal_names_set:0,_is_builtin_func:0,_is_cach:0,_is_copi:0,_is_datelike_mixed_typ:0,_is_homogeneous_typ:0,_is_label_or_level_refer:0,_is_label_refer:0,_is_level_refer:0,_is_mixed_typ:0,_is_numeric_mixed_typ:0,_is_view:0,_ix:0,_join_compat:0,_maybe_cache_chang:0,_maybe_update_cach:0,_metadata:0,_needs_reindex_multi:0,_obj_with_exclus:0,_protect_consolid:0,_reduc:0,_reindex_ax:0,_reindex_column:0,_reindex_index:0,_reindex_multi:0,_reindex_with_index:0,_repr_data_resource_:0,_repr_fits_horizontal_:0,_repr_fits_vertical_:0,_repr_html_:0,_repr_latex_:0,_reset_cach:0,_sanitize_column:0,_select:0,_selected_obj:0,_selection_list:0,_selection_nam:0,_seri:0,_set_as_cach:0,_set_axi:0,_set_axis_nam:0,_set_is_copi:0,_set_item:0,_set_valu:0,_setitem_arrai:0,_setitem_fram:0,_setitem_slic:0,_setitem_with_index:11,_setup_ax:0,_slice:0,_stat_axi:0,_stat_axis_nam:0,_stat_axis_numb:0,_subplot:2,_take_with_is_copi:0,_to_dict_of_block:0,_try_aggregate_string_funct:0,_typ:0,_update_inplac:0,_validate_dtyp:0,_valu:0,_where:0,_xs:0,abbrevi:0,abil:[0,1],abl:[0,11],about:[0,1,2,3,7,8,9],abov:[0,2,3,4],abs:0,absolut:0,accent:0,access:[1,3,9],accord:11,account:11,accuraci:11,ace:0,acquir:0,across:[0,1,2,9],action:[3,5],activ:9,actual:[0,2,5,8,9,11],add:[0,1,2,11],add_prefix:0,add_subplot:8,add_suffix:0,adding:9,addit:9,adequ:8,adj:11,administ:9,adult:[2,3],adult_income_data:5,adult_nhanes_data:[2,3,5,6,8,9,10,11],advantag:[0,2,4,6],after:[0,2,3],again:[0,11],against:[2,3,9,10,11],age:[1,2,4,11],age_density_1year_bin:2,age_histogram:2,age_histogram_1year_bin:2,agefirstfedformuladai:1,agefirstfedmilkdai:1,ageinyearsatscreen:[1,2,3,4,5,6,8,9,10,11],ages:[0,2],agestartedotherfoodbeverag:1,agestoppedbreastfeedingdai:1,agestoppedreceivingformuladai:1,agg:0,aggreg:0,agre:12,aic:11,alcohol:9,alcoholgm_dr1tot:9,alcoholgm_dr2tot:9,alert:12,algebra:0,align:0,all:[0,1,2,4,9,10,11],allow:[0,1,3,5,6,11,12],almost:11,along:[0,2,3,4,6,9,12],alongsid:3,aloud:0,alpha:[2,8],alreadi:[0,2],also:[0,1,2,3,5,6,7,8,10,11,12],alt:9,altern:9,although:0,alwai:[0,1,2,3,12],amount:[0,4,9],anaconda:0,analys:10,analysi:[9,12],analyz:[0,1,3,5,12],angela:0,ani:[0,1,3,10,12],annual:5,annualfamilyincom:5,anoth:[0,1,2,3,11],answer:[0,1,8],anyon:1,anyth:[0,2],api:[10,11],apolog:12,appear:0,append:0,appli:[0,10],applymap:0,approxim:2,arang:[2,4,5,6,9],area:[2,11],argument:[0,2,3,8,11],around:[0,2],arrai:[1,3,4,5,8],array_a:0,array_b:0,array_lik:0,arrow:0,asfreq:0,ask:[1,2,3,10,11],asof:0,aspect:[0,1],assign:0,associ:[0,10],assum:[0,11,12],assumpt:12,astyp:[0,9,10,11],at_tim:0,attempt:7,attr:0,attribut:12,auc:11,auroc:11,automat:[2,11],avail:[0,3,9,12],averag:[2,3,9,11],avgalcohol:9,avgcigarettesdayduringpast30dai:1,awar:11,axes:[0,2],axessubplot:2,axi:[2,7,8],axvlin:[5,6],back:[9,12],bar:3,base:[0,2,4,7,8,9,11,12],basi:5,basic:[0,2,9],bayes_df:9,bayesfactor:9,becaus:[0,1,2,5,7,9,11,12],becom:[0,5,11],been:0,befor:[0,1,2,10,11],begin:[0,9],behind:0,being:[3,4,10,11],bell:0,below:[0,2,3],benefit:[2,12],bera:11,bermuda:0,best:[0,12],better:[0,11,12],between:[0,3,8,9,10,11],between_tim:0,betwen:2,bfbayesfactor:9,bfill:0,bfindepsampl:9,bic:11,bin:[2,6],binom:[7,9],binomi:[7,9],bit:[0,1,2],black:2,blood:2,blue:2,bmi:11,bodi:11,bodymassindexkgm2:11,bold:0,book:[0,1,5,9],bool:[0,5],bootstrap_ci:6,bootstrap_df:6,bootstrap_sampl:6,borderlin:11,both:[0,1,2,5],bound:2,box:2,boxplot:[0,2],bracket:[0,1],broadcast:0,build:11,built:[0,3,6,10,11],builtin:2,bump:2,bumpi:2,bunch:1,butler:[0,12],button:0,call:[0,1,2,3,4,6,11,12],can:[0,1,2,3,4,5,7,8,9,10,11,12],cancer:10,captur:5,captures_mean:5,car:0,car_mileag:0,car_model:0,car_pric:0,care:3,cars_df2:0,cars_df:0,categorical_df:10,caus:[0,11],caveat:[9,10,11],cdf:7,ceil:[3,8],cell:[0,1],centr:0,central:3,centric:12,centuri:[2,12],certain:[0,5],chanc:11,chang:[0,12],chapter:[0,1,3,4,5,7,8,9,10,11,12],charact:0,characterist:[0,11],cheat:0,check:12,chi2:[6,10],chi2_result:10,chi:6,chromebook:0,ci_df:5,ci_perc:5,cigarett:1,clean:[3,4,5,9,10],clear:[0,11],clearer:[0,3],clearli:[5,11],click:0,clip:0,close:[1,2,5,6,8,11],closer:9,clutter:2,code:[0,1,3,4,5,6,11],coef:11,cohen:8,col_index:[9,10],colab:0,cold:9,collect:[1,3,6,9,11],colon:0,color:[0,2,5,6],column:[0,3,4,5,6,8,9,10,11],com:[0,2,4,12],combin:[0,4,10],combine_first:0,come:[0,5,9,11,12],comma:0,command:[0,2,3,6],common:[0,1,2,12],commonli:[0,2,11],commun:0,compani:12,companion:12,compar:[2,3,6,9,10,11,12],comparison:[2,7,9],complement:7,complet:[0,7],complex:[0,1,12],complic:0,compos:0,comput:[0,2,3,4,5,6,7,8,9,10,11],computation:3,compute_posterior:9,concat:9,concept:[1,10],conclud:11,cond:11,conda:[5,9,10,11],condit:[1,9],confid:[2,6,9],confirm:10,confus:0,consol:0,consumpt:9,contain:[0,1,2,3,4,5],content:[0,1],continu:[2,11],contribut:12,contributor:0,conveni:9,convent:0,converg:11,convert:[1,3],convert_dtyp:0,copi:[0,9,10,11],core:[5,9,10,11],corolla:0,corr:0,correct:11,correctli:11,correspond:0,corrwith:0,cough:9,could:[0,1,2,3,6,11],count:[0,1,2,6,7,10],countri:0,coupl:7,cours:[0,2,3],cov:0,covari:11,cover:[2,3],covid:9,crash:0,creat:[0,2,4,5,6,7,8,9,11,12],creativ:12,criterion:1,crosstab:[4,11],crossvalid:11,csv:[0,2,4],cummax:0,cummin:0,cumprod:0,cumsum:0,current:1,currentselfreportedheightinch:1,currentselfreportedweightpound:1,curv:0,custom:[0,3],customari:2,cutoff:6,dai:[1,4],damag:2,damageindex:2,data:[3,4,5,7,8,9,10,11],data_url:0,databas:3,datafram:[0,1,2,3,5,6,7,8,9,10,11],dataset:[0,1,2,3,4,5,6,8,10,11,12],date:[4,11],dayssmokedcigsduringpast30dai:1,deal:[0,1,11],dec:11,decim:0,declin:1,def:[3,5,6,7,8,9,11],defin:[0,3,8],definit:7,degre:6,deliber:0,demonstr:12,denomin:9,denot:[0,1,4],densiti:[0,2,5,6],dep:11,dep_var:8,depend:3,deprec:9,deriv:0,describ:[0,3,5],descript:[0,2],design:11,desir:[0,11],detail:[0,1,12],determin:[0,2,3,4,7,8,11],develop:0,deviat:[0,3,5,6,8,11],diabet:11,diabetes_df:11,diagnost:9,dictionari:6,did:[0,11],didn:0,dietari:9,diff:0,differ:[0,1,2,3,6,7,8,9,11],difficulti:4,dimens:0,dimension:0,dir:0,directli:[3,11,12],discret:9,discuss:[0,10],diseas:9,disp:11,distinct:1,distort:2,distplot:2,distrbut:6,distribut:[0,3,5,6,7,8,11,12],distriibut:6,disturb:0,div:0,diverg:5,divid:[0,1,3,4],doc:[9,10,11],docstr:3,doctortoldyouhavediabet:11,document:[0,2,3,9,10,11,12],doe:[2,3,6,10,11],doesn:[0,11,12],doing:[0,11],domest:0,don:[0,6,10,11,12],done:0,dot:0,doubl:[0,1],down:0,doyounowsmokecigarett:[1,9,10],draw:[0,5],drawn:0,drop:[0,1,4],drop_dupl:0,droplevel:0,dropna:[0,1,3,4,5,6,8,9,10,11],drug:9,dtype:[0,1,3,5],due:9,duplic:0,durbin:11,each:[0,1,2,3,4,5,6,7,8,9,10,11],earlier:9,easi:12,easier:[0,2],easili:1,edg:2,edit:0,effect:[0,8,11],effect_s:8,effects:8,eighti:2,either:0,element:[0,4,10,11],els:[0,3,6],emb:1,empti:0,encount:[0,5],encourag:2,end:0,engin:[0,12],english:0,enorm:0,enough:0,enter:[0,3],entir:[0,1,2,3,5,9],entri:0,equal:[0,2,3,4,9],equival:[2,4],err:11,error:[0,3,7,11,12],estim:[2,3,7,8,11],eval:0,evalu:5,even:[1,3,9,12],event:4,ever:10,everbreastfedorfedbreastmilk:1,everi:[0,1],evertoldyouhadcancerormalign:10,everyon:12,evid:9,evidenc:5,ewm:0,exactli:[3,4],examin:[2,5,11,12],exampl:[0,1,2,3,5,6,10,12],excel:[0,1],exclud:[2,3],execut:3,exercis:7,exist:[3,8],expand:0,expect:[2,3,6,11],experi:0,expert:0,explain:0,explan:0,explod:0,explor:11,expon:6,exponenti:6,express:[5,10],extend:2,extens:0,extran:1,eye:3,facebook:12,facecolor:2,fact:[0,2,4,5,6,9,11],fail:1,fair:1,fairli:[9,11],fall:[2,3,11],fals:[0,3,4,5,9,10,11],famili:5,familiar:0,family_income_sampling_dist:5,far:10,featur:[0,10],femal:[1,2],few:0,fewer:7,ffill:0,field:0,fig:8,figsiz:[3,5,6,11],figur:[0,2,3,5,6,8,9,11],fill:0,fill_between:2,fillna:0,filter:0,find:[0,1,3,4,6,8,9,12],first:[0,1,2,3,4,5,7,8,9,11],first_edg:5,first_valid_index:0,fit:10,fittedvalu:[10,11],fivethirtyeight:12,fix:[0,1],flip_results_df:7,float64:[0,1],float64index:1,floordiv:0,flu:9,focu:[3,8,10,11],focus:[0,12],fold:11,follow:[0,1,2,3,6],ford:0,forecast:2,form:2,format:0,formula:[3,4,11],fortran:0,fortun:1,found:9,frac:3,frame:[3,4,5,7,8,9,11],francisco:[4,9],freedom:6,freeli:12,frequenc:[3,10],frequent:3,friend:12,from:[0,1,2,3,4,5,6,7,8,9,10,11,12],from_data:10,from_dict:0,from_record:0,front:12,full:[0,11],full_sampl:9,further:0,fusion:0,futur:9,futurewarn:9,gauss:0,gaussian:0,gave:0,gdp:0,gdp_data:0,gender:[1,2],gendermf:1,gener:[0,1,2,3,7,8,9,10,12],generalhealthcondit:1,generalhealthcondition_frequency_dist:1,generalhealthconditionfix:1,generate_linear_data:11,generator_paramet:6,get:[2,3,4,7,8,9,11,12],get_confidence_interv:5,get_t_result:8,github:12,githubusercont:[0,2,4],give:[0,1,2,3,4,8],given:[0,4,6,9,11],globalenv:9,goal:12,goe:4,going:[0,1,3,5,9],good:[0,1,2,3,6,11],good_health_df:1,googl:0,got:1,govern:12,grade:11,grai:0,graph:1,greater:[0,3,9,11],greater_equ:5,greatli:[5,9],grid:3,gross:0,group1:8,group2:8,group:[0,1,2,8,9],groupbi:[0,2,9],grow:5,guess:11,guid:12,guitarist:0,had:[0,1,3,10],hadcanc:10,half:11,hand:[5,6],happen:0,hardest:0,has:[0,1,2,4,9,10,11,12],have:[0,1,2,3,4,6,8,9,10,11,12],haveseriousdifficultyhear:4,head:[0,1,7],health:[1,12],hear:4,hearing_data:4,heart:0,heavili:12,height:[2,3,5,6],height_length_mod_2:3,height_sampl:3,height_sort:3,held:[1,11],hello:0,help:[0,1,12],here:[0,1,2,3,5,6,9,11],hidden_effect_s:11,hide:2,high:[0,9,11],higher:[9,11],highest:3,highli:[5,9],highlight:[2,9],hindsight:0,hing:2,hist:[0,2,3,5,6],hist_bin_max:[5,6],hist_bin_min:[5,6],histogram:[2,3,5,6],hit:0,hold:[11,12],host:0,hour:0,how:[0,1,2,3,4,5,6,7,8,9,10,11,12],howev:[0,11],howlongwereyouabletostopsmok:1,html:[9,10,11],http:[0,2,4,9,10,11,12],hue:2,hypothesi:[8,9,10],hyundai:0,iat:0,idea:[0,2,3,9],ideal:12,ident:[4,5,9],identifi:9,idxmax:0,idxmin:0,iloc:[0,3,5,11],implement:[6,9],importr:9,improv:12,inanim:0,includ:[0,1,2,3,4,11,12],incom:5,increasingli:12,increment:6,indent:3,independ:[0,8,10],independence_vector:10,index:[0,1,2,3,9,10,11],index_col:2,indivdiu:1,individu:[0,1,2,3,4,5,6,9,11],inf:9,infect:9,infer_object:0,influenc:0,info:0,inform:[0,1,2],ink:2,input:[0,3,4,7,8],insert:0,insid:[1,2,3],instal:0,instanc:0,instead:[0,1,2,3,5,6,9,10,11],instrument:0,int64:[0,1,3],int8:0,integ:[0,3],intercept:11,interest:[1,6,8],intern:12,internet:0,interpol:0,interquartil:2,interv:[2,6,9],interview:1,introduc:[1,9],introtor:0,intuit:3,invalid:5,involv:6,isin:0,isna:0,isnul:0,issu:12,ital:0,item:[0,3,9,10],iter:11,iteritem:0,iterrow:0,itertupl:0,its:[0,1,2,3,4,5,9,11,12],itself:0,jan:2,jarqu:11,job:[2,6],john:[0,12],join:0,joint:4,joint_tabl:4,juli:9,jupyt:0,just:[0,1,3],kaggl:0,keep:[2,5],kei:[0,9,10],kernel:0,keyword:0,kfold:11,kilogram:1,kind:[0,3,11],know:[0,1,2,5,7,11],known:[0,1,2,3,9,11],kurt:0,kurtosi:[0,11],label:[1,2,6,9,11],lack:11,languag:[0,12],laplac:0,larg:[0,1,2,7,10,11],larger:[9,11],last:[0,1],last_edg:5,last_valid_index:0,later:[0,1,2,3],launch:2,learn:[1,2,5,11,12],least:[1,11],leav:11,left:[0,5],legend:9,length:[1,3],less:[0,2,11],less_equ:5,let:[0,1,3,4,5,6,7,8,9,11],letter:0,level:[0,9],lib:[5,9,10,11],librari:[1,2,9,12],licens:12,liechtenstein:0,life:1,lifestyl:1,like:[0,1,7,9,11,12],likelihood:[9,11],limit:4,line2d:[2,5],line:[0,3,5,6,11],lineplot:2,lisa:0,list:[0,1,2,3,5,11],littl:0,live:[0,12],llr:11,load:[0,1,2,3,4,5,6,8,9,10,11],load_nhanes_data:[1,2,3,4,5,6,8,9,10,11],loc:[0,1,3,5,6,7,8,9,10,11],local:9,locat:[0,2,3],log:11,logic:[0,4],logist:11,logit:11,logitfit:11,logitpredict:11,look:[0,1,2,3,5,6,8,9,11],lookup:0,loop:[5,6],lot:[0,3,6,11],low:10,lower:[2,5,10],lower_ci:5,luxembourg:0,mad:0,made:[0,11],magic:0,mai:[0,1,11],main:[2,9,12],major:[0,10,12],make:[0,2,3,11,12],male:[1,2],mandarin:0,mani:[0,1,2,7,10,11,12],manipul:0,manual:3,map:9,margin:9,marginal_likelihood:9,mark:[0,1],markdown:0,mask:0,mass:11,master:[0,2,4],match:[0,1,3],math:9,mathemat:0,matplot:2,matplotlib:[2,3,5,6,8,9,11],matrix:11,matter:0,max:[0,2,3,5,6],max_frequ:3,maxim:2,maxima:6,maximum:[2,3,4,5],mean:[0,1,2,4,5,6,7,8,9,10,11,12],mean_height:3,mean_height_by_ag:2,meant:12,measur:[1,3,10,11],median:[0,2,6],melt:0,member:0,memori:0,memory_usag:0,men:2,merg:0,messag:[0,2],method:[0,1,2,11,12],metric:11,microsoft:0,middl:3,midpoint:3,might:0,mileag:0,milk:1,million:0,min:[0,2,5,6],mind:2,minim:2,minimum:[2,4],minut:7,mislabel:11,miss:3,mistak:[0,11],mle:11,mod:0,mode:0,model_select:11,modul:[0,2,6],modulu:3,moivr:0,moment:1,moniqu:0,more:[0,1,2,3,5,6,7,9,11,12],most:[0,2,3,9,11,12],mostli:2,move:9,mpl:[5,11],mtrand:0,much:[0,1,2,5,9,11,12],mul:0,multi:0,multipl:[2,3,9,10],multipli:[0,5,11],music:0,must:0,my_angle_valu:0,my_arrai:0,my_array_times_f:0,my_first_arrai:0,my_mode_funct:3,my_random_numb:0,my_second_arrai:0,my_sin_valu:0,my_subset:1,myself:2,myvar:3,myvar_frequ:3,n_head:7,n_split:11,name:[0,1,3,4,5],nameerror:0,namespac:9,nan:[1,11],nation:12,nativ:0,natur:[0,11],ndarrai:0,ndim:0,nearli:[0,5,11],necessari:9,need:[0,1,2,3,5,6,7,8,11,12],neg:0,never:[0,1],next:[1,3,11],nhane:[1,2,3,4,5,6,8,9,10,11,12],nhanes_data:[1,2,3,4,5,6,8,9,10,11],nhanes_sampl:6,nlargest:0,nob:8,nois:11,noise_sd:11,non:[0,5,9,11],noncommerci:12,none:[0,2,6,11],nonlinear:11,nonlinearli:11,nonrobust:11,nonsens:12,nonsmok:9,nonsmoker_sampl:9,norm:[5,6],normal:[0,4,5,6,7,8,11],normal_valu:[5,6],note:[4,11,12],notebook:[0,2,4],noth:0,notic:[0,1,2,3,11],notna:0,notnul:0,now:[0,1,2,3,4,5,6,7,9,11,12],npoint:11,nsmallest:0,nullinterv:9,num_coin:7,num_respond:9,num_run:[5,6,7,8,11],num_sampl:[5,6],num_test:9,number:[0,1,2,3,4,5,6,7,8,10,11,12],numexpr:5,numpi:[0,2,3,4,5,6,7,8,9,10,11],nuniqu:0,nutrit:12,obj:[9,10],object:[0,1,3,5,9],observ:[2,3,5,6,7,9,10,11],obtain:[0,1,2,3,5,6,11],obviou:[0,11],occur:[0,3,9],occurr:4,odd:[3,5],oddli:5,off:9,often:[0,1,3,5,7,8,11,12],old:2,oldest:2,ols:11,ols_model2:11,ols_model3:11,ols_model4:11,ols_model:11,ols_result2:11,ols_result3:11,ols_result4:11,ols_result:11,omnibu:11,onc:[0,11],one:[0,1,2,3,4,5,7,11,12],ones:0,onli:[0,1,3,4,5,11,12],onlin:12,opaqu:0,open:0,open_variable_pag:1,oper:[0,1,2,3,5,11],oppos:9,opposit:4,opt:[5,9,10,11],option:[0,1,11],order:[0,2,3,4,5,7,8,11],ordinari:11,org:[9,10,11],organis:0,orient:0,orig_vector:10,origin:[3,5,11,12],oring_data:2,orings:2,other:[0,2,3,5,11,12],otherwis:[0,3,11],our:[0,1,2,3,5,6,7,9,10,11],out:[0,2,6,7,11],outcom:4,outcome1istru:4,outlier:2,output:[0,2,3,8,11],outsid:3,over70:4,over:[1,2,4,11],over_50_df:1,overal:2,overlai:5,overlap:6,overview:0,own:[0,3,11],p1istru:4,p_error:7,p_ge_70:7,p_head:7,p_hearing_problem:4,p_hearingproblem_given_over_70:4,p_lt_70:7,p_over_70:4,p_over_70_given_hearingproblem:4,p_reject:8,p_valu:[7,8],packag:[0,1,2,5,8,9,10,11,12],page:0,pair:0,panda:[0,1,2,3,4,5,6,7,8,9,10,11],pandas2ri:9,pandasindex:9,panel:6,panel_num:6,paramet:[0,5,6,11],parameter:0,parametr:6,part:[0,3,5,11],particip:8,particular:[0,1,2,3,5,9],pass:[0,11,12],past:0,patch:[3,5],pathcollect:[3,11],pcr:9,pct_chang:0,pdf:[5,6],peopl:[0,1,2,4,9,10,11],percent:9,percentil:6,percentileofscor:[7,11],perfect:11,perfectli:3,perform:[0,3,4,5,6,7,8,9,11],perhap:1,period:0,permut:11,person:[1,4,9],pickier:12,pipe:0,pivot:0,pivot_t:0,place:[0,5],plai:[0,11],plain:1,platform:0,pleas:12,plot:[0,3,5,6,8,9,11],plot_pow:8,plt:[2,3,5,6,8,9,11],pmf:9,point:[0,2,3,9,11,12],poldrack:0,poor:1,pop:0,poport:5,popul:5,popular:12,posit:[0,2,4,9],possibl:[0,2,9,12],posterior_valu:9,postiiv:9,potenti:[2,11],pound:1,pow:0,power:[0,11],power_analysi:8,power_sim_result:8,ppf:5,practic:[0,3],praininsf:4,prcp:4,precipit:4,precis:[0,9],predict:[5,10,11],predictor:11,prefer:12,prefix:0,prepar:12,presenc:9,present:[1,5,7,9],press:0,pressur:2,pretend:0,pretti:[2,11],prevent:[6,12],previou:[1,3,8,9,11],price:0,primari:0,primarili:12,principl:2,print:[0,1,3,9,10,11],prior:9,prior_valu:9,prob:11,probabiilti:[9,11],probabilti:7,probabl:[0,7,9,11],problem:[0,1,4,11],problemat:1,probplot:[5,11],process:[0,3,11],prod:0,produc:3,product:0,program:12,programm:[0,12],progress:[0,12],project:12,properli:[1,3,5,11],proport:[1,2,5,7,9],proprtion:9,provid:[0,1,3,7,8,11],pseudo:11,psych10:0,psycholog:0,pull:12,purpos:[11,12],push:0,put:[0,1,9],pvalu:[7,8,11],pydata:[9,10,11],pyplot:[2,3,5,6,8,9,11],python3:[5,9,10,11],python:[1,2,3,4,5,6,11],qatar:0,qualit:10,qualiti:0,quantil:[0,5],quantiti:[0,12],quartil:2,queri:[0,1,2,3,4,5,6,8,9,10,11],question:[1,2,8],questionnair:1,quietli:12,quot:[1,3],quotat:[0,1],radd:0,rain:4,raintodai:4,rais:[11,12],rand:7,randn:11,random:[0,3,7,8,11],random_st:9,randomfit:11,randomli:11,randomst:0,rang:[0,2,5,6,7,8,9,11],rank:0,rare:[7,9],rarelli:9,rate:[9,10],rather:[0,1,2,3,11,12],ratio:2,ravel:10,raw:[0,2,4,5],rdiv:0,read:2,read_csv:[0,2,4],reader:3,readi:12,real:[0,1,12],realist:8,realiz:[0,12],reason:[2,9,12],recal:9,recapitul:6,receiv:11,recent:0,recod:[1,3],recommend:0,record:1,recreat:2,red:2,reduc:9,ref:12,refer:[0,1,3,9,11],reflect:1,region:12,regular:[0,1,9],regularli:12,reindex:0,reindex_lik:0,reject:[7,8],rel:[0,1,9,11],relat:[0,2,3,11],relationship:[2,11],relev:2,reli:5,reliabl:7,remain:[2,3],remaind:3,rememb:[4,5],remov:[1,4,9],renam:[0,1,3,5,6,8,9,10,11],rename_axi:0,reorder_level:0,repeat:6,repeatedli:5,replac:[0,1,6],report:[1,4,9,10,11],repres:[2,5],request:12,requir:[1,6],resampl:[0,5],research:[0,8],reset_index:0,resid:11,residu:[10,11],respect:5,respond:[0,1,9],respons:11,result:[0,5,9,10,11,12],retain:9,rfloordiv:0,right:[5,8],rmod:0,rmul:0,rna:9,robject:9,roc_auc_scor:11,roc_scor:11,rocscor:11,roll:0,root:3,rotat:2,roughli:11,round:[0,3,8],row:[0,3,4],row_index:[9,10],rpow:0,rpy2:[9,12],rseed:9,rsub:0,rtruediv:0,run:[0,7,8,9],runtimewarn:5,russel:0,rvs:6,sai:[0,1,2,3,7,8,9,11],said:[1,11],salient:2,same:[0,1,3,4,5,9],sampl:[0,1,2,3,7,8,9,11],sample_and_return_max:6,sample_and_return_mean:5,sample_df:5,sample_max_df:6,sample_num:5,sample_numb:5,sample_s:[3,5,6,8],sample_size_per_group:9,sample_ttest:7,samples:8,sampling_distribut:5,sampling_result:5,sampling_run:6,sampsiz:[7,8],san:[4,9],sanfranciscorain:4,saw:1,scalar:0,scale:[0,5,6,7,8],scatter:[3,11],scatterplot:[2,3],school:0,scientif:[0,8],scientist:12,scikit:11,scipi:[0,5,6,7,8,9,11],score:11,scoreatpercentil:6,screen:2,sd_height:3,seaborn:[2,5,8,11],search:[0,1],second:[0,1,2,3,4,9],section:[0,2,3,11],see:[0,1,2,3,4,5,6,7,8,9,10,11,12],seed:[8,11],seem:0,seen:0,select_dtyp:0,self:[9,10,11],sem:[0,5],sens:[2,11],sensit:9,separ:[0,2,6],seq:11,seqn:[1,4],sequenc:[4,11],seri:[3,5],seriou:[4,12],session03:0,set:[0,1,2,3,5,7,8,9,10,11],set_axi:0,set_index:0,settingwithcopywarn:[9,10,11],sever:[0,1,2,7,11],sfrain:4,shade:[0,2],shape:[0,1,2,3,9,11,12],sheet:0,shelf:9,shift:0,shift_zero:10,should:[0,3,5,7,8,11,12],show:[0,1,2,3,5,6,8,9,10,11,12],shown:[0,5],shrink:2,shuffl:11,shuffled_df:11,sigma:0,signific:[9,11],sim_results_df:7,similar:11,similarli:[0,10],simpl:[2,4,10],simplest:0,simpli:[0,1,2,3,4,5,7,11],simplic:9,simplifi:[3,9],simul:[5,11],simulated_data:11,simulation_run:11,sin:0,sinc:[1,2,3,4,7,11],sine:0,singapor:0,singl:[0,1,3,9,11],site:[5,9,10,11,12],size:[0,2,5,6,7,8,11],sketch:2,skew:[0,11],skill:0,sklearn:11,slice:[9,10,11],slice_shift:0,slope:11,slowli:2,smaller:11,smoke:[1,9,10],smokedatleast100cigarettesinlif:[1,9,10],smokenow:[9,10],smoker:[9,10],smoker_sampl:9,smoking_df:1,smokker:1,smooth:2,smoother:2,smp:8,sns:[2,5,11],softwar:[0,12],solut:11,solv:0,solve_pow:8,some:[0,1,3,6,10,11,12],someon:[0,4,9],someth:[0,2,12],sometim:[1,2,9],somewhat:[2,11],somewher:2,sophstic:1,sort:3,sort_index:0,sort_valu:[0,3],sourc:0,space:[0,5],span:[0,2],speak:0,speaker:0,special:0,specif:[0,1,2,6,8,9],specifi:[0,1,6,8,11],spend:0,spit:0,split:11,spread:[0,2],spreadsheet:0,sqrt:[3,5,6],squ:11,squar:[0,1,3,6,11],squared_resid:10,squeez:0,squiggli:0,stabl:[9,10,11],stack:0,stand:[0,1,2,11],standard:[0,3,5,6,8,9,10,11,12],standardized_resid:10,standingheightcm:[2,3,5,6],start:[2,6,9,11],stat:[5,6,7,8,9,10,11],state:1,statement:[0,3],station:4,statist:[0,1,2,7,10,11,12],statsmodel:[8,10,11],statsthinking21:[2,4,12],std:[0,3,5,6,11],std_dev_estim:3,step:[9,11],step_siz:[5,6],still:9,store:[0,1,5,6,10,11],stori:0,straight:3,strategi:0,string:[0,1],strong:9,structur:[1,3,11],student:12,studi:[2,8,9],study2_df:9,style:[0,8],sub:0,submit:12,subplot:[3,5,6,11],subset:[1,3,5,6,8,9,11],substanti:9,subtract:[0,3],suggest:[9,12],sum:[0,1,3,4,7,9,10],sum_:3,sum_of_squared_error:3,summar:[2,4,12],summari:11,support:[0,5],sure:[0,3,11],surpris:11,surround:[0,1,3],survei:12,swapax:0,swaplevel:0,swim:12,symbol:0,symptom:9,symptomat:9,syntax:3,systemat:11,systol:2,systolicbloodpres1strdgmmhg:2,systolicbloodpres2ndrdgmmhg:2,t_cutoff:5,t_tail_proport:5,tabl:[4,10,11],table_orig:10,tail:[0,12],tailor:12,take:[0,1,2,3,4,5,6,7,10],taken:2,taller:2,tbd:[0,9],teach:0,techniqu:11,tell:[0,2,3,5,10,11],temperatur:2,tendenc:3,term:[10,12],termin:0,test:[0,1,3,4,5,8,9,11],test_data:11,test_index:11,test_nominal_associ:10,text:[0,1,2,5,11],textbook:12,than:[0,1,2,3,9,11,12],thank:12,thei:[0,1,2,3,4,9],them:[0,1,2,3,5,6,9,10,12],theoret:6,thi:[0,1,2,3,4,5,6,7,8,9,10,11,12],thickest:2,thing:[0,1,9,11],think:[0,8,12],third:[0,2],those:[0,1,3,4,5,6,11,12],though:1,three:[0,2,11],threshold:11,through:[0,4,5,6],throughout:[1,12],thu:[3,4,8,9,11,12],tight_layout:6,time:[1,2,3,5,7,9,11],timeslost10lbsormoretoloseweight:1,timesstoppedsmokingcigarett:1,tini:0,titl:[5,6,8],tmp_a:5,to_clipboard:0,to_csv:0,to_dict:0,to_excel:0,to_feath:0,to_gbq:0,to_hdf:0,to_html:0,to_json:0,to_latex:0,to_markdown:0,to_numpi:0,to_parquet:0,to_period:0,to_pickl:0,to_record:0,to_sql:0,to_stata:0,to_str:0,to_timestamp:0,to_xarrai:0,togeth:[2,5],toi:12,tool:[9,11,12],top:[0,2,9],toss_coins_and_count_head:7,total:[1,4],towardsdatasci:0,toy_data:3,toyota:0,traceback:0,train:[11,12],train_data:11,train_index:11,trainfit:11,transform:0,transpos:0,treat:[0,1,3,5,6],treatment:9,tri:12,triangular:0,trick:[5,11],tricki:1,triedtoloseweightinpastyear:1,triedtoquitsmok:1,trigonometr:0,tripl:3,troubl:12,truediv:0,truncat:0,truth:5,tshift:0,ttest:[7,8],ttest_1samp:7,ttest_ind:8,ttest_output:9,ttestbf:9,ttestindpow:8,ttresult:[7,8],tupl:0,turn:[7,11],two:[0,1,3,5,8,9,10,11],type:[0,2,3,7,9,10,11],typeofmilkfirstfed1milk:1,typeofmilkfirstfed2milk:1,typeofmilkfirstfedwholemilk:1,tz_convert:0,tz_local:0,uncertainti:[2,9],under:[10,11],underli:8,understand:[0,5],unexpectedli:10,uniform:[6,9],uniniti:0,uniqu:[0,1],unit:[1,5,11],unitofmeasuredayweekmonthyear_2_smq:1,unpack:3,unrel:11,unstack:0,updat:[0,9,12],upon:5,upper:[2,5],upper_ci:5,use:[0,1,2,3,5,6,7,8,9,10,11,12],used:[0,1,2,9,10,11],useful:[0,2,3,6,10],user_guid:[9,10,11],userwarn:5,uses:[0,2,3],using:[0,2,3,4,5,6,7,8,9,10,11,12],usual:[1,2,10,11],util:11,valid:7,valu:[0,2,3,4,5,6,9,10,11],value_count:[1,3],vari:8,variabl:[4,5,6,9,10,11],variable_nam:5,varianc:3,variance_estim:3,variou:[0,2,3,12],vector:[3,4],veri:[0,1,3,5,7,8,9,11,12],version:[1,2,3,9],versu:[9,10,11],vertic:[5,6],view:[9,10,11],viewer:2,violat:11,violin:2,violinplot:2,virtual:9,viru:9,visual:1,wai:[0,1,2,11],walk:[4,5],want:[0,1,2,3,9,11,12],warn:[5,11],wasn:[0,1],watson:11,weight:[1,8,9,11],weightkg:[1,8],weightlb:1,welch:9,well:[0,2,9,11],were:[0,1,3,11],what:[0,1,2,3,4,9,11],whatev:0,when:[0,1,2,3,7,9,10,11,12],whenev:0,where:[0,2,3,6,9,11],wherea:[0,3,12],whether:[0,1,3,4,5,7,8,10,11],which:[0,1,2,3,4,5,6,9,10,11,12],whisker:2,who:[0,1,4,9,10,11,12],whole:[1,12],why:2,wider:9,width:0,wish:8,within:[0,1,5,12],without:[0,2],women:2,won:0,word:[0,1],work:[2,3,5,6,11,12],workspac:9,world:[0,12],worst:0,would:[0,1,2,3,4,6,7,8,11,12],wrangl:[0,12],write:[3,6],written:[0,12],wrong:[0,12],x_i:3,x_squar:11,x_valu:[5,6],xlabel:[2,6,9,11],year:[0,1,2,4],yes:4,ylabel:[2,6,9,11],ymax:[5,6],you:[0,1,2,3,11,12],youngest:2,your:[0,2,12],yourself:2,z_height:3,zero:[0,1,2,3,4,5,6,7,8,11],zeros_lik:0},titles:["Introduction to Python","Summarizing Data","Data Visualization","Fitting simple models","Probability","Sampling","Resampling and simulation","Hypothesis testing in Python","Statistical Power Analysis in Python","Bayesian Statistics in Python","Modeling categorical relationships in Python","The General Linear Model","Preface"],titleterms:{"function":[0,3],"new":1,The:[6,10,11,12],Use:0,access:0,acknowledg:12,age:12,analysi:8,appli:9,arrai:0,bar:2,basic:4,bay:9,bayesian:9,binari:11,book:12,bootstrap:6,calcul:4,categor:10,central:5,chi:10,clean:1,coin:7,column:1,condit:4,confid:5,creat:[1,3],critic:11,cross:11,curv:8,data:[0,1,2,12],debug:0,diagnost:11,dictionari:0,dispers:2,distribut:[1,2,9],duck:0,empir:4,error:5,estim:9,exampl:[7,9,11],extend:11,factor:9,file:0,finish:6,fit:[3,11],flip:7,frame:[0,1],frequenc:[1,4],gener:[6,11],get:0,golden:12,hard:0,hypothesi:7,interv:5,introduct:0,learn:0,let:2,librari:0,limit:5,line:2,linear:11,math:0,matric:0,maximum:6,mean:3,median:3,miss:1,mode:3,model:[3,10,11],observ:1,open:12,outcom:11,pearson:10,plot:2,posterior:9,power:8,prefac:12,probabl:4,problemat:11,program:0,python:[0,7,8,9,10,12],random:6,regress:11,relationship:10,resampl:6,row:1,rubber:0,sampl:[5,6],scatter:2,score:3,select:1,simpl:[3,7,9],simul:[6,7,8],singl:2,sourc:12,squar:10,start:0,statist:[8,9],summar:1,test:[7,10],theorem:[5,9],think:2,through:2,time:6,two:2,understand:1,using:1,valid:11,valu:[1,7],variabl:[0,1,2,3],vector:0,visual:2,web:0,why:[0,12],work:[0,1],your:1}})
\ No newline at end of file