Skip to content

Typo fixes #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/blog/2025/05-01_visible/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ seo: "Tracking Long Covid with Visible app: 1 year of health data. Insights & pa
It's not a picnic, and recovery is a slow and tedious process of extremely slowly trying to increase what I can manage to do within a single day.

Pretty early on, I started tracking my symptoms and experiences.
Well, I am a quanitiative scientist, am I not?
Well, I am a quantitative scientist, am I not?

I got myself a mid-tier Garmin watch, the Forerunner 165 Music, to monitor my heart in particular, throughout the day.
I felt it racing for absolutely nothing (just walking inside, or taking a shower).
Expand Down Expand Up @@ -89,10 +89,10 @@ unique(visible$tracker_name)

Great.
The data are decently structured.
Not overly fond of having all values ac "character", but given the format I guess its the easiest way to deal with that.
Not overly fond of having all values as "character", but given the format I guess its the easiest way to deal with that.
Through the categories and tracker names, I have a decent idea of how to go about looking at this.

The value column is a character vector though, which is incovenient.
The value column is a character vector though, which is inconvenient.
I know there is a "Note" field in there, so let's get that in its own column, and make sure the values are numeric.
We'll also simplify the column names just a little, for convenience.

Expand Down
Loading