Skip to content

Commit

Permalink
example estimate.lvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Holst committed Mar 9, 2017
1 parent aa992c4 commit 49f9b00
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
11 changes: 5 additions & 6 deletions R/estimate.lvm.R
Expand Up @@ -77,12 +77,11 @@
##' @examples
##' dd <- read.table(header=TRUE,
##' text="x1 x2 x3
##' 1.0 2.0 1.4
##' 2.1 4.1 4.0
##' 3.1 3.4 7.0
##' 4.2 6.1 3.5
##' 5.3 5.2 2.3
##' 1.1 1.6 2.9")
##' 0.0 -0.5 -2.5
##' -0.5 -2.0 0.0
##' 1.0 1.5 1.0
##' 0.0 0.5 0.0
##' -2.5 -1.5 -1.0")
##' e <- estimate(lvm(c(x1,x2,x3)~u),dd)
##'
##' ## Simulation example
Expand Down
8 changes: 5 additions & 3 deletions README.org
@@ -1,9 +1,11 @@
#+BEGIN_HTML
[[https://travis-ci.org/kkholst/lava][https://travis-ci.org/kkholst/lava.svg?branch=master]]

#+BEGIN_export HTML
<a href="https://travis-ci.org/kkholst/lava"><img src="https://travis-ci.org/kkholst/lava.svg?branch=master"></a>
<a href="https://codecov.io/github/kkholst/lava?branch=master"><img src="https://codecov.io/github/kkholst/lava/coverage.svg?branch=master"></a>
<a href="http://cran.rstudio.com/web/packages/lava/index.html"><img src="http://www.r-pkg.org/badges/version/lava"></a>
<a href="http://cranlogs.r-pkg.org/downloads/total/last-month/lava"><img src="http://cranlogs.r-pkg.org/badges/lava"></a>
#+END_HTML
#+END_export

Estimation and simulation of latent variable models

Expand Down Expand Up @@ -259,7 +261,7 @@ Add additional simulations and visualize results



* Setup :ignore:
* COMMENT Setup

#+TITLE: Latent Variable Models (=lava=)
#+AUTHOR: Klaus K. Holst
Expand Down
12 changes: 6 additions & 6 deletions man/estimate.lvm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49f9b00

Please sign in to comment.