https://github.com/ashander/matrixmodels
https://github.com/ashander/matrixmodels
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashander/matrixmodels
- Owner: ashander
- Created: 2012-04-27T17:44:12.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2015-08-29T21:25:49.000Z (almost 11 years ago)
- Last Synced: 2025-03-24T02:47:11.306Z (about 1 year ago)
- Language: R
- Size: 114 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
## Overview
I've called the package 'tamp' but the directory is named matrixmodels
On Mac and Unix, can install package using devtools
````R
install.packages('devtools')
library(devtools)
install_github(repo='matrixmodels',username='ashander')
````
For windows, can download a zip of the package using button above.
## Development instructions
Edit and add new functions in the files in the R/ directory.
For conceptually separable sets of functions, add a new file.
On Mac/Unix for best results use Hadley Wickham's `devtools`. Note you must also install `roxygen2`.
For common tasks, etc, see the [devtools github page](https://github.com/hadley/devtools)
As a quick start, modify away in the R/ directory and then run install('matrixmodels') or
load_all('matrixmodels') again in R to have updates your interactive session.
On other platforms, develop and/or modify code and document using the ROxygen style.
For ROxygen style, just follow what is currently in the R/*.R files.
## Additional documentation
The _x_`.iid` functions are all designed to compute based on random identically distributed draws _of complete matrices_.