R/f4.R

Defines functions f4

f4 <- function(x4){
  y <- 4*x4^3+x4^2
  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.