Learn R Programming

BayesBP (version 1.1)

simulated_data_2: Generate simulated data 2

Description

Given rate function 2 generated data.

Usage

data(simulated_data_2)

Arguments

Format

list of matrix

Examples

Run this code
# NOT RUN {
ages <- 35:85
years <- 1988:2007
FT2 <- function(x,y){0.00148*sin(0.5*pi*x*(y+0.2))+0.00002}
simulated_data_2 <- gen_data(ages,years,FT2,M)
# }

Run the code above in your browser using DataLab