-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathis_check_functions.Rmd
99 lines (77 loc) · 1.69 KB
/
is_check_functions.Rmd
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
---
title: "``brms::is.mvbrmsformula`` Extract Parameter Names"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
library(brms)
```
Checks if argument is a mvbrmsformula object
#### Description
Checks if argument is a mvbrmsformula object
#### Usage
<pre><code>
is.mvbrmsformula(x)
</code></pre>
#### Arguments
x An R object
is.mvbrmsterms Checks if argument is a mvbrmsterms object
#### Description
Checks if argument is a mvbrmsterms object
#### Usage
is.mvbrmsterms(x)
#### Arguments
* x An R object
See Also
parse_bf
80 kfold.brmsfit
## ``is.brmsfit_multiple`` Checks if argument is a brmsfit_multiple object
#### Description
Checks if argument is a brmsfit_multiple object
### Usage
<pre><code>
is.brmsfit_multiple(x)
</code></pre>
#### Arguments
* x An R object
## ``is.brmsformula`` Checks if argument is a brmsformula object
#### Description
Checks if argument is a brmsformula object
#### Usage
<pre><code>
is.brmsformula(x)
</code></pre>
#### Arguments
* x An R object
## ``is.brmsprior`` Checks if argument is a brmsprior object
#### Description
Checks if argument is a brmsprior object
Usage
is.brmsprior(x)
#### Arguments
x An R object
is.brmsterms Checks if argument is a brmsterms object
#### Description
Checks if argument is a brmsterms object
#### Usage
<pre><code>
is.brmsterms(x)
</code></pre>
#### Arguments
x An R object
See Also
parse_bf
## is.cor_brms Check if argument is a correlation structure
#### Description
Check if argument is one of the correlation structures used in brms.
#### Usage
<pre><code>
is.cor_brms(x)
is.cor_arma(x)
is.cor_sar(x)
is.cor_car(x)
is.cor_fixed(x)
is.cor_bsts(x)
</code></pre>
#### Arguments
x An R object.