Articles by jhk0530

Build serverless shiny application via Github page

August 31, 2023 | jhk0530

Simple guide for simple shiny application  TL;DR I made shiny application in github page with quarto. You can check code in my github repository and result, result2 How we use shiny Shiny is R package to make user utilize R with web browser without install it. So my company ...
[Read more...]

Introduction to data analysis with {Statgarten}.

March 10, 2023 | jhk0530

Overview Data analysis is a useful way to help solve problems in quite a few situations. There are many things that go into effective data analysis, but three are commonly mentioned 1. defining the problem you want to solve through data analysis 2. meaningful data collected 3. the skills (and expertise) to analyze ...
[Read more...]

Basic data analysis with palmerpenguins

July 10, 2020 | jhk0530

Introduction In June 17, nice article for introducing new trial dataset were uploaded via R-bloggers. iris, one of commonly used dataset for simple data analysis. but there is a little issue for using it.  Too good. Every data has well-structured and most of analysis method works with iris very well. In ...
[Read more...]