« Explore New Zealand's Tourist Industry with R and Shiny | Main | Japan's ageing population, animated with R »

February 25, 2016

Comments

Feed You can follow this conversation by subscribing to the comment feed for this post.

Uhm
Sigma <- matrix(c(1, .5, .5, 1), 2)
Will give you
> matrix(c(1, .5, .5, 1),2)
[,1] [,2]
[1,] 1.0 0.5
[2,] 0.5 1.0

rather than
# [,1] [,2]
# [1,] 1.0 0.1
# [2,] 0.1 1.0

or am I missing something?

The comments to this entry are closed.

Search Revolutions Blog




Got comments or suggestions for the blog editor?
Email David Smith.
Follow revodavid on Twitter Follow David on Twitter: @revodavid
Get this blog via email with Blogtrottr