No articles match
Building treeSS inputs from raw data: Florida mortality 20163 days ago
What this vignette adds | 1. Load the raw data | 2. Build the ICD-10 tree from the codes in the data | 3. Download polygons and centroids | 4. Assemble the long-format data.frame | 5. Run the tree-spatial scan | 6. Distinct secondary clusters (paper-faithful) | 7. Sequential scan when the MLC may shadow | 8. Visualise the clusters | Recap | References
Introduction to treeSS: reproducing Cançado et al. (2025)3 days ago
Overview | Infant mortality in Rio de Janeiro | Run the scan | Why the joint scan matters here | Multiple distinct clusters (paper-faithful) | Visualising the cluster | Secondary clusters when the MLC shadows weaker ones | When to use which | Computational notes | Other examples shipped with the package | References
mRpostman basics2 years ago
Introduction | Providers and their IMAP urls | Package Structure | 1) How do I start? (Connection configuration) | 2) Server capabilities | 3) Mailbox commands | 3.1) Listing folders | 3.2) Creating a new folder | 3.3) Selecting a folder | 3.4) Examining a folder | 3.5) Renaming a folder | 3.6) Flags listing | 4) Single-search | 4.1) Search by date | 4.1.1) By internal date | 4.1.1.1) Before a date | 4.1.1.2) Since a date | 4.1.1.3) By period | 4.1.1.4) On a specific date | 4.1.2) By origination date | 4.1.2.1) Sent before a date | 4.1.2.2) Sent since a date | 4.1.2.3) Sent by period | 4.1.2.4) Sent On a specific date | 4.2) Search by string | 4.3) Search by flag | 4.4) Search by size | 4.4.1) Smaller than | 4.4.1) Larger than | 4.5) Search by within extension | 4.5.1) Younger than | 4.5.2) Older than | 5) Custom-search | 6) Fetch | 6.1) Fetch body | 6.2) Fetch header | 6.3) Fetch text | 6.4) Fetch metadata | 7) Attachments | 7.1) Dependent attachment operations | 7.1.1) Listing attachments | 7.1.2) Extracting Attachments | 7.2) Direct attachment fetch operations | 7.2.1) Fetch attachments list | 7.2.2) Fetch attachments | 8) Complementary operations | 8.1) Copy message(s) | 8.2) Get minimum message id | 8.3) Get maximum message id | 8.4) Count messages | 8.5) Delete message(s) | 8.6) Expunge | 8.7) Add/Remove/Replace flags | 8.7.1) Add flags | 8.7.2) Replace flags | 8.7.3) Remove flags | 8.8) Move message(s) | References
Migrating old code to the new mRpostman's syntax6 years ago
Introduction | 1) Configuring the IMAP connection | Outlook - Office 365 | other mail providers that were tested: Gmail (imaps://imap.gmail.com), | Hotmail ("imaps://imap-mail.outlook.com"), Yahoo (imaps://imap.mail.yahoo.com/), | AOL (imaps://export.imap.aol.com/), Yandex (imaps://imap.yandex.com) | 2) Listing Server Capabilities | 3) Mailbox Commands | 3.1) Listing mail folders | 3.2) Folder selection | 3.3) Examining a mail folder | 3.4) Renaming a mail folder | 4) Single Search | Search by string - example 1 | Search by string - example 2 | Search by flag | 5) Custom Search | 6) Fetch | 6.1) Fetch body | 6.2) Fetch header | 6.3) Fetch text | 6.4) Fetch metadata | 7) Attachments | 7.1) Attachments listing | 7.2) Attachments Extraction | 8) Complementary Operations | 8.1) Copy message(s) | 8.2) Move message(s) (depends on MOVE capability) | 8.3) Search the minimum message ID with specific flag(s) (depends on ESEARCH capability) | 8.4) Search the maximum message ID with specific flag(s) (depends on ESEARCH capability) | 8.5) Delete message(s) | 8.6) Expunge | 8.7) Add/Remove/Replace flags | 8.7.1) Add flags | 8.7.2) Remove flags | 8.7.3) Replace flags
IMAP OAuth2.0 authentication in mRpostman6 years ago
Introduction | Step 1 - Creating a new API project | Step 2 - Creating new credentials | Step 3 - Saving the credentials | Step 4 - Using the httr package to retrieve the token | Step 5 - Testing the IMAP connection | Step 6 - Refreshing the token