Hello!
I have been trying to use the inference function;
inference(y = data1$temperature, x= data1$country, data = X3041588,
statistic = c(("mean")),
type=c ("ci"),
null = 0,
alternative= c("twosided"),
method=c ("theoretical"),
conf_level = 0.99,
order= c("A", "B"))
After using this, Im constantly getting the error- Error in ci_two_mean_theo(y = y, x = x, conf_level = conf_level, y_name = y_name, :
could not find function "ci_two_mean_theo"
Please help out.