cookie

We use cookies to improve your browsing experience. By clicking «Accept all», you agree to the use of cookies.

avatar

Research Methods in AL

Administrator: Dr. Hessamedin Ghanbar @Hessam198 برای مشاوره و انجام پروژه ها پیغام دهید

Show more
Advertising posts
898
Subscribers
+124 hours
+77 days
+3230 days

Data loading in progress...

Subscriber growth rate

Data loading in progress...

The trend in temperature over the years. (R script) # Install packages install.packages("ggplot2") install.packages("Kendall") # Load necessary libraries library(ggplot2) library(Kendall) # Sample data representing annual temperature measurements over 8 years temperature <- c(15, 16, 17, 19, 18, 20, 21, 22) years <- 1:8 # Calculate Kendall's tau and its associated p-value tau_result <- cor.test(temperature, years, method = "kendall") # Print Kendall's tau and its associated p-value print(tau_result) # Calculate the trend line trend_line <- predict(loess(temperature ~ years)) # Create a trend line plot ggplot() + geom_point(aes(x = years, y = temperature), color = "blue") + geom_line(aes(x = years, y = trend_line), color = "red") + labs(x = "Year", y = "Temperature", title = "Trend Line Plot") + theme_minimal()
Show all...
2👏 1
MANN-KENDALL TREND TEST ****************************** Mann-Kendall trend test is a nonparametric test used to identify a trend in a series, even if there is a seasonal component in the series. Key aspects of the Mann-Kendall trend test Monotonic Trend: Assesses if data shows a consistent increase or decrease over time, without specifying the trend’s form. Non-parametric Nature: Makes minimal assumptions about data distribution, suitable for non-normal data. Null Hypothesis: Assumes no monotonic trend. Rejecting it indicates a significant trend presence. Ranking: Involves ranking data points and comparing consecutive pairs to discern trend direction. Test Statistic: Generates a statistic (usually “𝓢” or “tau”) signifying trend direction (positive for increase, negative for decrease). P-Value: Assesses trend significance, with smaller values suggesting a significant trend. How to implement? R program and its “zyp” package
Show all...
1
Photo unavailableShow in Telegram
Trend Analysis in SPSS using repeated measures designs.
Show all...
👍 1 1
4_5981054036298700183.pdf0.64 KB
7👏 1
Photo unavailableShow in Telegram
When to use ethnography?
Show all...
6
Photo unavailableShow in Telegram
All key sources for Grounded Theory approach in qualitative research
Show all...
👍 5 2🔥 2
Photo unavailableShow in Telegram
Qualitative research methods and their respective purpose and data analysis goal...some of them like phenomenology can be both a method and approach. This can help us to choose the one which is the best fit for our studies
Show all...
10
Photo unavailableShow in Telegram
📚 PREET Center presents: @preetcenter 🔴 Workshop on Statistics in Applied Linguistics with a Problem-based Approach: Basic Issues 🔹 Instructor: Dr. Hessameddin Ghanbar 🔹 Duration: Three weeks (six sessions) 🔹 Schedule: Thursdays and Fridays from 17 to 18:30 🔹 The workshops will be held on the Adobe Connect platform and will have the support. 📣 Registration has started. (Limited capacity) ▪️ For more information and registration: Telegram: @preetadmin WhatsApp & SMS: +989359289774 ▪️ Supported by: Telegram: @Zahraa_Keshvari ▪️For each participant in the workshop, a digital certificate signed by Prof. Minoo Alemi, Prof. Zia Tajeddin, and Dr. Hessameddin Ghanbar will be issued.
Show all...
5🔥 1
Choose a Different Plan

Your current plan allows analytics for only 5 channels. To get more, please choose a different plan.