View source: R/parallel_line_stt.R
A convenient way to analyse biaassay data using parallel-line method in K.K.K design.
1 | parallel_line_stt(AT,AU,sdose,tdose,udose,ns,nt,nu,ys,yt,yu,ratio,method=c("random","block"),select=c("2.2.2","3.3.3"))
|
AT |
Estimated potency of trial 1. |
AU |
Estimated potency of trial 2. |
sdose |
Dose of standard group in the experiment. |
tdose |
Dose of trial 1 group in the experiment. |
udose |
Dose of trial 2 group in the experiment. |
ns |
Sample number of each standard group in the experiment. |
nt |
Sample number of each trial 1 group in the experiment. |
nu |
Sample number of each trial 2 group in the experiment. |
ys |
Response values of standard group in the experiment. |
yt |
Response values of trial 1 group in the experiment. |
yu |
Response values of trial 2 group in the experiment. |
ratio |
Dose dilution ratio. |
method |
Design of experiment, random or random block. |
select |
Design of experiment, K.K.K. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.