Skip to content

Commit

Permalink
Refactor mainAgeing function
Browse files Browse the repository at this point in the history
  • Loading branch information
marinak-ebi committed Aug 9, 2024
1 parent ec90eb2 commit 9521d23
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ mainAgeing = function(file = NULL ,
# Config files
message0('Loading configuration ...')
methodmap = readConf('MethodMap.conf')
equationmap = readConf('EquationMap.conf')
CategoryMap = readConf('CategoryMap.conf')
MergeCategoryParameters = read.csv(file = file.path(local(), 'MergeParameterList.txt'))
initial = readConf('Initialize.conf')
Expand Down Expand Up @@ -802,8 +801,7 @@ mainAgeing = function(file = NULL ,
data = a@datasetPL
) <= .2 &&
EnoughWeightForTheSexGenInteraction(a@datasetPL) ,
getEquation(var = parameter,
equationMap = equationmap),
'withWeight',
'withoutWeight'
)
} else{
Expand Down

0 comments on commit 9521d23

Please sign in to comment.