What is research: Summary of research concepts for introduction to R statistics

We ask the question, “Why?” This is because we are curious. Because we are curious. And various studies are conducted to obtain answers to interesting questions. To conduct research, you need data to create and test theories. There are quantitative and qualitative methods for verification. To use quantitative research methods, you must know numbers.

Original Korean article: What is research: Summary of research concepts for introduction to R statistics

If you first understand what research is, the direction of R statistical learning becomes much clearer. Before you memorize statistical functions or analysis procedures, you need to know the overall flow of developing a research question, collecting data, and interpreting the results. This article summarizes the meaning and basic structure of research that beginners in R statistics must know.

Research Methods
Research Methods

I. Research methods

To answer an interesting question, you need to take the following steps:

  1. Observation: The first step begins with observation. Observations can be stories that can be captured between actual events or people in everyday life.
  2. Theory: Initially create a theory that explains the observations.
  3. Hypothesis: Create a hypothesis to make a guess or inference from a theory. At this time, variables are defined and relationships between variables are established.
  4. Data collection: Collect relevant data to logically verify the theory. The form of data may vary depending on the type of information that matches the variable.
  5. Data analysis: Analyze collected data to verify or revise the theory.
Article image 2
Article image 2

Ⅱ. What is a meaningful hypothesis?

A good theory should be able to make statements (propositions) about the state of the world. In this case, the statement means something good. We make sense of the world through statements and make decisions that affect our future. Some statements can be verified through scientific activities, while others cannot be scientifically verified. Scientific statements can be confirmed or disproved by experiments. ‘IU is a popular singer’ – unscientific statement ‘IU is the singer with the highest album sales in Korea. ‘ – Scientific statement So, a meaningful hypothesis is one that creates a hypothesis that corresponds to a scientific statement with a good theory.

Ⅲ. Verification and disproof

In scientific research, verification and falsification play a key role in the process of evaluating the validity of scientific theories and accumulating scientific knowledge. Both verification and falsification are important in scientific research, but their roles are different.

  • Verification: The process of finding data that supports a hypothesis or theory and thereby increasing reliability.
  • Counterevidence: The process of proving a hypothesis or theory wrong due to a single counterexample.

Ⅱ – 1. Verification

Verification is the process of confirming whether a particular theory or hypothesis is actually correct. If the data obtained through verification supports a hypothesis or theory, the reliability of that theory is strengthened. However, verification alone cannot prove that the theory is absolutely true, because other possible explanations may exist.

[Example] Law of universal gravitation: Isaac Newton's law of universal gravitation explains the magnitude of gravitational force acting between two objects. To verify this, various experiments and observations were conducted. For example, by observing the orbital motion of planets or experimenting with objects falling on Earth, the results predicted by Newton's laws were compared with the actual results. Through these numerous successful verification cases, it is accepted that the law of universal gravitation exists.

Ⅲ – 2. Falsification

Falsification is the process of proving that a specific theory or hypothesis is wrong. Philosopher Karl Popper argued that falsifiability is important in scientific methodology. This is because no hypothesis can be proven completely true by an infinite number of test cases, but it can be proven wrong by a single counterexample.

[Example] Ether theory: Until the end of the 19th century, it was believed that light propagated through a medium called ‘ether.’ However, the Michelson-Morley experiment proved that light can propagate in a vacuum without ether. Ultimately, the ether theory was disproved. Accordingly, a new understanding of light became necessary, which led to Einstein's theory of relativity.

Good article to read together

  • str_squish function to remove unnecessary spaces
  • Creative thinking has become more important in the AI ​​era, and the power of questions and perspectives spoken of by Dr. Jeongwoon Kim
  • Human Values ​​in the AI ​​Era: What should people who cannot be replaced prepare?

Key Checklist

  • Is the research question clear?
  • Are the research object and scope determined?
  • Does the data collection method connect to the research question?
  • Have you decided on what criteria to interpret the analysis results?

Good R statistics articles to read together

  • Research Method Introduction to R Statistics: Understanding research design and analysis methods at a glance
  • Variables and Measurement R Statistics: Understanding independent variables, dependent variables and measurement levels
  • Measurement Error R Statistics: Easily Understand Random Error and Systematic Error
  • Validity/Reliability R Statistics: Criteria for judging a good measurement tool

FAQ

Why are research questions important?

Research questions are the criteria that guide data collection and analysis. If the question is ambiguous, it also changes which variables to look at, which statistical method to use, and how to interpret the results.

How are research and statistical analysis linked?

Research is the process of establishing questions, gathering and interpreting evidence, and statistical analysis is a tool to systematically check the evidence. So statistics have meaning within research design.

What research concepts do I need to know before learning R statistics?

It is a good idea to first understand your research questions, variables, measurements, sample, data collection, and analysis purposes. Knowing this concept will help you interpret your R code results as research rather than just numbers.

Related Reading

FAQ

What is this article about?

This article is an English translation and global-reader adaptation of the Korean post “What is research: Summary of research concepts for introduction to R statistics.” It preserves the original article’s main explanation, examples, and practical context.

Why is it translated into English?

The English version helps global readers access Thinknote articles through English search keywords while keeping the Korean source available as the original reference.

Where can I read the original Korean version?

You can read the original Korean article here: https://www.thinknote.co.kr/what-is-research-r-statistics/