Skip to content

Commit

Permalink
rpowell22 published a site update
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelasq committed Oct 20, 2024
1 parent 2516b1a commit eba217c
Show file tree
Hide file tree
Showing 27 changed files with 2,310 additions and 2,089 deletions.
88 changes: 46 additions & 42 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@

<meta property="og:title" content="Page not found | Exploring Complex Survey Data Analysis Using R" />
<meta property="og:type" content="book" />
<meta property="og:image" content="/images/BookCover_Final.jpg" />
<meta property="og:image" content="/images/cover.png" />
<meta property="og:description" content="Page not found | Exploring Complex Survey Data Analysis Using R: A Tidy Introduction with {srvyr} and {survey}" />
<meta name="github-repo" content="tidy-survey-r/tidy-survey-book" />

<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Page not found | Exploring Complex Survey Data Analysis Using R" />

<meta name="twitter:description" content="Page not found | Exploring Complex Survey Data Analysis Using R: A Tidy Introduction with {srvyr} and {survey}" />
<meta name="twitter:image" content="/images/BookCover_Final.jpg" />
<meta name="twitter:image" content="/images/cover.png" />

<meta name="author" content="Stephanie A. Zimmer, Rebecca J. Powell, and Isabella C. Velásquez" />


<meta name="date" content="2024-09-18" />
<meta name="date" content="2024-10-20" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />


<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon" />


<script src="libs/jquery/jquery-3.6.0.min.js"></script>
Expand Down Expand Up @@ -90,43 +90,46 @@
-khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none;
padding: 0 4px; width: 4em;
color: #aaaaaa;
background-color: #ffffff;
color: #a0a0a0;
}
pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; }
pre.numberSource { margin-left: 3em; border-left: 1px solid #a0a0a0; padding-left: 4px; }
div.sourceCode
{ }
{ color: #1f1c1b; background-color: #ffffff; }
@media screen {
pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
}
code span.al { color: #ff0000; font-weight: bold; } /* Alert */
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
code span.at { color: #7d9029; } /* Attribute */
code span.bn { color: #40a070; } /* BaseN */
code span.bu { color: #008000; } /* BuiltIn */
code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
code span.ch { color: #4070a0; } /* Char */
code span.cn { color: #880000; } /* Constant */
code span.co { color: #60a0b0; font-style: italic; } /* Comment */
code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
code span.do { color: #ba2121; font-style: italic; } /* Documentation */
code span.dt { color: #902000; } /* DataType */
code span.dv { color: #40a070; } /* DecVal */
code span.er { color: #ff0000; font-weight: bold; } /* Error */
code span.ex { } /* Extension */
code span.fl { color: #40a070; } /* Float */
code span.fu { color: #06287e; } /* Function */
code span.im { color: #008000; font-weight: bold; } /* Import */
code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
code span.kw { color: #007020; font-weight: bold; } /* Keyword */
code span.op { color: #666666; } /* Operator */
code span.ot { color: #007020; } /* Other */
code span.pp { color: #bc7a00; } /* Preprocessor */
code span.sc { color: #4070a0; } /* SpecialChar */
code span.ss { color: #bb6688; } /* SpecialString */
code span.st { color: #4070a0; } /* String */
code span.va { color: #19177c; } /* Variable */
code span.vs { color: #4070a0; } /* VerbatimString */
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
code span { color: #1f1c1b; } /* Normal */
code span.al { color: #bf0303; background-color: #f7e6e6; font-weight: bold; } /* Alert */
code span.an { color: #ca60ca; } /* Annotation */
code span.at { color: #0057ae; } /* Attribute */
code span.bn { color: #b08000; } /* BaseN */
code span.bu { color: #644a9b; font-weight: bold; } /* BuiltIn */
code span.cf { color: #1f1c1b; font-weight: bold; } /* ControlFlow */
code span.ch { color: #924c9d; } /* Char */
code span.cn { color: #aa5500; } /* Constant */
code span.co { color: #898887; } /* Comment */
code span.cv { color: #0095ff; } /* CommentVar */
code span.do { color: #607880; } /* Documentation */
code span.dt { color: #0057ae; } /* DataType */
code span.dv { color: #b08000; } /* DecVal */
code span.er { color: #bf0303; text-decoration: underline; } /* Error */
code span.ex { color: #0095ff; font-weight: bold; } /* Extension */
code span.fl { color: #b08000; } /* Float */
code span.fu { color: #644a9b; } /* Function */
code span.im { color: #ff5500; } /* Import */
code span.in { color: #b08000; } /* Information */
code span.kw { color: #1f1c1b; font-weight: bold; } /* Keyword */
code span.op { color: #1f1c1b; } /* Operator */
code span.ot { color: #006e28; } /* Other */
code span.pp { color: #006e28; } /* Preprocessor */
code span.re { color: #0057ae; background-color: #e0e9f8; } /* RegionMarker */
code span.sc { color: #3daee9; } /* SpecialChar */
code span.ss { color: #ff5500; } /* SpecialString */
code span.st { color: #bf0303; } /* String */
code span.va { color: #0057ae; } /* Variable */
code span.vs { color: #bf0303; } /* VerbatimString */
code span.wa { color: #bf0303; } /* Warning */
</style>

<style type="text/css">
Expand Down Expand Up @@ -170,7 +173,8 @@
<nav role="navigation">

<ul class="summary">
<li><a href="./">Exploring Complex Survey Data Analysis Using R</a></li>
<li><a href="./">Exploring<br>Complex Survey<br>Data Analysis Using R</a></li>
<li class="toc-logo"><a href="./"><img src="images/logo.png"></a></li>

<li class="divider"></li>
<li class="chapter" data-level="" data-path="index.html"><a href="index.html"><i class="fa fa-check"></i>Welcome</a>
Expand Down Expand Up @@ -522,6 +526,10 @@ <h1>
<div class="page-inner">

<section class="normal" id="section-">
<link href="style.css" rel="stylesheet">
<div class="hero-image-container">
<img class= "hero-image" src="../images/header.png">
</div>
<div id="page-not-found" class="section level1">
<h1>Page not found</h1>
<p>The page you requested cannot be found (perhaps it was moved or renamed).</p>
Expand Down Expand Up @@ -559,11 +567,7 @@ <h1>Page not found</h1>
"whatsapp": false,
"all": ["facebook", "twitter", "linkedin", "github"]
},
"fontsettings": {
"theme": "white",
"family": "sans",
"size": 2
},
"fontsettings": false,
"edit": {
"link": null,
"text": null
Expand Down
88 changes: 46 additions & 42 deletions anes-cb.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@

<meta property="og:title" content="B ANES derived variable codebook | Exploring Complex Survey Data Analysis Using R" />
<meta property="og:type" content="book" />
<meta property="og:image" content="/images/BookCover_Final.jpg" />
<meta property="og:image" content="/images/cover.png" />
<meta property="og:description" content="B ANES derived variable codebook | Exploring Complex Survey Data Analysis Using R: A Tidy Introduction with {srvyr} and {survey}" />
<meta name="github-repo" content="tidy-survey-r/tidy-survey-book" />

<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="B ANES derived variable codebook | Exploring Complex Survey Data Analysis Using R" />

<meta name="twitter:description" content="B ANES derived variable codebook | Exploring Complex Survey Data Analysis Using R: A Tidy Introduction with {srvyr} and {survey}" />
<meta name="twitter:image" content="/images/BookCover_Final.jpg" />
<meta name="twitter:image" content="/images/cover.png" />

<meta name="author" content="Stephanie A. Zimmer, Rebecca J. Powell, and Isabella C. Velásquez" />


<meta name="date" content="2024-09-18" />
<meta name="date" content="2024-10-20" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />


<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon" />
<link rel="prev" href="importing-survey-data-into-r.html"/>
<link rel="next" href="recs-cb.html"/>
<script src="libs/jquery/jquery-3.6.0.min.js"></script>
Expand Down Expand Up @@ -90,43 +90,46 @@
-khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none;
padding: 0 4px; width: 4em;
color: #aaaaaa;
background-color: #ffffff;
color: #a0a0a0;
}
pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; }
pre.numberSource { margin-left: 3em; border-left: 1px solid #a0a0a0; padding-left: 4px; }
div.sourceCode
{ }
{ color: #1f1c1b; background-color: #ffffff; }
@media screen {
pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
}
code span.al { color: #ff0000; font-weight: bold; } /* Alert */
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
code span.at { color: #7d9029; } /* Attribute */
code span.bn { color: #40a070; } /* BaseN */
code span.bu { color: #008000; } /* BuiltIn */
code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
code span.ch { color: #4070a0; } /* Char */
code span.cn { color: #880000; } /* Constant */
code span.co { color: #60a0b0; font-style: italic; } /* Comment */
code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
code span.do { color: #ba2121; font-style: italic; } /* Documentation */
code span.dt { color: #902000; } /* DataType */
code span.dv { color: #40a070; } /* DecVal */
code span.er { color: #ff0000; font-weight: bold; } /* Error */
code span.ex { } /* Extension */
code span.fl { color: #40a070; } /* Float */
code span.fu { color: #06287e; } /* Function */
code span.im { color: #008000; font-weight: bold; } /* Import */
code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
code span.kw { color: #007020; font-weight: bold; } /* Keyword */
code span.op { color: #666666; } /* Operator */
code span.ot { color: #007020; } /* Other */
code span.pp { color: #bc7a00; } /* Preprocessor */
code span.sc { color: #4070a0; } /* SpecialChar */
code span.ss { color: #bb6688; } /* SpecialString */
code span.st { color: #4070a0; } /* String */
code span.va { color: #19177c; } /* Variable */
code span.vs { color: #4070a0; } /* VerbatimString */
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
code span { color: #1f1c1b; } /* Normal */
code span.al { color: #bf0303; background-color: #f7e6e6; font-weight: bold; } /* Alert */
code span.an { color: #ca60ca; } /* Annotation */
code span.at { color: #0057ae; } /* Attribute */
code span.bn { color: #b08000; } /* BaseN */
code span.bu { color: #644a9b; font-weight: bold; } /* BuiltIn */
code span.cf { color: #1f1c1b; font-weight: bold; } /* ControlFlow */
code span.ch { color: #924c9d; } /* Char */
code span.cn { color: #aa5500; } /* Constant */
code span.co { color: #898887; } /* Comment */
code span.cv { color: #0095ff; } /* CommentVar */
code span.do { color: #607880; } /* Documentation */
code span.dt { color: #0057ae; } /* DataType */
code span.dv { color: #b08000; } /* DecVal */
code span.er { color: #bf0303; text-decoration: underline; } /* Error */
code span.ex { color: #0095ff; font-weight: bold; } /* Extension */
code span.fl { color: #b08000; } /* Float */
code span.fu { color: #644a9b; } /* Function */
code span.im { color: #ff5500; } /* Import */
code span.in { color: #b08000; } /* Information */
code span.kw { color: #1f1c1b; font-weight: bold; } /* Keyword */
code span.op { color: #1f1c1b; } /* Operator */
code span.ot { color: #006e28; } /* Other */
code span.pp { color: #006e28; } /* Preprocessor */
code span.re { color: #0057ae; background-color: #e0e9f8; } /* RegionMarker */
code span.sc { color: #3daee9; } /* SpecialChar */
code span.ss { color: #ff5500; } /* SpecialString */
code span.st { color: #bf0303; } /* String */
code span.va { color: #0057ae; } /* Variable */
code span.vs { color: #bf0303; } /* VerbatimString */
code span.wa { color: #bf0303; } /* Warning */
</style>

<style type="text/css">
Expand Down Expand Up @@ -170,7 +173,8 @@
<nav role="navigation">

<ul class="summary">
<li><a href="./">Exploring Complex Survey Data Analysis Using R</a></li>
<li><a href="./">Exploring<br>Complex Survey<br>Data Analysis Using R</a></li>
<li class="toc-logo"><a href="./"><img src="images/logo.png"></a></li>

<li class="divider"></li>
<li class="chapter" data-level="" data-path="index.html"><a href="index.html"><i class="fa fa-check"></i>Welcome</a>
Expand Down Expand Up @@ -522,6 +526,10 @@ <h1>
<div class="page-inner">

<section class="normal" id="section-">
<link href="style.css" rel="stylesheet">
<div class="hero-image-container">
<img class= "hero-image" src="../images/header.png">
</div>
<div id="anes-cb" class="section level1 hasAnchor" number="16">
<h1><span class="header-section-number">B</span> ANES derived variable codebook<a href="anes-cb.html#anes-cb" class="anchor-section" aria-label="Anchor link to header"></a></h1>
<p>The full codebook with the original variables is available at <span class="citation">American National Election Studies (<a href="#ref-anes-cb">2022</a>)</span>.</p>
Expand Down Expand Up @@ -7582,11 +7590,7 @@ <h3>References<a href="references.html#references" class="anchor-section" aria-l
"whatsapp": false,
"all": ["facebook", "twitter", "linkedin", "github"]
},
"fontsettings": {
"theme": "white",
"family": "sans",
"size": 2
},
"fontsettings": false,
"edit": {
"link": null,
"text": null
Expand Down
Loading

0 comments on commit eba217c

Please sign in to comment.