search for: 93wilk_test

Displaying 1 result from an estimated 1 matches for "93wilk_test".

2024 Sep 02
2
Adding parameters for Benchmark normal distribution in shapiro.test
Hi, In ?shapiro.test, there seems to be no option to pass mean and sd information of the Normal distribution which I want to compare my sample data to. For example in the code below, I want to test my sample to N(0, 10). shapiro.test(rnorm(100, mean = 5, sd = 3)) Is there any way to pass the information of the benchmark normal distribution?