Skip to content

just make notes for backup during the time in kintor, there is no sensitive information.此处仅为个人的学习笔记,记录对应统计分析的详细流程。

Notifications You must be signed in to change notification settings

the8thday/KintorModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cfb098c · Nov 5, 2023
May 13, 2022
Dec 21, 2022
Mar 1, 2022
Mar 1, 2022
Jul 28, 2023
Nov 5, 2023
Feb 24, 2023
May 31, 2023
May 24, 2023
Nov 5, 2023
Jul 12, 2022
Nov 5, 2023
Oct 8, 2023
May 31, 2023
Nov 5, 2023
Apr 7, 2023
Mar 1, 2022
May 17, 2023
May 16, 2023
Apr 3, 2023
Jun 6, 2023
Jul 19, 2023
Mar 1, 2022
Jun 2, 2023
May 8, 2023
Apr 11, 2023
Mar 1, 2022
Nov 5, 2023
Nov 5, 2023
Nov 5, 2023
Jul 19, 2023
Mar 6, 2023
Jul 19, 2023
Dec 1, 2022
Mar 1, 2022
Mar 1, 2022
Jun 30, 2023
Aug 7, 2023
Nov 5, 2023
Jul 19, 2023
Jul 19, 2023
Nov 5, 2023
Mar 1, 2022
Apr 7, 2023
Jul 19, 2022
Dec 21, 2022
Jul 12, 2022
Jun 2, 2022
May 8, 2023
Aug 1, 2023
Jul 28, 2023
Dec 26, 2022
Sep 8, 2022
Aug 30, 2023
Jun 21, 2023
Jul 20, 2023
Feb 9, 2023
Mar 21, 2023
Nov 5, 2023
Nov 5, 2023
Mar 1, 2022
Nov 5, 2023
Jan 4, 2023
May 8, 2023
May 23, 2023
May 23, 2023
Jul 19, 2023
Jun 13, 2023
Jul 26, 2023
May 17, 2023
Nov 5, 2023
Nov 5, 2023
Nov 5, 2023
Nov 5, 2023
May 13, 2022
Apr 21, 2023
Mar 22, 2023
Mar 20, 2023
Jul 13, 2022
Nov 5, 2023
Jul 14, 2023
Feb 16, 2023
May 23, 2023
Jul 6, 2023
Nov 5, 2023
Jul 20, 2023
Nov 5, 2023
Mar 22, 2023
Jul 20, 2023
Jul 13, 2022
Oct 19, 2022
Nov 5, 2023
May 13, 2022
Nov 5, 2023
Feb 28, 2023
Jun 7, 2022
Nov 5, 2023
Jul 19, 2023

Repository files navigation

KintorModel

The goal of KintorModel is a backup of scripts for model build.

it uses tidymodels as the main package, and introduce detail steps in clinical research.

library(tidymodels)
#> Registered S3 method overwritten by 'tune':
#>   method                   from   
#>   required_pkgs.model_spec parsnip
#> ── Attaching packages ────────────────────────────────────── tidymodels 0.1.4 ──
#> ✓ broom        0.7.9      ✓ recipes      0.1.17
#> ✓ dials        0.0.10     ✓ rsample      0.1.0 
#> ✓ dplyr        1.0.7      ✓ tibble       3.1.5 
#> ✓ ggplot2      3.3.5      ✓ tidyr        1.1.4 
#> ✓ infer        1.0.0      ✓ tune         0.1.6 
#> ✓ modeldata    0.1.1      ✓ workflows    0.2.4 
#> ✓ parsnip      0.1.7      ✓ workflowsets 0.1.0 
#> ✓ purrr        0.3.4      ✓ yardstick    0.0.8
#> ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──
#> x purrr::discard() masks scales::discard()
#> x dplyr::filter()  masks stats::filter()
#> x dplyr::lag()     masks stats::lag()
#> x recipes::step()  masks stats::step()
#> • Learn how to get started at https://www.tidymodels.org/start/

Clinial research always use linear regression, logistic regression, Cox regression. Easystats make this much easier!

library(easystats)
#> # Attaching packages: easystats 0.4.2
#> ✔ insight     0.14.4     ✔ datawizard  0.2.1   
#> ✔ bayestestR  0.11.0     ✔ performance 0.8.0   
#> ✔ parameters  0.14.0.1   ✔ effectsize  0.5     
#> ✔ modelbased  0.7.0      ✔ correlation 0.7.1   
#> ✔ see         0.6.8      ✔ report      0.4.0

About

just make notes for backup during the time in kintor, there is no sensitive information.此处仅为个人的学习笔记,记录对应统计分析的详细流程。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published