Good day house.
Please is there R package and code to calculate MEAN +/- SEM? I know of MEAN +/- SD, but I have not come across MEAN +/- SEM.
Besides, is it possible to generate data set given Mean and SEM like if given Mean and SD?
For example, if given Mean as 5 and SD as 1.4; I can get 10 data sets using the code rnorm(10, mean = 5, sd = 1.4). Is there anything like this for Mean with SEM in R?
SD = Standard Deviation
SEM = Standard Error of Mean
Thanks