Skip to content

Commit

Permalink
time to start writing
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Dec 19, 2012
1 parent a8ea0c1 commit aef1d1a
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions inst/doc/nonparametric-bayes.Rmd
@@ -1,17 +1,9 @@
Title
Structural Uncertainty
========================================================

This is an R Markdown document. Markdown is a simple formatting syntax for authoring web pages (click the **MD** toolbar button for help on Markdown).

When you click the **Knit HTML** button a web page will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:
Problem of structural uncertainty in managing ecological systems. Motivate via the widepread concern of tipping points, more general concerns of complex/nonlinear dynamics.

```{r}
summary(cars)
```

You can also embed plots, for example:

```{r fig.width=7, fig.height=6}
plot(cars)
```
Typical approaches using parametric models. motivation/strengths (mechanstic underpinnings, computationally simple/potentially analytic solutions. Parametric structure makes it difficult to represent uncertainty accurately in areas where data is not available.

0 comments on commit aef1d1a

Please sign in to comment.