i forget what the n in the factorial theorem (n/r-1) is. Does anyone know?

In statistics, "n" typically stands for the number of scores in a sample.

I hope this helps. Thanks for asking.

Similar Questions
  1. def factorial(n):if n==1: else: return n* factorial(n-1) print("the factorial of ", 7, "is", factorial (7)) how could the
    1. answers icon 1 answer
    1. answers icon 1 answer
  2. Which code reflects the recursive case?(1 point) Responses else: return (x * factorial(x - 1)) else: return (x * factorial(x -
    1. answers icon 1 answer
    1. answers icon 1 answer
more similar questions