Results 1 to 20 of 66

Thread: Help Required : Random Sampling of Data

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    VBAX Mentor
    Joined
    Nov 2020
    Location
    Cochin, Kerala
    Posts
    314
    Location
    Hi Paul, in the proportionate method if I choose the column revenue with a sample size of 40 and proceed, it gives me 200 samples?
    Will you be able to look into this?

    if I remove the below line, I'm getting 7 samples

        If n < numRecordsProportional Then
            For iStrata = 1 To numStrata
                If aryStrataSamples(iStrata) = 0 Then aryStrataSamples(iStrata) = 1
            Next iStrata
        End If
    How can I make it at least nearest to the sample size?
    Last edited by anish.ms; 08-01-2021 at 01:20 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •