-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.html
37 lines (27 loc) · 1.32 KB
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>R4Kappa: library for statistical sampling of kappa parameter space</title>
<div id="r4kappa-library-for-statistical-sampling-of-kappa-parameter-space" class="section level1">
<h1>R4Kappa: library for statistical sampling of kappa parameter space</h1>
<p>The package provides a infrastructure required to simulate kappa model with various parameter sets and analyse results of such simulations.</p>
<div id="installation" class="section level2">
<h2>Installation</h2>
<p>The binary distribution of the library is stored in the dist folder. To install download archive and run:</p>
<pre><code>R CMD INSTALL rkappa_version_number.tar.gs</code></pre>
</div>
<div id="models" class="section level2">
<h2>Models</h2>
<p>Models for the paper “RKappa: Statistical sampling suite for Kappa models” are located in the directory models.</p>
</div>
<div id="license" class="section level2">
<h2>License</h2>
<p>This library is licenced under the GNU General Public Licence Version 3 (GPLv3), included as <strong>LICENSE.txt</strong>.</p>
</div>
</div>
</body>
</html>