Other

[ FreeCourseWeb com ] Udemy - First steps in data analysis with R

  • Download torrent
  • Rate this torrent +  |  -

Torrent info

Name:[ FreeCourseWeb com ] Udemy - First steps in data analysis with R

Infohash: 5F6F697D32F3929E848695415239AA58050228CE

Total Size: 1.23 GB

Seeds: 1

Leechers: 0

Stream: Watch Full Movies @ LimeMovies

Last Updated: 2026-01-19 02:49:56 (Update Now)

Torrent added: 2021-12-02 22:33:41






Torrent Files List


Get Bonus Downloads Here.url (Size: 1.23 GB) (Files: 141)

 Get Bonus Downloads Here.url

0.18 KB

 ~Get Your Files Here !

  1. Introduction

   1. Introduction.mp4

19.73 MB

   1. Introduction.srt

1.83 KB

   1.1 ancova.pdf

117.87 KB

   1.2 anova1.pdf

453.86 KB

   1.3 anova2.pdf

152.09 KB

   1.4 multi_reg.pdf

138.79 KB

   1.5 non_linear.pdf

161.48 KB

   1.6 poisson.pdf

242.56 KB

   1.7 poly2.pdf

72.73 KB

   1.8 sim_heterosc.pdf

87.29 KB

   2. Installing R.mp4

34.58 MB

   2. Installing R.srt

5.37 KB

   3. Writing code and creating object in the R console.mp4

4.66 MB

   3. Writing code and creating object in the R console.srt

1.03 KB

   4. Your first R script.mp4

24.15 MB

   4. Your first R script.srt

5.25 KB

   4.1 01 - first steps.R

1.42 KB

   5. Your first graph.mp4

9.48 MB

   5. Your first graph.srt

1.97 KB

   6. Your second graph.mp4

40.49 MB

   6. Your second graph.srt

6.38 KB

   7. Saving figures on a Windows machine.mp4

15.44 MB

   7. Saving figures on a Windows machine.srt

2.12 KB

   First steps in data analysis with R byMarco Plebani - all scripts and data

    DS_Store

8.00 KB

    my_data

     ANCOVA_data.csv

3.67 KB

     DS_Store

6.00 KB

     Rapp.history

6.25 KB

     anova_type2_data.csv

13.66 KB

     compare_2_species.csv

2.95 KB

     compare_6_species.txt

46.54 KB

     count_data.csv

1.81 KB

     diel_activity_data.csv

7.33 KB

     multi_reg_data.csv

6.95 KB

     non_linear_datasets.xlsx

54.14 KB

     pairwise_tests.csv

1.47 KB

     poly_data1.csv

1.38 KB

     poly_data2.csv

2.25 KB

     regression_data.csv

0.69 KB

    my_scripts ANNOTATED

     01 - first steps.R

1.42 KB

     02a - compare two groups with ttest.R

2.26 KB

     02b - compare two groups with ttest on data from dataframe.R

3.82 KB

     02c - compare two groups with lm.R

5.50 KB

     03 - compare more than two groups.R

6.42 KB

     04 - linear regression.R

3.27 KB

     05 - Intro to ggplot.R

3.21 KB

     06 - testing the effects of factorial + continuous predictors.R

7.02 KB

     07 - testing the effect of two factorial predictors.R

5.67 KB

     08 - testing the effect of two continuous predictors.R

4.93 KB

     09 - polynomial regression.R

2.62 KB

     10 - non-linear modelling.R

4.24 KB

     11 - glm Poisson.R

3.85 KB

     12 - data wrangling.R

3.95 KB

   __MACOSX

    First steps in data analysis with R byMarco Plebani - all scripts and data

     _.DS_Store

0.12 KB

     my_data

      _.DS_Store

0.12 KB

     my_scripts ANNOTATED

      _01 - first steps.R

0.17 KB

      _02a - compare two groups with ttest.R

0.33 KB

      _02b - compare two groups with ttest on data from dataframe.R

0.33 KB

      _02c - compare two groups with lm.R

0.33 KB

      _03 - compare more than two groups.R

0.17 KB

      _04 - linear regression.R

0.17 KB

      _05 - Intro to ggplot.R

0.33 KB

      _06 - testing the effects of factorial + continuous predictors.R

0.17 KB

      _07 - testing the effect of two factorial predictors.R

0.17 KB

      _08 - testing the effect of two continuous predictors.R

0.33 KB

      _09 - polynomial regression.R

0.33 KB

      _10 - non-linear modelling.R

0.33 KB

      _11 - glm Poisson.R

0.33 KB

      _12 - data wrangling.R

0.17 KB

  10. Testing the effect of two factorial predictors on a response variable

   1. Concepts, scenarios, and worked example.mp4

79.42 MB

   1. Concepts, scenarios, and worked example.srt

10.03 KB

   1.1 07 - testing the effect of two factorial predictors.R

5.67 KB

   1.2 anova_type2_data.csv

13.66 KB

  11. Multiple regression

   1. Scenarios and worked example.mp4

128.64 MB

   1. Scenarios and worked example.srt

16.31 KB

   1.1 08 - testing the effect of two continuous predictors.R

4.93 KB

   1.2 multi_reg_data.csv

6.95 KB

  12. Polynomial regression

   1. Example 1.mp4

52.31 MB

   1. Example 1.srt

6.75 KB

   1.1 09 - polynomial regression.R

2.62 KB

   1.2 non_linear_datasets.xlsx

54.14 KB

   2. Example 2.mp4

26.12 MB

   2. Example 2.srt

3.29 KB

  13. Fitting user-defined non-linear models

   1. An example using function nls().mp4

91.73 MB

   1. An example using function nls().srt

9.47 KB

   1.1 10 - non-linear modelling.R

4.24 KB

   1.2 non_linear_datasets.xlsx

54.14 KB

  14. Dealing with non-normality of residuals

   1. An example with count data.mp4

20.27 MB

   1. An example with count data.srt

8.18 KB

   1.1 11 - glm Poisson.R

3.85 KB

   1.2 count_data.csv

1.81 KB

   1.3 GLM resources.pdf

43.49 KB

  15. Data wrangling

   1. A panoramic of some data-wrangling tools.mp4

55.66 MB

   1. A panoramic of some data-wrangling tools.srt

8.37 KB

   1.1 12 - data wrangling.R

3.95 KB

  16. Final remarks

   1. Final remarks.mp4

10.55 MB

   1. Final remarks.srt

5.25 KB

   1.1 Manuals and other resources.pdf

56.26 KB

  2. Housework

   1. Housework on a Mac.mp4

16.22 MB

   1. Housework on a Mac.srt

2.83 KB

   1.1 housework mac.R

0.21 KB

   2. Housework on a Windows machine.mp4

20.92 MB

   2. Housework on a Windows machine.srt

2.36 KB

   2.1 housework windows.R

0.50 KB

   3. Housework in RStudio.mp4

23.38 MB

   3. Housework in RStudio.srt

3.35 KB

   4. Housework - final remarks.mp4

5.12 MB

   4. Housework - final remarks.srt

1.14 KB

  3. Comparing two groups with t.test()

   1. t.test() - part 1.mp4

20.11 MB

   1. t.test() - part 1.srt

9.05 KB

   1.1 02a - compare two groups with ttest.R

2.26 KB

   2. t.test() - part 2.mp4

72.21 MB

   2. t.test() - part 2.srt

8.85 KB

   2.1 02b - compare two groups with ttest on data from dataframe.R

3.82 KB

   2.2 compare_2_species.csv

2.95 KB

  4. Introducing function lm()

   1. Introducing lm() - example comparing two groups.mp4

68.63 MB

   1. Introducing lm() - example comparing two groups.srt

9.85 KB

   1.1 02c - compare two groups with lm.R

5.50 KB

   1.2 compare_2_species.csv

2.95 KB

  5. Testing model assumptions with diagnostic plots

   1. How to produce and interpret diagnostic plots.mp4

33.28 MB

   1. How to produce and interpret diagnostic plots.srt

9.33 KB

  6. Comparing more than two groups an ANOVA scenario

   1. Comparing more than two groups with lm().mp4

133.58 MB

   1. Comparing more than two groups with lm().srt

17.37 KB

   1.1 03 - compare more than two groups.R

6.42 KB

   1.2 compare_6_species.txt

46.54 KB

  7. Linear regression

   1. Performing linear regression in R.mp4

47.87 MB

   1. Performing linear regression in R.srt

6.83 KB

   1.1 04 - linear regression.R

3.27 KB

   1.2 regression_data.csv

0.69 KB

   2. Evaluating diagnostic plots for a linear regression.mp4

5.84 MB

   2. Evaluating diagnostic plots for a linear regression.srt

4.32 KB

  8. Advanced data visualization with ggplot2

   1. Introduction to ggplot2.mp4

99.33 MB

   1. Introduction to ggplot2.srt

11.14 KB

   1.1 05 - Intro to ggplot.R

3.21 KB

   1.2 compare_6_species.txt

46.54 KB

   1.3 regression_data.csv

0.69 KB

  9. An ANCOVA scenario testing the effect of two predictors on a response variable

   1. Concepts, scenarios, and worked example.mp4

97.10 MB

   1. Concepts, scenarios, and worked example.srt

15.19 KB

   1.1 06 - testing the effects of factorial + continuous predictors.R

7.02 KB

   1.2 ANCOVA_data.csv

3.67 KB

  Bonus Resources.txt

0.35 KB
 

tracker

leech seeds
 

Torrent description

Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ FreeCourseWeb com ] Udemy - First steps in data analysis with R Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.

related torrents

Torrent name

health leech seeds Size
 


comments (0)

Main Menu