mlx_path <- system.file("extdata","mlx_example1_ind.mlxtran",package="pmxNODE")
est_parms <- pre_fixef_extractor_mlx(mlx_path)
rhs_plot <- rhs_plot_mlx(rhs="NNc + WT * NNct",
x_var = "NNc",
inputs = data.frame(NNc = 1:100,
NNct = seq(0,10,length.out=100),
WT = rep(50,100)),
est_parms=est_parms,
time_nn = c(FALSE, TRUE))
Run the code above in your browser using DataLab