Quantcast
Channel: jhk0530 – R-posts.com
Browsing all 7 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Basic data analysis with palmerpenguins

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...

View Article


Image may be NSFW.
Clik here to view.

Introduction to data analysis with {Statgarten}.

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...

View Article


Image may be NSFW.
Clik here to view.

Creating Standalone Apps from Shiny with Electron [2023, macOS M1]

I assume that… You’re famillar with R / shiny  You know basic terminal command. You’ve heard about node.js, npm, or Javascript something… 1. Why standalone shiny app? First, let’s talk about the...

View Article

Image may be NSFW.
Clik here to view.

Build serverless shiny application via Github page

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...

View Article

Image may be NSFW.
Clik here to view.

Use google’s Gemini in R with R package “gemini.R”

Introduction Few days ago, Google presented their own multimodal-LLM named as “Gemini”. Also there was article named “How to Integrate google’s gemini AI model into R” that tells us how to use gemini...

View Article


Image may be NSFW.
Clik here to view.

Add shiny in quarto blog with shinylive

Shiny, without server In previous article, I introduced method to share shiny application in static web page (github page) At the core of this method is a technology called WASM, which is a way to load...

View Article

Image may be NSFW.
Clik here to view.

Is round(0.5) 0 or 1?

Actually, it’s both possible This Article was originally published before on YOZM-IT as Korean Various way of data science  There are many programming languages in the world and software that utilizes...

View Article
Browsing all 7 articles
Browse latest View live