-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.rmd
More file actions
27 lines (18 loc) · 1.07 KB
/
README.rmd
File metadata and controls
27 lines (18 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: "fmrireg"
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# In Development
<!-- badges: start -->
[](https://github.com/bbuchsbaum/fmrireg/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
```{r, echo = FALSE}
version <- as.vector(read.dcf('DESCRIPTION')[, 'Version'])
version <- gsub('-', '.', version)
```
The `fmrireg` package is currently in development. The goal of the project is to provide functions for carrying out regression anaysis with *f*MRI data. It's Not Ready for Primetime, but still have a look at vignettes:
## Vignettes
See examples of use of `fmrireg` in the [vignettes](https://bbuchsbaum.github.io/fmrireg/articles/index.html).