nicholasjclark / MRFcov

Markov random fields with covariates
23 stars 5 forks source link

unused argument lambda1 #30

Open juliema opened 3 years ago

juliema commented 3 years ago

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!