nrode / Lifelihood

MIT License
2 stars 1 forks source link

estimation warning #26

Closed JosephBARBIERDARNAL closed 2 months ago

JosephBARBIERDARNAL commented 3 months ago

Write in a vignette about this warning:

> results <- lifelihood(
+    df = df,
+    path_config = "config2.yaml",
+    sex = "sex",
+    sex_start = "sex_start",
+    sex_end = "sex_end",
+    maturity_start = "mat_start",
+    maturity_end = "mat_end",
+    clutchs = clutchs,
+    death_start = "mor_start",
+    death_end = "mor_end",
+    covariates = c("geno", "type"),
+    matclutch = FALSE,
+    seeds = c(11, 22, 34, 44),
+    model_specs = c("lgn", "lgn", "exp"),
+    delete_temp_files = FALSE,
+    raise_estimation_warning = TRUE
+ )
[1] "Intermediate files are stored at: /Users/josephbarbier/Desktop/Lifelihood/lifelihood_11_22_34_44_id=gnvdja"
Warning messages:
1: In dir.create(temp_dir) :
  '/Users/josephbarbier/Desktop/Lifelihood/lifelihood_11_22_34_44_id=gnvdja' already exists
2: In check_valid_estimation(results_lifelihood = results) :
  Estimation of 'sex_ratio' is close to the minimum bound: sex_ratio≃1.00000000000001e-05. Consider decreasing minimum bound.
JosephBARBIERDARNAL commented 2 months ago

done with #41