Emmanuel Patrick Iwe
Emmanuel Patrick Iwe
  • Видео 27
  • Просмотров 33 508
HOW TO OBTAIN MEAN SCORE AND STANDARD DEVIATION FOR LIKERT SCALE DATA IN EXCEL IN 5 MINUTES!!!
A likert scale is a rating scale that assesses opinions, attitudes, or behaviours quantitatively.
Просмотров: 178

Видео

Cumulant generating function
Просмотров 644 месяца назад
Cumulant generating function
How to run an ARCH1 model in R Part 2
Просмотров 718 месяцев назад
An ARCH (Autoregressive Conditional Heteroskedasticity) model, often denoted as "ARCH(1)," is a time series model that is used to describe and analyze the conditional heteroskedasticity or volatility clustering in financial and economic time series data.
How to run an ARCH1 Model in R Part 1
Просмотров 858 месяцев назад
An ARCH (Autoregressive Conditional Heteroskedasticity) model, often denoted as "ARCH(1)," is a time series model that is used to describe and analyze the conditional heteroskedasticity or volatility clustering in financial and economic time series data.
How to Simulate Data in R (PART 1)
Просмотров 70010 месяцев назад
Simulation of data allows for validity of statistical hypothesis, it can help to check whether a statistical method and test is performing as expected. Furthermore researchers can check their models applied to simulated data to whether it will accurately represent the characteristics of real data.
How to run Variance Covariance matrix in R
Просмотров 80310 месяцев назад
A quick tutorial on how to do a variance covariance matrix in R
How to Check whether a Sufficient Statistics is Complete
Просмотров 21710 месяцев назад
It should be noted that a statistic is complete if and only if it comes from a density that is complete as well.
Nested ANOVA in SPSS a quick run
Просмотров 913Год назад
A brief summary of how to run a Nested ANOVA in SPSS.
How to run Chi Square Test of Independence in SPSS in 3 MINUTES!!!
Просмотров 461Год назад
The Chi-Square Test of Independence determines whether there is an association between categorical variables (i.e., whether the variables are independent or related). It is a nonparametric test.
How to create a Contingency table in SPSS
Просмотров 1,9 тыс.Год назад
A contingency table (also known as a cross tabulation or crosstab) is a type of table in a matrix format that displays the (multivariate) frequency distribution of the variables. They are heavily used in survey research, business intelligence, engineering, and scientific research.
How to transform large data to smaller Factors in SPSS
Просмотров 299Год назад
Recoding into a different variable transforms an original variable into a new variable. That is, the changes do not overwrite the original variable; they are instead applied to a copy of the original variable under a new name.
Fastest way to run Two way ANOVA in SPSS
Просмотров 532Год назад
The two-way ANOVA is used when you want to know how two independent variables, in combination, affect a dependent variable. This video shows how to run the two way ANOVA in SPSS
How to run One way ANOVA with POST HOC test in SPSS in 5 MINUTES
Просмотров 769Год назад
One way ANOVA is used when the data includes one categorical independent variable and one quantitative dependent variable. It should be noted that the independent variable should have at least three levels.
How to Code Questionnaire Data in SPSS for beginners
Просмотров 7 тыс.Год назад
Coding questionnaire data in SPSS explained in 6 minutes.
How to import CSV File into SPSS
Просмотров 1,3 тыс.Год назад
How to import CSV file in IBM SPSS 22. A quick tutorial beginners.
Quick tutorial on how to run Multiple regression in R
Просмотров 392Год назад
Quick tutorial on how to run Multiple regression in R
Simple linear regression part 2
Просмотров 85Год назад
Simple linear regression part 2
Simple linear regression part 1
Просмотров 181Год назад
Simple linear regression part 1
How to create a frequency table in R
Просмотров 1,5 тыс.Год назад
How to create a frequency table in R
How to run Pearson product correlation test in R
Просмотров 732 года назад
How to run Pearson product correlation test in R
How to run Spearman's rank correlation in R
Просмотров 6822 года назад
How to run Spearman's rank correlation in R
How to run Time series ARIMA model in R
Просмотров 2,2 тыс.2 года назад
How to run Time series ARIMA model in R
Introduction to Time series Analysis in R
Просмотров 12 тыс.2 года назад
Introduction to Time series Analysis in R
How to compare proportions of two different populations in R
Просмотров 4322 года назад
How to compare proportions of two different populations in R
How to run One way ANOVA test in R
Просмотров 3242 года назад
How to run One way ANOVA test in R
How to run Two way ANOVA in R
Просмотров 1562 года назад
How to run Two way ANOVA in R
How to run Chi square test for independent in R
Просмотров 1432 года назад
How to run Chi square test for independent in R

Комментарии

  • @karldiomo6648
    @karldiomo6648 9 дней назад

    Thank you, this is good.🙏

  • @ninuuh
    @ninuuh 12 дней назад

    I have a question, can you help me with a solution?

  • @emmanuelokpanachi1402
    @emmanuelokpanachi1402 4 месяца назад

    More grace, sir.

  • @user-tz3hp6mu6p
    @user-tz3hp6mu6p 5 месяцев назад

    brother cor command is for correlation

  • @afmkamrulhassan7003
    @afmkamrulhassan7003 8 месяцев назад

    Hi Emmanuel, Thanks for this video. If my data starts in 2nd or 3rd quarter, how do I specify that? Also, if I have 5 or 6 variables in my dataframe, how to make them all ts object?

    • @emmanuelpatrickiwe6594
      @emmanuelpatrickiwe6594 8 месяцев назад

      If your data starts from the second quarter you can specify it using the start start. START = c(year, 2), frequency = 4

    • @emmanuelpatrickiwe6594
      @emmanuelpatrickiwe6594 8 месяцев назад

      You can use the lapply function for more than one variable, data_ts<- lapply(your data[, 1:5], function(col), {ts(col, start=c(start year, quarter), frequency = quarter)})

  • @kprabhakar975
    @kprabhakar975 8 месяцев назад

    Thank you professor

  • @kprabhakar975
    @kprabhakar975 8 месяцев назад

    Thank you professor for excellent explanation

  • @theecanmole
    @theecanmole 8 месяцев назад

    100th Like! 😀

  • @rohdoflactem4692
    @rohdoflactem4692 10 месяцев назад

    Hi Emmanuel, thanks for the informative video. I'm new in r and self-learning. I want to make time series graphs using ggplot2 and I have weekly data such as 2023-06-20, 2023-06-28 etc. I want to make a plot showing the date as it is with an interval of two weeks. Pls any guide, syntax or tips on how to go about it?

    • @theecanmole
      @theecanmole 8 месяцев назад

      you need to format your data as a dataframe not a time series or 'ts' object.😀

  • @user-go1fy1jw3i
    @user-go1fy1jw3i 11 месяцев назад

    wonderful video,can you make video on Garch model

    • @emmanuelpatrickiwe6594
      @emmanuelpatrickiwe6594 11 месяцев назад

      Alright i will get on that ones am through with the project i have on ground.

  • @user-go1fy1jw3i
    @user-go1fy1jw3i Год назад

    I have daily data of three variables with some missing dates(data on some dates are not available so i remove theses dates),now what is the r code to make it time series,as first column is date column and other three are variable

  • @alessandrorosati969
    @alessandrorosati969 Год назад

    what are basic temporal statistical summaries in time series?

  • @juliusirungu1363
    @juliusirungu1363 Год назад

    Thank you I got it.

  • @juliusirungu1363
    @juliusirungu1363 Год назад

    I have watched Ur vedios,SPSS and R they are brief but with much information. Kudos.. I would like here from you on nested ANOVA

  • @juliusirungu1363
    @juliusirungu1363 Год назад

    i needed this thank you

  • @kingsleyohanmo2507
    @kingsleyohanmo2507 Год назад

    How can I reach you for more help?

  • @kingsleyohanmo2507
    @kingsleyohanmo2507 Год назад

    how can i get the NSE market price Data for my research?

    • @emmanuelpatrickiwe6594
      @emmanuelpatrickiwe6594 Год назад

      For Nigeria you can go to ng.investing.com/indices/nse-all-share-historical-data

  • @kingsleyohanmo2507
    @kingsleyohanmo2507 Год назад

    This is well explained. Thank you Emma. Can you use scan()to read your data? what if you are trying to import the date using the Link for the data source? Finally, I would like to chat with you personally. Can you send me your Whatsapp number? Thank you.

    • @emmanuelpatrickiwe6594
      @emmanuelpatrickiwe6594 Год назад

      Sure you can use it, but your data will be imported as vector after which you can convert the data to any form. x <- scan("stats.idre.ucla.edu/stat/data/scan.txt", what = list(age = 0, name = "")))

    • @emmanuelpatrickiwe6594
      @emmanuelpatrickiwe6594 Год назад

      08160043948

  • @libertyshambare231
    @libertyshambare231 Год назад

    Job well done

  • @getachewhailu920
    @getachewhailu920 Год назад

    I can I found the data

    • @emmanuelpatrickiwe6594
      @emmanuelpatrickiwe6594 Год назад

      The data used for this tutorial is no longer in my possession. You can always get sample data online

  • @mataraseneti5790
    @mataraseneti5790 Год назад

    great video, very simple and straight to point❤💘❤❤❤❤❤

  • @mataraseneti5790
    @mataraseneti5790 Год назад

    great video

  • @CanDoSo_org
    @CanDoSo_org Год назад

    Thanks. Could you please attache the data you used?

    • @emmanuelpatrickiwe6594
      @emmanuelpatrickiwe6594 Год назад

      drive.google.com/file/d/1BpQ1HroMCopsExYEVttIs1YBPykZHFiv/view?usp=drivesdk

    • @balogunhameed4968
      @balogunhameed4968 10 месяцев назад

      I didn't get the function you used after adding smoking to get the multiple regression

  • @entertainmentpurpose5910
    @entertainmentpurpose5910 Год назад

    At last in box.test why lag= 5

  • @piriyebestman191
    @piriyebestman191 Год назад

    Thanks alot for your perfect explanations, can I reach out privately for more explanatory videos.

  • @YLayArm
    @YLayArm Год назад

    Thank you Emmanuel, this video helped me a lot!