GarrettLab / INA

R package for impact network analysis (INA)
https://www.garrettlab.com/ina/
5 stars 5 forks source link

amat not conforming #3

Open cbud opened 2 years ago

cbud commented 2 years ago

INA::INAscene(nreals = 10, ntimesteps = 10, doplot = T, readbpam = T, bpam= smadj, maneffdir = "decrease_estab", maneffmean = 1/14, maneffsd = 0.2, readgeocoords = T, geocoords = geocoords, readinitinfo = T, initinfo.norp = 'prop', initinfo.p = c(0.01,0.05,0.1,0.2,0.4, 0.6, 0.8), readinitbio = TRUE,initbio=initbio, readseam = FALSE, seamdist = "random", seamrandp = c(0, 0.01, 0.05, 0.1, 0.2), readprobadoptvec=F, readprobestabvec = T, probestabvec = prob_est, usethreshman = F ) Quitting from lines 70-73 (INA_only.Rmd) Error in vect1 %*% amat : non-conformable arguments Calls: ... eval -> -> multsame2 -> ntsteps2 -> spreadstep

cbud commented 2 years ago

INA::INAscene(nreals = 10, ntimesteps = 10, doplot = T, readbpam = T, bpam= smadj, maneffdir = "decrease_estab", maneffmean = 1/14, maneffsd = 0.2, readgeocoords = T, geocoords = geocoords, readinitinfo = T, initinfo.norp = 'prop', initinfo.p = c(0.01,0.05,0.1,0.2,0.4, 0.6, 0.8), readinitbio = TRUE,initbio=initbio, readseam = FALSE, seamdist = "random", seamrandp = c(0, 0.01, 0.05, 0.1, 0.2), readprobadoptvec=F, readprobestabvec = T, probestabvec = prob_est, usethreshman = F ) Error in vect1 %*% amat : non-conformable arguments Calls: ... eval -> -> multsame2 -> ntsteps2 -> spreadstep