-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 1.42 KB
/
DESCRIPTION
File metadata and controls
40 lines (40 loc) · 1.42 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: FSDM
Type: Package
Title: Fuzzy Systems Dynamics Model
Version: 0.71
Date: 06/14/19
Author: Brian Gregor [aut, cre],
Maintainer: Brian Gregor <gregorb@or-analytics.com>
Copyright: Brian Gregor, Oregon DOT
URL: https://github.com/gregorbj/FSDM
Description: This package implements the Fuzzy Systems Dynamics Model which
is similar to fuzzy cognitive maps (FCM) in representing a model of causal
effects as a digraph but uses different mathematical and algorithmic approach to
calculating the effects of the change in one concept on the change in another.
Whereas the in the FCM approach the states of concepts are related to one
another, in the FSDM approach the changes in the states of concepts are related
to one another. The changes in state are a function of edge weights in the
digraph which identify the causal strength and the respective values of the
anterior and posterior concepts in the relationship. Because change in the model
is a function of both the value of concepts and their changes, approach is
somewhat similar to the systems dynamics model approach but with a simpler
representation of dynamic relationships.
License: file LICENSE
LazyData: TRUE
Depends: R (>= 3.4.0)
Imports:
usethis,
DT,
DiagrammeR,
filesstrings,
fs,
jsonlite,
plotly,
shiny,
shinyBS,
shinyFiles
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 6.1.1