What is dnorm in R (Examples)
This tutorial shows how you can use dnorm() in R with examples. The following is the syntax of dnorm(). dnorm(x, mean = 0, sd = 1, log = FALSE) mean: The mean of the normal distribution sample data. The default value is 0. sd: The standard deviation. The default value is 1. log: logical; if TRUE, returned log() value … Read more