inma<- ds.glm(
formula = ‘asthma_current_MeDALL~pets’, data = ‘Data’, family = ‘binomial’, checks=TRUE, datasources = opals
)
How many studies do you have in opal? If only inma thenit is ok but if you have more than one but you want to run the model only for inma you should specify it like datasources = opals[x]
Also it would be good to add checks=TRUE to see if there is ap roblem with the variables.
Just seen this quickly while on a train. Try removing the Data$ at the start of the variable names. Otherwise you are declaring Data as the data frame and calling it Data$ which is sort of like Data$Data$. May not be answer but try anyway. P
This may be a repeat message (as first attempt disappeared). I’ve seen this quickly on a train. Key issue should be either removing the data = argument or Data$ at the start of the names. Otherwise is Data$Data$. Also just seen this is already what Mariona suggested!! If it still doesn’t work repost it - I may have time on my next train to look again.
It was a “hardware” problem, it’s already solved. Opal/Datashiled runs over a Virtual Machine (centos 7.5) and the underlying hardware really cannot run some instructions at machine code level (invalid opcode).
Checking the linux kernel log, we found the following error: