Skip to content
Prev 382173 / 398502 Next

What is best way to calculate % of time?

I will not get into your explanation of details that, like John, I find
opaque. Please DO read Hadley's manifesto, as it appears that you need to
organize your data more appropriately.

AFAICS, however, strictly speaking your data cannot answer the question you
have posed. **Strictly speaking** to know the proportion of active time
bats spend feeding, **for each bat** you would need to know when it is
active and when it is feeding during that time. You could then summarize
this for all bats (e.g. take the average or median proportion) in a species
or whatever. As you cannot identify individual bats in your data, you
cannot do this -- i.e. you cannot answer your question.

So the question then becomes: precisely **how** exactly do you propose
using the data you have to determine when a *group* of bats are active and
when they are feeding? How are the groups explicitly identified and how are
their times active and feeding determined? In short, you need to have
information that is something like:

Bat.Group   date   active.time.start  active.time.end  feeding.time.start
feeding.time.end

( for a given date and bat group, there may be many multiple entries;
perhaps for a given group, date, and active time start and end, several
feeding time start/stop entries ( I have no idea how bats behave)).

Until you can expicitly explain how your data can generate such
information, I think it will be difficult/impossible to help you.

Cheers,
Bert


Bert Gunter

"The trouble with having an open mind is that people keep coming along and
sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )


On Wed, Dec 25, 2019 at 1:52 PM Neotropical bat risk assessments <
neotropical.bats at gmail.com> wrote: