You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use evaluate the interspecific interactions between mosquito species using the unpenalized function. When I add the lambda1 variable to the code I get an error. "unused argument (lambda1 = 0.1)"
example from the test dataset with the package
MRF_mod<- MRFcov(data = Bird.parasites, n_nodes = 4, family = 'binomial', lambda1 = 0.1)
have you seen this before and can you point me in the right direction for resolving this?
thanks!
The text was updated successfully, but these errors were encountered:
Hi There,
I am trying to use evaluate the interspecific interactions between mosquito species using the unpenalized function. When I add the lambda1 variable to the code I get an error. "unused argument (lambda1 = 0.1)"
example from the test dataset with the package
MRF_mod<- MRFcov(data = Bird.parasites, n_nodes = 4, family = 'binomial', lambda1 = 0.1)
have you seen this before and can you point me in the right direction for resolving this?
thanks!
The text was updated successfully, but these errors were encountered: