I'm a graduate teaching assistant in stats and have never seen a table. we always used seeds in r to make random samples lol this makes sense tho. tedious, but workable. thx!
@atienoperes72333 жыл бұрын
Wow😊 you really saved me...my exams nearing and was worried about sampling 💪👏
@cessag367 Жыл бұрын
THIS IS THE BEST VIDEO IN THE HISTORY OF KZbin!!!!
@fortnitexo8711 Жыл бұрын
Hi. I know that on a TI 83 or 84 your can set the random seed. This way all of you students will produce the same random numbers. ex 3894 sto Rand (You get to pick the number part and give the number to your students.) Also, most software lets you set the seed also.
@MathandStatsHelp Жыл бұрын
It definitely does do that. Unfortunately, with a textbook online homework platform, they still need to know how to use a random number table
@poenyaniabudi89852 ай бұрын
4118 berapa mainnya
@earthlyariel3 жыл бұрын
Awesome explanation! Great job and thank you!
@MathandStatsHelp3 жыл бұрын
Glad it helped you!
@MoonLight-kh7rm7 күн бұрын
Thanks your video saved me
@AgnivoDey4 ай бұрын
Thanks a lot for this detailed explanation.
@ankitadey6491 Жыл бұрын
Thank you maam..... you teaching it very easily 💓💙💓💙
@MathandStatsHelp Жыл бұрын
You're welcome
@imunnn31772 жыл бұрын
You are the best! Thank you so much for the explanation
@MathandStatsHelp2 жыл бұрын
You're welcome.
@ZimiMkabile-j4x6 ай бұрын
Omg you just saved my semester test mark!😭
@mariaalkadi742811 ай бұрын
Really thank you l was in trouble situation ❤❤
@mdalaminkhan6095 Жыл бұрын
thanks for teaching easily
@hadijachande69542 жыл бұрын
It's good explanation I like it. Your professional one
@MathandStatsHelp2 жыл бұрын
Thank you!
@abbamuhammadidris27242 жыл бұрын
This is very incredible, keep up the good work.
@MathandStatsHelp2 жыл бұрын
Thank you
@abbamuhammadidris27242 жыл бұрын
@@MathandStatsHelp please can we communicate privately? I had a project to carry out which deals with clusters sampling, I have little or know knowledge on how to set up my data.. Thank you
@Masked_Manhunter3 жыл бұрын
Thank you
@jakeavilla27403 жыл бұрын
Thank you for the vid, sometimes mystatlab doesn't do a good job at explaining!
@kevinelmore8504 Жыл бұрын
I remember using a similar table in the '90s. Makes me wonder how these numbers were generated. The book I used was likely published before computers became ubiquitous. Without a computer, did someone pull chits out of a bag to generate the pages upon pages of randomized digits? I shudder to think.
@MathandStatsHelp Жыл бұрын
The tables in the 90s were similar to this table. Here's a little history courtesy of Wikipedia : en.m.wikipedia.org/wiki/Random_number_table
@843292 Жыл бұрын
This seems like a dumb question, but how did you choose Row 2 Column 3 as your beginning point? Is that just your random choice, or did something else inform that decision? Thanks!
@MathandStatsHelp Жыл бұрын
It was just a random choice.
@843292 Жыл бұрын
@@MathandStatsHelp Great! Thank you! I've been an engineer for 17 years now and never utilized a random number table before. I figured at some point it was a matter of closing your eyes and pointing to the table, but I didn't know about the method of running across the row ignoring spaces to get the next values. This video was very helpful!
@batitokhalid85246 ай бұрын
Thank u very much ❤❤❤❤❤❤
@artemioalanan13733 жыл бұрын
Thank you~
@lanceynaobes2217 Жыл бұрын
Excellent
@diyavinod63044 жыл бұрын
Good video 👍
@maryknollhilario3632 жыл бұрын
Where did you get the random numbers?? Please answer my question.
@MathandStatsHelp2 жыл бұрын
This excerpt was from the text I teach from. There are random number tables online or in the back of most stats textbooks. For homework problems, typically they give you in excerpt in the problem.
@maryknollhilario3632 жыл бұрын
@@MathandStatsHelp I thought you got it from excel where u are going to copy and paste some formula.
@mariamabalde14732 жыл бұрын
Thank miss
@MathandStatsHelp2 жыл бұрын
You're welcome
@shubhamkishordevghare58263 жыл бұрын
Thank you 🙏
@AnkushKumar-gk5cj3 жыл бұрын
Send your number I have one equation to solve
@hiraabad1142 Жыл бұрын
Why I didn't start to choose from start of numbering rather than 3row
@MathandStatsHelp Жыл бұрын
You can start randomly anywhere on the number table. You could start at the beginning, but sometimes texts tell you to start in a certain row or column, so I just wanted to address that.
@lindumuzishabangu12076 ай бұрын
Aren’t we supposed to go down and not horizontal?
@MathandStatsHelp6 ай бұрын
I've always gone across. Most homework platforms are programmed to go across. If your text tells you to go down, then that's what I would follow. You just want to make sure that you are following the technique that you will be graded with.
@Junaidnazar-be4vy2 жыл бұрын
Thank you. Understood
@MathandStatsHelp2 жыл бұрын
You're welcome
@nana360632 жыл бұрын
Thank you Understood. 🙂
@MathandStatsHelp2 жыл бұрын
You're welcome!
@ghazalswar99903 жыл бұрын
Could you please help me to find the answer of that question “Select 50 students out of 200 students using the simple random sampling”
@MathandStatsHelp3 жыл бұрын
I'm not sure what you are asking for. If you had to do this in the real world, you would most likely let technology select the random sample. Are you supposed to do it with a random number table? It could take a very long time to get 50 people selected with a random number table.
@ghazalswar99903 жыл бұрын
@@MathandStatsHelp I supposed to use random number tables, but like you said it take too much time, I think I should find another way to solve that question, thanks for your reply ;)
@rathoresatyandra3 жыл бұрын
hi there, can you please explain the Replacement and Without Replacement concept????????????????????
@MathandStatsHelp3 жыл бұрын
Replacement means that after drawing the item out and seeing what you get, you put it back into the container or deck of cards before selecting the next one. With replacement keeps the amount of items the same. Without replacement means that you select an item and don't put it back. You now have one less item then you did before. Hope that makes sense.
@delfinprovido70993 жыл бұрын
What about the researcher wish to select 35 students to 2500 populations can i use 4 digit is it possible? Or i only use 2 digits?
@MathandStatsHelp3 жыл бұрын
You can, but it's much easier to use technology for large selections.
@Craigamonster4 жыл бұрын
I was just wondering as our statistics teacher linked this for a project. If the amount of students was 100, would the value still be 3 digits, or 2?
@MathandStatsHelp4 жыл бұрын
It would be 2, because you can use 00 for 100. 00-99 is 100 digits.
@Craigamonster4 жыл бұрын
@@MathandStatsHelp Thank you so much for your quick answer
@rainiertheodoreflores20763 жыл бұрын
May I ask when picking your respondents from the Random number table can you start anywhere you want?
@MathandStatsHelp3 жыл бұрын
If it's not for a specific homework problem, yes you can start anywhere on the table.
@rainiertheodoreflores20763 жыл бұрын
@@MathandStatsHelp Thankyou very much!
@mdalaminkhan6095 Жыл бұрын
excellent accent
@mahfuzulhaquenayeem8561 Жыл бұрын
Thanks a lot for this content. I have a question - 1. How do you get these 5-digit number?
@MathandStatsHelp Жыл бұрын
The numbers are an excerpt from a random number table. You can find random number tables online and at the end of most Statistics textbooks. If you are in a Stats course, most of the time the specific table is given in the homework problem so that everyone gets the same result from the same table.
@mahfuzulhaquenayeem8561 Жыл бұрын
@@MathandStatsHelp Thanks a lot for your reply. Currently I am admitted into a 36-credit Master Program of Applied Statistics and Data Science. Prior to it I did not have any kind of statistical background. Now, I am going through the first semester. So, things are very new to me. Thanks again, for your reply. I will write to you again. Wishing you good luck.
@MathandStatsHelp Жыл бұрын
I hope your masters program goes well.
@mahfuzulhaquenayeem8561 Жыл бұрын
@@MathandStatsHelp Well, great that you asked. Honestly, I am struggling a lot and this study program is bringing my past back again in this present. I studied Public Administration in my bachelor and Masters level quite a long ago. And, we did not have to learn any quantitative issues in detail. So, I did not studied. Now. the only backup is that I had all the quantitative/scientific courses in all my academic years until the end of higher secondary level (18 years of education) where I just could not remember any relatively complex processes at times of the examination. And now, in this present course, relatively easy quantitative processes seems to be hard to remember. I will just have to try harder.
@RhianDenisse7 ай бұрын
I LOVE YOUUUU❤
@poenyaniabudi89852 ай бұрын
83 06
@ZoyaKhan-uw2fv2 жыл бұрын
Very nice madam. I love you 😘
@vector83102 жыл бұрын
Like your video but I can't help to conclude that you contradict yourself in your open. You say no one uses random tables anymore because it's tedious but then you explain that it's the easiest way to pick a random sample. So is it easy or tedious?
@MathandStatsHelp2 жыл бұрын
It's the easiest way to guarantee that all students on a test pick the same random sample for ease of grading. In the real world, it's much better to use a random generator to gather the sample. The textbook/classroom world isn't always the same as the real world.
@etherealvox20103 жыл бұрын
I thought 070 is the same as 70 .
@MathandStatsHelp3 жыл бұрын
It is. You just have to look at three digits and the leading 0 is the same as the 70.
@SDevi-kp1cn Жыл бұрын
👃👃👃👃👃👃🌹🌹🌹🌹🌹🌹🌹
@vimal__dubey66463 жыл бұрын
Wrong procedure! There is no need to ignore any number
@MathandStatsHelp3 жыл бұрын
You don't if you have exactly 100 or 1000, but otherwise you do. If you only have 335 people who are assigned a number from 001-335, if you get the number 562, there is no person to select, so you have to ignore it.