🎓 Academic How to compute Sample Size? (thesis)

Status
Not open for further replies.
What have you done so far? I don't like spoonfeeding people when they have not provided their own solution when a simple search on the internet is enough.

Also, since hindi given your instructions, di ko alam yung tamang procedure.
 
What have you done so far? I don't like spoonfeeding people when they have not provided their own solution when a simple search on the internet is enough.

Also, since hindi given your instructions, di ko alam yung tamang procedure.
Sample size
POLICE : 48 = 88%
Residents : 383 = 0.43%

Eto po yung computation ko pero not sure po.
 
Sample size
POLICE : 48 = 88%
Residents : 383 = 0.43%

Eto po yung computation ko pero not sure po.
Ganyan din na kuha ko:

1662824587965.webp
Python:
def szu(z, e, P):
    return ((z**2)*P*(1-P))/e**2

def sz(N, z, e, P):
    return szu(z, e, P)/ (1 + szu(z, e, P)/N)

print(sz(54, 1.96, 0.05, 0.5))
print(sz(87693, 1.96, 0.05, 0.5))

47 with 88.89%
382 with 0.44%
 
Status
Not open for further replies.

Similar threads

About this Thread

  • 5
    Replies
  • 486
    Views
  • 2
    Participants
Last reply from:
42697262

Online now

Members online
420
Guests online
3,843
Total visitors
4,263

Forum statistics

Threads
2,308,622
Posts
29,186,260
Members
1,192,114
Latest member
bbbggh hhhb
Back
Top