Z-score calculations includin -1.5

Hie guys

Can someone please guide me with the correct syntax to calculate
weight/height z -scores including the -1.5sd

A better option may be to get access to a z-score table with a -1.5sd
column

Also please advise how I can handle calculations that fall out of range of
the table values eg. A child whose z-score is 2, if my table only has
values for -3sd, -2sd, -1sd and 0.

I don’t want it forcibly allocate a z-score within this range just because
the table does have a column that has the actual result.

Is it possible to generate an out of range exception or something like
that??

How could I handle this??

Eva

Hi Eva,

Are you following a particular implementation document to complete this
calculation?

Generally speaking, all z-score calculations are approximations between
two points, using a best fit, so it would be difficult to produce an out of
range value for a value that fit in between two other elements.

-Clayton

··· On Fri, Sep 15, 2017 at 8:13 AM, Eva wrote:

Hie guys

Can someone please guide me with the correct syntax to calculate
weight/height z -scores including the -1.5sd

A better option may be to get access to a z-score table with a -1.5sd
column

Also please advise how I can handle calculations that fall out of range of
the table values eg. A child whose z-score is 2, if my table only has
values for -3sd, -2sd, -1sd and 0.

I don’t want it forcibly allocate a z-score within this range just because
the table does have a column that has the actual result.

Is it possible to generate an out of range exception or something like
that??

How could I handle this??

Eva

--
You received this message because you are subscribed to the Google Groups
"commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Thank you Clayton...

I can skip the out of range part....

But Is there a way i can at least calculate the -1.5 zscore??

··· On Tue, Oct 3, 2017 at 10:59 PM, Clayton Sims wrote:

Hi Eva,

Are you following a particular implementation document to complete this
calculation?

Generally speaking, all z-score calculations are approximations between
two points, using a best fit, so it would be difficult to produce an out of
range value for a value that fit in between two other elements.

-Clayton

On Fri, Sep 15, 2017 at 8:13 AM, Eva eva.tsitsi@gmail.com wrote:

Hie guys

Can someone please guide me with the correct syntax to calculate
weight/height z -scores including the -1.5sd

A better option may be to get access to a z-score table with a -1.5sd
column

Also please advise how I can handle calculations that fall out of range
of the table values eg. A child whose z-score is 2, if my table only has
values for -3sd, -2sd, -1sd and 0.

I don’t want it forcibly allocate a z-score within this range just
because the table does have a column that has the actual result.

Is it possible to generate an out of range exception or something like
that??

How could I handle this??

Eva

--
You received this message because you are subscribed to the Google Groups
"commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the
Google Groups "commcare-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/
topic/commcare-users/AHjZOf7ceT8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
commcare-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Which Z-Score table are you using for your data? It should theoretically be
possible to add new calculations to the table for new ranges.

-Clayton

··· On Wed, Oct 4, 2017 at 1:44 AM, Eva Tsitsi Chigodo wrote:

Thank you Clayton...

I can skip the out of range part....

But Is there a way i can at least calculate the -1.5 zscore??

On Tue, Oct 3, 2017 at 10:59 PM, Clayton Sims csims@dimagi.com wrote:

Hi Eva,

Are you following a particular implementation document to complete this
calculation?

Generally speaking, all z-score calculations are approximations
between two points, using a best fit, so it would be difficult to produce
an out of range value for a value that fit in between two other elements.

-Clayton

On Fri, Sep 15, 2017 at 8:13 AM, Eva eva.tsitsi@gmail.com wrote:

Hie guys

Can someone please guide me with the correct syntax to calculate
weight/height z -scores including the -1.5sd

A better option may be to get access to a z-score table with a -1.5sd
column

Also please advise how I can handle calculations that fall out of range
of the table values eg. A child whose z-score is 2, if my table only has
values for -3sd, -2sd, -1sd and 0.

I don’t want it forcibly allocate a z-score within this range just
because the table does have a column that has the actual result.

Is it possible to generate an out of range exception or something like
that??

How could I handle this??

Eva

--
You received this message because you are subscribed to the Google
Groups "commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to commcare-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the
Google Groups "commcare-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/to
pic/commcare-users/AHjZOf7ceT8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
commcare-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups
"commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

hie...

im usin weight for height zscore table...

··· On Wed, Oct 4, 2017 at 7:46 PM, Clayton Sims wrote:

Which Z-Score table are you using for your data? It should theoretically
be possible to add new calculations to the table for new ranges.

-Clayton

On Wed, Oct 4, 2017 at 1:44 AM, Eva Tsitsi Chigodo eva.tsitsi@gmail.com wrote:

Thank you Clayton...

I can skip the out of range part....

But Is there a way i can at least calculate the -1.5 zscore??

On Tue, Oct 3, 2017 at 10:59 PM, Clayton Sims csims@dimagi.com wrote:

Hi Eva,

Are you following a particular implementation document to complete this
calculation?

Generally speaking, all z-score calculations are approximations
between two points, using a best fit, so it would be difficult to produce
an out of range value for a value that fit in between two other elements.

-Clayton

On Fri, Sep 15, 2017 at 8:13 AM, Eva eva.tsitsi@gmail.com wrote:

Hie guys

Can someone please guide me with the correct syntax to calculate
weight/height z -scores including the -1.5sd

A better option may be to get access to a z-score table with a -1.5sd
column

Also please advise how I can handle calculations that fall out of range
of the table values eg. A child whose z-score is 2, if my table only has
values for -3sd, -2sd, -1sd and 0.

I don’t want it forcibly allocate a z-score within this range just
because the table does have a column that has the actual result.

Is it possible to generate an out of range exception or something like
that??

How could I handle this??

Eva

--
You received this message because you are subscribed to the Google
Groups "commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to commcare-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the
Google Groups "commcare-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/to
pic/commcare-users/AHjZOf7ceT8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
commcare-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups
"commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the
Google Groups "commcare-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/
topic/commcare-users/AHjZOf7ceT8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
commcare-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.