Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmahr committed Feb 19, 2019
1 parent ad15c67 commit 9cce003
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions _R/2019-02-15-anatomy-of-a-logistic-growth-curve.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ I will cover a few different topics:

## Growth towards a ceiling

<!-- In Septemer, I started a job as a data scientist for an NIH project studying how -->
<!-- In September, I started a job as a data scientist for an NIH project studying how -->
<!-- speech, language and communication development in children with cerebral palsy. -->
<!-- My title says assistant scientist, but I call myself a data scientist because I -->
<!-- still do all my work in RStudio and because it makes feel cool. And I study -->
<!-- development -->


Children can be hard to understand; they are learning to talk after all. You
probably can imagine a four-year-old asking politely asking for something:
probably can imagine a four-year-old politely asking for something:
"pwetty pwease". This understandability problem is compounded for children with
cerebral palsy, because these kids will often have speech-motor impairments on
top of the usual developmental patterns. My current project is a statistical
Expand Down Expand Up @@ -201,7 +201,7 @@ then decelerates. The rate of change on the curve is changing constantly along
the course of the curve. Therefore, it doesn't make sense to talk about the
scale as the growth rate or as the slope in any particular location. It's better
to think of it as a growth factor, or umm, *scale*. I say that it "controls" the
slope of the curve, because changing the scale will affect the overall stepness
slope of the curve, because changing the scale will affect the overall steepness
of the curve.

Here is the derivative of the logistic curve. This function tells you the rate
Expand Down Expand Up @@ -396,7 +396,7 @@ or how to blank out subexpressions in an easier way, I would love to hear it.
at 0. There is a four-parameter version of the curve that estimates the
other asymptote.

[^reparameter]: We could reparameterize the equation to multiple *scyle* by
[^reparameter]: We could reparameterize the equation to multiply *scale* by
*asymptote / 4*, so that the scale parameter comes out to be the slope at
the midpoint automatically. If you are using a non-Bayesian procedure and
want a confidence interval on the slope at the midpoint, then that
Expand Down
8 changes: 4 additions & 4 deletions _posts/2019-02-15-anatomy-of-a-logistic-growth-curve.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ I will cover a few different topics:

## Growth towards a ceiling

<!-- In Septemer, I started a job as a data scientist for an NIH project studying how -->
<!-- In September, I started a job as a data scientist for an NIH project studying how -->
<!-- speech, language and communication development in children with cerebral palsy. -->
<!-- My title says assistant scientist, but I call myself a data scientist because I -->
<!-- still do all my work in RStudio and because it makes feel cool. And I study -->
<!-- development -->


Children can be hard to understand; they are learning to talk after all. You
probably can imagine a four-year-old asking politely asking for something:
probably can imagine a four-year-old politely asking for something:
"pwetty pwease". This understandability problem is compounded for children with
cerebral palsy, because these kids will often have speech-motor impairments on
top of the usual developmental patterns. My current project is a statistical
Expand Down Expand Up @@ -215,7 +215,7 @@ then decelerates. The rate of change on the curve is changing constantly along
the course of the curve. Therefore, it doesn't make sense to talk about the
scale as the growth rate or as the slope in any particular location. It's better
to think of it as a growth factor, or umm, *scale*. I say that it "controls" the
slope of the curve, because changing the scale will affect the overall stepness
slope of the curve, because changing the scale will affect the overall steepness
of the curve.

Here is the derivative of the logistic curve. This function tells you the rate
Expand Down Expand Up @@ -431,7 +431,7 @@ or how to blank out subexpressions in an easier way, I would love to hear it.
at 0. There is a four-parameter version of the curve that estimates the
other asymptote.

[^reparameter]: We could reparameterize the equation to multiple *scyle* by
[^reparameter]: We could reparameterize the equation to multiply *scale* by
*asymptote / 4*, so that the scale parameter comes out to be the slope at
the midpoint automatically. If you are using a non-Bayesian procedure and
want a confidence interval on the slope at the midpoint, then that
Expand Down

0 comments on commit 9cce003

Please sign in to comment.