Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Dec 6, 2023
1 parent 837ed02 commit 2f22b82
Show file tree
Hide file tree
Showing 164 changed files with 67,844 additions and 0 deletions.
791 changes: 791 additions & 0 deletions docs/CITATION.html

Large diffs are not rendered by default.

969 changes: 969 additions & 0 deletions docs/LICENSE.html

Large diffs are not rendered by default.

1,534 changes: 1,534 additions & 0 deletions docs/NEWS.html

Large diffs are not rendered by default.

781 changes: 781 additions & 0 deletions docs/index.html

Large diffs are not rendered by default.

1,957 changes: 1,957 additions & 0 deletions docs/man/comparisons.html

Large diffs are not rendered by default.

1,068 changes: 1,068 additions & 0 deletions docs/man/datagrid.html

Large diffs are not rendered by default.

1,439 changes: 1,439 additions & 0 deletions docs/man/hypotheses.html

Large diffs are not rendered by default.

1,032 changes: 1,032 additions & 0 deletions docs/man/inferences.html

Large diffs are not rendered by default.

1,576 changes: 1,576 additions & 0 deletions docs/man/marginal_means.html

Large diffs are not rendered by default.

1,295 changes: 1,295 additions & 0 deletions docs/man/plot_comparisons.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,250 changes: 1,250 additions & 0 deletions docs/man/plot_predictions.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,283 changes: 1,283 additions & 0 deletions docs/man/plot_slopes.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
837 changes: 837 additions & 0 deletions docs/man/posterior_draws.html

Large diffs are not rendered by default.

1,657 changes: 1,657 additions & 0 deletions docs/man/predictions.html

Large diffs are not rendered by default.

988 changes: 988 additions & 0 deletions docs/man/print.marginaleffects.html

Large diffs are not rendered by default.

1,606 changes: 1,606 additions & 0 deletions docs/man/slopes.html

Large diffs are not rendered by default.

1,241 changes: 1,241 additions & 0 deletions docs/search.json

Large diffs are not rendered by default.

1,981 changes: 1,981 additions & 0 deletions docs/site_libs/bootstrap/bootstrap-icons.css

Large diffs are not rendered by default.

Binary file added docs/site_libs/bootstrap/bootstrap-icons.woff
Binary file not shown.
10 changes: 10 additions & 0 deletions docs/site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/site_libs/bootstrap/bootstrap.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/site_libs/clipboard/clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions docs/site_libs/kePrint-0.0.1/kePrint.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
$(document).ready(function(){
if (typeof $('[data-toggle="tooltip"]').tooltip === 'function') {
$('[data-toggle="tooltip"]').tooltip();
}
if ($('[data-toggle="popover"]').popover === 'function') {
$('[data-toggle="popover"]').popover();
}
});
272 changes: 272 additions & 0 deletions docs/site_libs/lightable-0.0.1/lightable.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,272 @@
/*!
* lightable v0.0.1
* Copyright 2020 Hao Zhu
* Licensed under MIT (https://github.com/haozhu233/kableExtra/blob/master/LICENSE)
*/

.lightable-minimal {
border-collapse: separate;
border-spacing: 16px 1px;
width: 100%;
margin-bottom: 10px;
}

.lightable-minimal td {
margin-left: 5px;
margin-right: 5px;
}

.lightable-minimal th {
margin-left: 5px;
margin-right: 5px;
}

.lightable-minimal thead tr:last-child th {
border-bottom: 2px solid #00000050;
empty-cells: hide;

}

.lightable-minimal tbody tr:first-child td {
padding-top: 0.5em;
}

.lightable-minimal.lightable-hover tbody tr:hover {
background-color: #f5f5f5;
}

.lightable-minimal.lightable-striped tbody tr:nth-child(even) {
background-color: #f5f5f5;
}

.lightable-classic {
border-top: 0.16em solid #111111;
border-bottom: 0.16em solid #111111;
width: 100%;
margin-bottom: 10px;
margin: 10px 5px;
}

.lightable-classic tfoot tr td {
border: 0;
}

.lightable-classic tfoot tr:first-child td {
border-top: 0.14em solid #111111;
}

.lightable-classic caption {
color: #222222;
}

.lightable-classic td {
padding-left: 5px;
padding-right: 5px;
color: #222222;
}

.lightable-classic th {
padding-left: 5px;
padding-right: 5px;
font-weight: normal;
color: #222222;
}

.lightable-classic thead tr:last-child th {
border-bottom: 0.10em solid #111111;
}

.lightable-classic.lightable-hover tbody tr:hover {
background-color: #F9EEC1;
}

.lightable-classic.lightable-striped tbody tr:nth-child(even) {
background-color: #f5f5f5;
}

.lightable-classic-2 {
border-top: 3px double #111111;
border-bottom: 3px double #111111;
width: 100%;
margin-bottom: 10px;
}

.lightable-classic-2 tfoot tr td {
border: 0;
}

.lightable-classic-2 tfoot tr:first-child td {
border-top: 3px double #111111;
}

.lightable-classic-2 caption {
color: #222222;
}

.lightable-classic-2 td {
padding-left: 5px;
padding-right: 5px;
color: #222222;
}

.lightable-classic-2 th {
padding-left: 5px;
padding-right: 5px;
font-weight: normal;
color: #222222;
}

.lightable-classic-2 tbody tr:last-child td {
border-bottom: 3px double #111111;
}

.lightable-classic-2 thead tr:last-child th {
border-bottom: 1px solid #111111;
}

.lightable-classic-2.lightable-hover tbody tr:hover {
background-color: #F9EEC1;
}

.lightable-classic-2.lightable-striped tbody tr:nth-child(even) {
background-color: #f5f5f5;
}

.lightable-material {
min-width: 100%;
white-space: nowrap;
table-layout: fixed;
font-family: Roboto, sans-serif;
border: 1px solid #EEE;
border-collapse: collapse;
margin-bottom: 10px;
}

.lightable-material tfoot tr td {
border: 0;
}

.lightable-material tfoot tr:first-child td {
border-top: 1px solid #EEE;
}

.lightable-material th {
height: 56px;
padding-left: 16px;
padding-right: 16px;
}

.lightable-material td {
height: 52px;
padding-left: 16px;
padding-right: 16px;
border-top: 1px solid #eeeeee;
}

.lightable-material.lightable-hover tbody tr:hover {
background-color: #f5f5f5;
}

.lightable-material.lightable-striped tbody tr:nth-child(even) {
background-color: #f5f5f5;
}

.lightable-material.lightable-striped tbody td {
border: 0;
}

.lightable-material.lightable-striped thead tr:last-child th {
border-bottom: 1px solid #ddd;
}

.lightable-material-dark {
min-width: 100%;
white-space: nowrap;
table-layout: fixed;
font-family: Roboto, sans-serif;
border: 1px solid #FFFFFF12;
border-collapse: collapse;
margin-bottom: 10px;
background-color: #363640;
}

.lightable-material-dark tfoot tr td {
border: 0;
}

.lightable-material-dark tfoot tr:first-child td {
border-top: 1px solid #FFFFFF12;
}

.lightable-material-dark th {
height: 56px;
padding-left: 16px;
padding-right: 16px;
color: #FFFFFF60;
}

.lightable-material-dark td {
height: 52px;
padding-left: 16px;
padding-right: 16px;
color: #FFFFFF;
border-top: 1px solid #FFFFFF12;
}

.lightable-material-dark.lightable-hover tbody tr:hover {
background-color: #FFFFFF12;
}

.lightable-material-dark.lightable-striped tbody tr:nth-child(even) {
background-color: #FFFFFF12;
}

.lightable-material-dark.lightable-striped tbody td {
border: 0;
}

.lightable-material-dark.lightable-striped thead tr:last-child th {
border-bottom: 1px solid #FFFFFF12;
}

.lightable-paper {
width: 100%;
margin-bottom: 10px;
color: #444;
}

.lightable-paper tfoot tr td {
border: 0;
}

.lightable-paper tfoot tr:first-child td {
border-top: 1px solid #00000020;
}

.lightable-paper thead tr:last-child th {
color: #666;
vertical-align: bottom;
border-bottom: 1px solid #00000020;
line-height: 1.15em;
padding: 10px 5px;
}

.lightable-paper td {
vertical-align: middle;
border-bottom: 1px solid #00000010;
line-height: 1.15em;
padding: 7px 5px;
}

.lightable-paper.lightable-hover tbody tr:hover {
background-color: #F9EEC1;
}

.lightable-paper.lightable-striped tbody tr:nth-child(even) {
background-color: #00000008;
}

.lightable-paper.lightable-striped tbody td {
border: 0;
}

Loading

0 comments on commit 2f22b82

Please sign in to comment.