diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-08 07:50:36 +0200 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-08 08:03:18 +0200 | 
| commit | 17ef63f22008c80998cb2690a40ad1238d06a400 (patch) | |
| tree | e38e1c60ace4e19f62325a674be2d5aa13fe767b /inst/web/index.html | |
| parent | e15abefa041e12dc36cce1d827f51e6ce192cefb (diff) | |
Fix NAMESPACE, update static docs, simplify Makefilev0.1-37
Diffstat (limited to 'inst/web/index.html')
| -rw-r--r-- | inst/web/index.html | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/inst/web/index.html b/inst/web/index.html index 39c6b74..501c0d4 100644 --- a/inst/web/index.html +++ b/inst/web/index.html @@ -2,7 +2,7 @@  <html lang="en">    <head>      <meta charset="utf-8"> -<title>Index. chemCal 0.1-35.900</title> +<title>Index. chemCal 0.1-37</title>  <meta name="viewport" content="width=device-width, initial-scale=1.0">  <meta name="author" content=""> @@ -32,7 +32,7 @@      <div class="navbar">    <div class="navbar-inner">      <div class="container"> -      <a class="brand" href="#">chemCal 0.1-35.900</a> +      <a class="brand" href="#">chemCal 0.1-37</a>        <div class="nav">          <ul class="nav">            <li><a href="index.html"><i class="icon-home icon-white"></i> Index</a></li> @@ -49,13 +49,13 @@        <div class="row">    <div class="span8"> -    chemCal provides simple functions for plotting linear +    Simple functions for plotting linear  calibration functions and estimating standard errors for measurements  according to the Handbook of Chemometrics and Qualimetrics: Part A  by Massart et al. There are also functions estimating the limit  of detection (LOD) and limit of quantification (LOQ).  The functions work on model objects from - optionally weighted - linear -regression (lm) or robust linear regression (rlm from the MASS package). +regression (lm) or robust linear regression ('rlm' from the 'MASS' package).      <h2>Help topics</h2>  | 
