R_programming

Learning Sampling Distribution in R Programming

Sampling distribution is the set of possible outcomes when we collect data through the randomization …

Check My Tools to Create and Manipulate Golems

Since two weeks before I published this post, I have started read the book Statistical Rethinking: A …

Rethink Significance

To trace the fallacy of use hypothesis testing, I am programming the examples in Dr. Adrianus D. de …

Vectors in mathematics and in codes

When a set of data/observations is imported to R, it is usually treated as vector. Vector has two …