View source: R/plot_td_dcrit_equ.R
plot_td_dcrit_equ | R Documentation |
The values at each point (time, dose) is the gradient at the point
times the inverse of the FIM of the calculated optimal design (at the assumes
parameters) times the gradient.
If the resulting surface is below zero, the design is optimal and in the support
points the value is zero.
Due to computational inaccuracies, the maximal value is usually not exactly zero.
plot_td_dcrit_equ( td_opt_des, time_lim = NULL, dose_lim = NULL, n_grid = 61, title = NULL, return_values = FALSE, plot_theta = 120, plot_phi = 30, plot_r = sqrt(3) )
td_opt_des |
Optimal design for td2pLL model calculated with td_opt |
time_lim |
( |
dose_lim |
( |
n_grid |
( |
title |
( |
return_values |
( |
plot_theta, plot_phi, plot_r |
Angles theta, phi and r passed to persp |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.