Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SIMO_output
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clblatte
SIMO_output
Commits
0397aa31
Commit
0397aa31
authored
3 years ago
by
clblatte
Browse files
Options
Downloads
Patches
Plain Diff
loadDB with new regime sample
parent
afbf4d82
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
loadDB_function.R
+1
-1
1 addition, 1 deletion
loadDB_function.R
with
1 addition
and
1 deletion
loadDB_function.R
+
1
−
1
View file @
0397aa31
...
...
@@ -21,7 +21,7 @@ library(stringr)
# ---------------------------
# Management regimes and their abbreviation, they are merged to the data by the branching group (script loadDB.R)
regime
<-
read.csv
(
paste0
(
path
,
"/params/regimes_FBE.csv"
),
regime
<-
read.csv
(
paste0
(
path
,
"/params/regimes_FBE
_10
.csv"
),
sep
=
","
,
stringsAsFactors
=
FALSE
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment