lalma / RacoonOlyLarvalSurvival

Osstrea lurida larval survial
0 stars 0 forks source link

data quirks #3

Closed pmcelhany closed 2 years ago

pmcelhany commented 2 years ago

@lalma I worked on the simulation loop and push a new version. It is still broken, but the data are not what I expected. The jar numbers do not have a unique relationship with temperature and site. In this code, I create what I think are unique jars and there are 68 of them (you said their are 48 jars). Am I using the wrong data or interpreting it wrong?

lalma commented 2 years ago

Looking into this now!

On Tue, Sep 28, 2021 at 3:17 PM Paul McElhany @.***> wrote:

@lalma https://github.com/lalma I worked on the simulation loop and push a new version. It is still broken, but the data are not what I expected. The jar numbers do not have a unique relationship with temperature and site. In this code https://github.com/lalma/RacoonOlyLarvalSurvival/blob/main/R/RaccoonLikelyhoodLarvaeInJar.R#L106-L114, I create what I think are unique jars and there are 68 of them (you said their are 48 jars). Am I using the wrong data or interpreting it wrong?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/lalma/RacoonOlyLarvalSurvival/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGMPTETAEZAQDKXHSMIN4GDUEI5EJANCNFSM5E6OEDZA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Lindsay Alma PhD candidate School of Aquatic & Fishery Sciences University of Washington @.***

lalma commented 2 years ago

@pmcelhany I figured out what was up with the jar counts. I apparently copied and pasted the jar numbers incorrectly. It should read as 48 jars now with the updated real data file.

I am also getting warning messages when I read in files. They dont seem to change any of the data or code- Warning messages: 1: Unknown or uninitialised column: treatment. 2: Unknown or uninitialised column: jar_id. 3: Unknown or uninitialised column: site.

pmcelhany commented 2 years ago

Ok. I'm working on the loop again, so please don't edit the code.

pmcelhany commented 2 years ago

Is the data problem solved? can we close this issue?