Closed norcalbiostat closed 4 months ago
The bulk of the 'saving only selected variables' subheader in 1.15 Export and Save was SPSS examples, so the reference to dplyr select() could be turned into either a callout box note or expanded with an example
Both! Use a green "TIP" callout box and put an example in there.
Also, let's change the "check your knowledge " box earlier to a yellow (caution?) Box
Sent from my T-Mobile 5G Device Get Outlook for Androidhttps://aka.ms/AAb9ysg
From: Annabelle Feller @.> Sent: Wednesday, June 19, 2024 9:44:41 AM To: annakfell/ascnv2 @.> Cc: Robin Donatello @.>; Author @.> Subject: Re: [annakfell/ascnv2] Updates to chapter 1 (Issue #9)
The bulk of the 'saving only selected variables' subheader in 1.15 Export and Save was SPSS examples, so the reference to dplyr select() could be turned into either a callout box note or expanded with an example
— Reply to this email directly, view it on GitHubhttps://github.com/annakfell/ascnv2/issues/9#issuecomment-2179112556, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACPRRGO7LGJ3UITIDY4HJ23ZIGYPTAVCNFSM6AAAAABJPFMF5SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZZGEYTENJVGY. You are receiving this because you authored the thread.Message ID: @.***>
The reference format @sec-name from {#sec-name} at the title should work once Ch12 is imported, it linked (but as Ch3) with a blank test file
Other updates
Right away this tells me that R thinks all variables are numeric integers, not categorical variables. Many of these will have to be changed. We’ll get to that in a moment.
needs to be pulled out of the tabset so it shows for both
::
right after the first usage at `janitor::clean_names()`` In 1.10
car
library, use the shortcut car::recode
recode
function is in dplyr also and works differently
@