diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-22 22:18:44 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-22 22:18:44 +0200 |
commit | 4a2809943b4bcb234f1eb979619c8cd27341c124 (patch) | |
tree | 81e5e6290c4506b11b85c7f85c371b21081abdd0 /vignettes/FOCUS_D.html | |
parent | 72846ba8a3d75eed97901670eafee36b84f359df (diff) |
Vignettes rebuilt by staticdocs::build_site() for static documentation on r-forge
Diffstat (limited to 'vignettes/FOCUS_D.html')
-rw-r--r-- | vignettes/FOCUS_D.html | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/vignettes/FOCUS_D.html b/vignettes/FOCUS_D.html index 53711e88..58399198 100644 --- a/vignettes/FOCUS_D.html +++ b/vignettes/FOCUS_D.html @@ -69,11 +69,8 @@ img { <p>This is just a very simple vignette showing how to fit a degradation model for a parent compound with one transformation product using <code>mkin</code>. After loading the library we look a the data. We have observed concentrations in the column named <code>value</code> at the times specified in column <code>time</code> for the two observed variables named <code>parent</code> and <code>m1</code>.</p> -<pre class="r"><code>library("mkin")</code></pre> -<pre><code>## Loading required package: minpack.lm -## Loading required package: rootSolve -## Loading required package: inline</code></pre> -<pre class="r"><code>print(FOCUS_2006_D)</code></pre> +<pre class="r"><code>library("mkin") +print(FOCUS_2006_D)</code></pre> <pre><code>## name time value ## 1 parent 0 99.46 ## 2 parent 0 102.04 @@ -140,8 +137,8 @@ img { <pre class="r"><code>summary(fit)</code></pre> <pre><code>## mkin version: 0.9.37 ## R version: 3.2.1 -## Date of fit: Mon Jun 22 18:45:34 2015 -## Date of summary: Mon Jun 22 18:45:34 2015 +## Date of fit: Mon Jun 22 22:17:05 2015 +## Date of summary: Mon Jun 22 22:17:05 2015 ## ## Equations: ## d_parent = - k_parent_sink * parent - k_parent_m1 * parent @@ -149,7 +146,7 @@ img { ## ## Model predictions using solution type deSolve ## -## Fitted with method Port using 153 model solutions performed in 0.609 s +## Fitted with method Port using 153 model solutions performed in 0.744 s ## ## Weighting: none ## |