R/f1.R

Defines functions f1

f1 <- function(x1){
  y <- 4*x1^2+x1
  return(y)
}

Try the AFFECT package in your browser

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

AFFECT documentation built on July 9, 2023, 6:45 p.m.