summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-01-28 16:20:54 +0530
committerSuraj Yerramilli2015-01-28 16:20:54 +0530
commitd22d9280eab3d6109c856e8e42ee65bd753c94f7 (patch)
tree3b5855b8e03c95d59b2d03dea469f9d8c7ff881f
parenta61d7c354f57322ad334df5ea6194514f22869c2 (diff)
downloadSysID-R-code-d22d9280eab3d6109c856e8e42ee65bd753c94f7.tar.gz
SysID-R-code-d22d9280eab3d6109c856e8e42ee65bd753c94f7.tar.bz2
SysID-R-code-d22d9280eab3d6109c856e8e42ee65bd753c94f7.zip
added installation instructions
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 56ac9dc..838d8d5 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,13 @@
# sysid - System Identification in R
-The package provides functions for constructing mathematical models of dynamic systems from measured input-output data. It lets you create and use models of dynamic systems not easily modeled from first principles or specifications. You can use time-domain and frequency-domain input-output data to identify discrete-time input-output models, transfer functions and state space models. \ No newline at end of file
+The package provides functions for constructing mathematical models of dynamic systems from measured input-output data. It lets you create and use models of dynamic systems not easily modeled from first principles or specifications. You can use time-domain and frequency-domain input-output data to identify discrete-time input-output models, transfer functions and state space models.
+
+## Installation
+
+You can install `sysid` from github using the `devtools` package.
+
+```coffee
+require(devtools)
+install_github("surajy123/R-sysid/")
+```
+> Note: Windows users need to install the `Rtools` package. \ No newline at end of file