Jihong Zhang's website
Jihong Zhang's website
About Me
Posts
Experience
Publications
Contact
Light
Dark
Automatic
English
中文 (简体)
Posts
Some Thoughts After Reading <Statistical Rethinking>
Last night, I read the 1st chapter of Statistical Rethinking: A Bayesian Course with Examples in R and Stan from Richard McElreath. I found this is nice book to share with my friends.
Nov 21, 2019
3 min read
blog
Use R as a bash language
R language could be easily used as a bash script using Rscript *.R. system() is a R base function which could run command line within R. Below is a simple example which allows to automate create a new blog post: (1) Ask users to type in filename, title and language (2) Create a new markdown file in specific directory (i.
Last updated on May 2, 2022
2 min read
blog
Introduction to Latent Attribute Network Analysis
A brief introduction of using Network Model to visualize latent attributes’ hierarchy of Diagnostic Modeling.
Jihong Zhang
Last updated on May 2, 2022
2 min read
blog
SMEP 2019 Poster Session Materials
See the handout and download the poster here.
Last updated on Jul 4, 2021
1 min read
Which Country own the most Liberty Nobel Prizes? France? Ireland?
It is of my interest to use ggplot package to visualize some fun data. In this post, I tried to play with a Nobel Prizes Data including countries, prize year,
Jihong Zhang
Last updated on May 2, 2022
3 min read
Plots
Make a Game in R
Recently I found a interesting R package call nessy which allows you to create a simple game driven by shiny. Thus. I tried a little bit about this package. Making a interactive app in R is promising in the files like teaching, presentation and visualization.
Last updated on May 2, 2022
2 min read
blog
Introduce gganimate for Psychometric
A new R packge (gganimate ) provides some new features for animation in R. Its big advantage is it could make use of ggplot API and embeded into ggplot. Next, I will use a sample data to show the example.
Last updated on May 2, 2022
1 min read
R
,
Tutorial
Lasso Regression Example using glmnet package in R
More details please refer to the link below: (https://web.stanford.edu/~hastie/glmnet/glmnet_alpha.html#lin) This post shows how to use glmnet package to fit lasso regression and how to visualize the output. The description of data is shown in here.
Last updated on May 2, 2022
4 min read
R
,
Manual
Visuliaztion of Item Information Curves In R
This blog is to show a new way to display item information curves using ggridges package. The ridge plot could show the IIF plots very clear when you have a large number of items.
Last updated on May 2, 2022
1 min read
blog
[Manual]Using Jags and R2jags in R
This post is aimed to introduce the basics of using jags in R programming. Jags is a frequently used program for conducting Bayesian statistics.Most of information below is borrowed from Jeromy Anglim’s Blog.
Last updated on May 2, 2022
5 min read
Manual
«
»
Cite
×