mpleung / ARD

Code for 'Recovering Network Structure from Aggregated Relational Data Using Penalized Regression'
7 stars 3 forks source link

Question about not being able to use R language estimation correctly #1

Open YMH964275 opened 8 months ago

YMH964275 commented 8 months ago

When I execute ‘M_hat <- accel_nuclear_gradient(types, ARDs, lmbd)‘, I get the following error:Error: tinyformat: Not enough conversion specifiers in format string

M_hat <- accel_nuclear_gradient(types, ARDs, lmbd) Error: tinyformat: Not enough conversion specifiers in format string

How can I solve this problem?

halidaee commented 8 months ago

Hello!

I can't seem to replicate the issue. Can you give a minimum reproducible example that shows what data you're assigning to the input values? (Once I see the issue, I'll also work on an update to improve errors in the future. We have some input validation testing, but clearly not enough.)

YMH964275 commented 8 months ago

Hello The program I'm running is the one you provided with your shrink and no changes have been made. Is it possible that the program error is due to a different version Thank you for your answer.

Rcode
halidaee commented 7 months ago

Hi,

I am unable to replicate the error as shown, running all the same commands in order. Perhaps there is a conflict between our package and another package you are also loading? What other libraries are you using?