kenhanscombe / ukbtools

An R package to manipulate and explore UK Biobank data
https://kenhanscombe.github.io/ukbtools/
96 stars 26 forks source link

Error in node$parent$priority[, node$name] : subscript out of bounds #45

Closed Nghiyalwa closed 2 years ago

Nghiyalwa commented 2 years ago

Hi All,

Kindly help,

How can i fix Error in node$parent$priority[, node$name] : subscript out of bounds? Below i have attached my YAML file and AHP r code. solar.txt

library(data.tree) vignette(package = 'data.tree')

library(ahp) pvAhp <- Load('solar.txt') Calculate(pvAhp) Visualize(pvAhp) Analyze(pvAhp) AnalyzeTable(pvAhp)

kenhanscombe commented 2 years ago

Perhaps you intended to post this somewhere else?