R/generate_Y_mean.function.R

Defines functions generate_Y_mean.function

generate_Y_mean.function <- function(true_mean, theta, ..., true_X, n){
  return(f2ftheta(true_mean, true_X, n)(theta))
}

Try the distfreereg package in your browser

Any scripts or data that you put into this service are public.

distfreereg documentation built on April 4, 2025, 12:30 a.m.