# Modifiying basic properties of the plotggplot(crickets, aes(x = temp, y = rate)) +geom_point(color ="green",size =2,alpha = .3,shape ="diamond") +labs(x ="Temperature",y ="Chirp rate",title ="Cricket chirps",caption ="Source: McDonald (2009)")
# Learn more about the options for the geom_abline()# with ?geom_point# Adding another layerggplot(crickets, aes(x = temp, y = rate)) +geom_point() +geom_smooth(method ="lm",se =FALSE) +labs(x ="Temperature",y ="Chirp rate",title ="Cricket chirps",caption ="Source: McDonald (2009)")
The scientific method is an empirical method for gaining knowledge.
It involves careful observation and interpretion of this observation.
it involves creating a hypothesis and, through reasoning and experiment, is solved.
Development of knowledge before an experiment through Characterizations, hypotheses, and predictions and experiments are necessary.
A scientific method can be thought as :
Define a question -Gather information and resources -Form a hypothesis -Test the hypothesis by performing an experiment and collecting data in a reproducible manner (For future testing) -Analyze the data -Interpret the data and draw conclusions that serve as a starting point for a new hypothesis -Publish results -Retest (frequently done by other scientists to find knowledge gaps)
How to write a storng hypothesis.
A good hypothesis should have following questions involved in the question:
It should review and identify a knowledge gap in the field of study.
The study should be repliable and provide results if the conditions are set the same.
The statement should be brief and not too descriptive.
The statement should provide a clear notion regarding the knowledge gap.
It should have a null and alternate hypothesis. Alternate hypothesis will be the opposite of null hypothesis.