Pawpawanalytics.com
  • About
Categories
All (4)
API (3)
asynch (1)
census (1)
chatGPT (1)
curl (2)
markov-chains (1)
python (1)
stats (1)
weather (1)

Idle musings of a professional R user. Hopefully you get something out of it. I certainly enjoy writing it.

ChatGPT for R Users

API
chatGPT
python
If you spend any time on the R subreddits or forums you’ve likely encountered some variation of a post where a newer user is asking how to perform a task in R, and somebody…
Dec 16, 2023
Kent Orr

Markov Chains in Base R

markov-chains
stats
weather
Markov Chains offer a way to understand sequential data – where the future state depends only on the current state, not on the sequence of events that preceded it. This…
Dec 11, 2023
Kent Orr

Asynch Get Requests with R

curl
API
asynch
Any budding data scientist is likely to come to an impasse where they learn they have to take on calling API endpoints to GET or to POST data. The httr package is a convenient and…
Nov 4, 2023
Kent Orr

Using the US Census Geocoder in R

curl
census
API
The US Census is kind enough to provide their geocoding service to the public. This service allows you to retrieve…
May 23, 2023
Kent Orr
No matching items