diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-10 08:26:44 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-10 08:26:44 +0200 |
commit | 7777ff3b019e54364947ff393e2dab782d7cfe3c (patch) | |
tree | b1a86eebd0722550e46d344b59afbba56660ca65 /docs/reference/mmkin.html | |
parent | c40f1a3d353b847582b7fb631698c31f1a2254e4 (diff) |
Improve nlme function docs
Diffstat (limited to 'docs/reference/mmkin.html')
-rw-r--r-- | docs/reference/mmkin.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/docs/reference/mmkin.html b/docs/reference/mmkin.html index 8e1ea54f..c1f62be7 100644 --- a/docs/reference/mmkin.html +++ b/docs/reference/mmkin.html @@ -72,7 +72,7 @@ datasets specified in its first two arguments." /> </button> <span class="navbar-brand"> <a class="navbar-link" href="../index.html">mkin</a> - <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.9.49.9</span> + <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.9.49.10</span> </span> </div> @@ -183,8 +183,9 @@ for parallel execution.</p></td> <h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2> - <p>A matrix of <code><a href='mkinfit.html'>mkinfit</a></code> objects that can be indexed using - the model and dataset names as row and column indices.</p> + <p>A two-dimensional <code><a href='https://rdrr.io/r/base/array.html'>array</a></code> of <code><a href='mkinfit.html'>mkinfit</a></code> + objects that can be indexed using the model names for the first index (row index) + and the dataset names for the second index (column index).</p> <h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2> <div class='dont-index'><p><code><a href='Extract.mmkin.html'>[.mmkin</a></code> for subsetting, <code><a href='plot.mmkin.html'>plot.mmkin</a></code> for @@ -207,15 +208,12 @@ for parallel execution.</p></td> <span class='no'>time_1</span> <span class='kw'><-</span> <span class='fu'><a href='https://rdrr.io/r/base/system.time.html'>system.time</a></span>(<span class='no'>fits.4</span> <span class='kw'><-</span> <span class='fu'>mmkin</span>(<span class='no'>models</span>, <span class='no'>datasets</span>, <span class='kw'>cores</span> <span class='kw'>=</span> <span class='fl'>1</span>, <span class='kw'>quiet</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>)) <span class='no'>time_default</span></div><div class='output co'>#> User System verstrichen -#> 18.739 0.379 6.198 </div><div class='input'><span class='no'>time_1</span></div><div class='output co'>#> User System verstrichen -#> 19.910 0.000 19.925 </div><div class='input'> +#> 16.471 0.352 5.654 </div><div class='input'><span class='no'>time_1</span></div><div class='output co'>#> User System verstrichen +#> 19.578 0.000 19.590 </div><div class='input'> <span class='fu'><a href='endpoints.html'>endpoints</a></span>(<span class='no'>fits.0</span><span class='kw'>[[</span><span class='st'>"SFO_lin"</span>, <span class='fl'>2</span>]])</div><div class='output co'>#> $ff #> parent_M1 parent_sink M1_M2 M1_sink #> 0.7340480 0.2659520 0.7505686 0.2494314 #> -#> $SFORB -#> logical(0) -#> #> $distimes #> DT50 DT90 #> parent 0.8777689 2.915885 |