Tom Sherratt
Tom Sherratt
  • Видео 33
  • Просмотров 539 402
Lotka Volterra Equations in R
Solving the Lotka-Volterra coupled differential equations in R.
Просмотров: 6 146

Видео

Solving differential equations in R
Просмотров 16 тыс.9 лет назад
How to solve some simple differential equations in R.
Generating Random Numbers in R
Просмотров 24 тыс.9 лет назад
Generating Random Numbers in R
Deterministic Chaos and Bifurcation Diagrams in R
Просмотров 12 тыс.9 лет назад
Deterministic Chaos and Bifurcation Diagrams in R
Difference Equations in R
Просмотров 4,7 тыс.9 лет назад
Difference Equations in R
Simple graphics in RStudio
Просмотров 1,9 тыс.9 лет назад
An introduction to some basic plotting functions in R using RStudio
Goodness of fit tests in R
Просмотров 4,2 тыс.9 лет назад
The theory underlying simple goodness of fit tests which compare observed and expected counts.
Chi-squared tests (goodness of fit) in RStudio
Просмотров 12 тыс.9 лет назад
Testing null hypotheses of no association using chi-squared tests in R.
Logistic Regression in RStudio
Просмотров 99 тыс.9 лет назад
The practice of fitting logistic regression models in R using RStudio
Binary Logistic Regression in R
Просмотров 24 тыс.9 лет назад
The theory and practice of fitting a binary logistic model to data in R
Polynomial Regression in RStudio
Просмотров 36 тыс.9 лет назад
An example of polynomial regression in RStudio.
Polynomial Regression in R
Просмотров 33 тыс.9 лет назад
The theory of fitting polynomial regression models in R.
Factorial ANOVA in R
Просмотров 21 тыс.9 лет назад
How to fit a factorial analysis of variance in R.
Factorial ANOVA
Просмотров 4979 лет назад
An introduction to the factorial analysis of variance.
Randomized Block Designs in RStudio
Просмотров 21 тыс.9 лет назад
Fitting a randomized block model to data using RStudio.
Randomised Block Designs
Просмотров 4819 лет назад
Randomised Block Designs
Analysis of Covariance in RStudio
Просмотров 42 тыс.9 лет назад
Analysis of Covariance in RStudio
Introduction to Analysis of Covariance
Просмотров 7 тыс.9 лет назад
Introduction to Analysis of Covariance
Multiple Regression in R
Просмотров 1,4 тыс.9 лет назад
Multiple Regression in R
An introduction to multiple regression
Просмотров 3149 лет назад
An introduction to multiple regression
Linear Regression in R
Просмотров 1,7 тыс.9 лет назад
Linear Regression in R
Introduction to Linear Regression
Просмотров 2729 лет назад
Introduction to Linear Regression
One way ANOVA in RStudio
Просмотров 78 тыс.9 лет назад
One way ANOVA in RStudio
Analysis of Variance
Просмотров 3319 лет назад
Analysis of Variance
Analysis of Variance (Part 2)
Просмотров 4149 лет назад
Analysis of Variance (Part 2)
Analysis of Variance (Part 1)
Просмотров 7209 лет назад
Analysis of Variance (Part 1)
Reading and Writing files in RStudio
Просмотров 5 тыс.9 лет назад
Reading and Writing files in RStudio
data frames and lists in R
Просмотров 8 тыс.9 лет назад
data frames and lists in R
Matrices in R
Просмотров 3,8 тыс.9 лет назад
Matrices in R
Vectors in R
Просмотров 6 тыс.9 лет назад
Vectors in R

Комментарии

  • @xthephany
    @xthephany 3 месяца назад

    great class! thank you so much

  • @user-fu6vi7gp5g
    @user-fu6vi7gp5g 8 месяцев назад

    a lovely video Tom! please do on soil fertility status, since I am student of soil scientist, I want to know how to analysis soil fertility status! thank you!

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

    Note that it's pretty usual (it even presents it this in the help) to pass your state variable in the form y0 = list(N=2), p=list(r=0.5, K=1000) then you'd wrap the body of clogistic() with(c(y0, p), {...}) and can use your states and parameters directly, i.e. N, r, K, instead of the less obvious y[1], p[1], p[2]. clogistic <- function(y, times, parms) { with(c(y0, p), { dN <- r * N * (1 - N / K) return(list(dN)) } }

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

    Thanks for the video! Very useful

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

    hey can you help me how can i make programing this in rstudio language? Code in matlab is this Matlab: but in rstudio?? p=0.5; n=100; U=rand(n,1); binornd(100,0.5,4,4); >> hist(U)

  • @rogertapsoba3403
    @rogertapsoba3403 2 года назад

    Great

  • @zenadunn6288
    @zenadunn6288 2 года назад

    sound quality too low; poor

  • @johneagle4384
    @johneagle4384 2 года назад

    Comparing R to Mathematica is rather silly. It is like comparing rocks to airplanes.

  • @merdirafiei6382
    @merdirafiei6382 2 года назад

    Thanks for a great video. One note; p/(1-p) is just the odds, not the odds ratio.

  • @engr.abdullahazzamsafi4515
    @engr.abdullahazzamsafi4515 2 года назад

    Can you please explain some line of codes if we have different variables data for period of time in excel sheet. Thank you

  • @lalala622
    @lalala622 2 года назад

    Thank you so much , but my value not in Eanvironment ? How can get it ?

  • @marinosalilin6984
    @marinosalilin6984 2 года назад

    Can anybody point me to a link on how to compute the r2 in quadratic fit manually?

  • @Tommyscs8
    @Tommyscs8 2 года назад

    can anyone help me

  • @aaliabushra9104
    @aaliabushra9104 2 года назад

    Could you tell the library package name

  • @hectormercedes6553
    @hectormercedes6553 2 года назад

    Thank you very much, teacher Tom.Very important your explanación.God bless you.Lets be prepared.Jesus come back to make his kingdon.

  • @naveenkalra6298
    @naveenkalra6298 2 года назад

    Great presentation regards

  • @user_unknown8463
    @user_unknown8463 2 года назад

    very useful and thank you so much

  • @DarthAsthmatic
    @DarthAsthmatic 2 года назад

    Dude, I'm 30 seconds into this video and you're already 100x better than my stats instructor.

  • @KhaLed-pb4pu
    @KhaLed-pb4pu 2 года назад

    where is the R?

  • @mahsayazdani5495
    @mahsayazdani5495 2 года назад

    That was a great explanation! Thank you so much🌷

  • @Dineto91
    @Dineto91 2 года назад

    Oiii

  • @Lucy-en5pj
    @Lucy-en5pj 2 года назад

    I have a very similar question to your first example, but some of my expected values are less than 5, so I think it is recommended not to use the Chi-squared test in this case. What would you recommend instead?

  • @successfulvictorypublisher6090
    @successfulvictorypublisher6090 3 года назад

    Thank you so very much for clarifying the difference between the differential equation and the difference equation (as per this video and the previous one). Deeply appreciated! Would deeply appreciate more real world worked-out practical solutions involving ODEs, PDEs and other inter-related ones -- using R, RStudio and RCmdr too, with the accompanying visualization-centric graphical plots. Tqsvm and keep up the great work!

  • @aldoyactayo05
    @aldoyactayo05 3 года назад

    Hi, nice video. I got a question. What should I do in case I would have a data base and have to do a simulation for any row of the data? Thanks!

  • @ferhateltas6381
    @ferhateltas6381 3 года назад

    Thank you lady

  • @rvijayaragunathan
    @rvijayaragunathan 3 года назад

    very nice and Thank you for your explanation

  • @sensitive-q4f
    @sensitive-q4f 3 года назад

    Very clear! Thx

  • @Dr.munna89
    @Dr.munna89 3 года назад

    Dear sir, can you please explain, Kuznets Curve in R. Please sir.

  • @santiagomilano4172
    @santiagomilano4172 3 года назад

    great video thanks!

  • @hanystudy
    @hanystudy 3 года назад

    it was very helpfull. thanks a lot.

  • @keiserious
    @keiserious 3 года назад

    This is so easy to follow 7 yrs later, Thank You Tom!

  • @pritomc4788
    @pritomc4788 3 года назад

    Thank you! Great presentation!

  • @fredferl
    @fredferl 3 года назад

    Excellent presentation! Well paced and full of helpful information. Thank you!

  • @petrosstyle2981
    @petrosstyle2981 3 года назад

    Don't use R for ODES as the library it has "Desolve" is poorly documented and that's why no one uses R for ODES, prefer something like octave/matlab maybe... but R is not for this job... thank you for this explanation but still I don't recommend anyone to use this.

  • @kyalosevens1268
    @kyalosevens1268 3 года назад

    very helpful thankyou

  • @umbnmbu4679
    @umbnmbu4679 3 года назад

    @5:05 to interpret this: if x increases by 1, y increases by 3.05 times., but what about the relationship of the second order polynomial equation @5:32, how can this be interpreted? especially the (-3.22*x2).

  • @iammichalak8602
    @iammichalak8602 3 года назад

    How to calculate r² for degree 2 equation ???

  • @araujopsy
    @araujopsy 3 года назад

    Simple and effecive class.

  • @fabiangalvezvaca7456
    @fabiangalvezvaca7456 4 года назад

    Hi! How to make appears an LSD and coefficient of variance (CV) tests in my ANOVA output? I already downloaded the packages "agricolae" and "multcomp" and did not work.

  • @fajrulfalah6191
    @fajrulfalah6191 4 года назад

    can you help me? there are no script area in mr Rstudio, please help.. thankyouu

  • @ferdousahmed6512
    @ferdousahmed6512 4 года назад

    Thanks a lot sir! Helped me a lot

  • @jababnamgay6366
    @jababnamgay6366 4 года назад

    Sir, in other logistic analysis, they split the data into train and test data. Is it necessary necessary to split the data or not. What is the purpose. But your presentation here looks much easier without splitting.

  • @jababnamgay6366
    @jababnamgay6366 4 года назад

    Easy to understand. Thank you sir

  • @simonpaulhardy4392
    @simonpaulhardy4392 4 года назад

    fluoride not flouride !

  • @Supatrader
    @Supatrader 4 года назад

    i dont understand what happens with r>4? what happens at r=5?

    • @thejassatheesh5090
      @thejassatheesh5090 3 года назад

      if the function is defined as Xt+ 1= Xt *r*(1-Xt), then Xt(1- Xt) can take a max value of 1/4 (when Xt = 1/2). Then r must be less than 4 , else the population(Xt +1 ) goes negative , i dont know if this helps after 6 months ;)

  • @sofita315
    @sofita315 4 года назад

    Please could you tell me HOW to open the environment display????

  • @fabiuspocus1430
    @fabiuspocus1430 4 года назад

    Thanks a lot. Why mode() and not class()?

  • @prathikshashetty872
    @prathikshashetty872 4 года назад

    Thank you so much

  • @nidhijoshi1532
    @nidhijoshi1532 4 года назад

    I am getting the following error: > xv<-seq(min(DDS),max(DDS),0.01) Error in seq.default(min(DDS), max(DDS), 0.01) : 'from' must be a finite number please suggest how to resolve this.

    • @carlotamanyes4909
      @carlotamanyes4909 4 года назад

      Run the min(DDS) and browse the result. Maybe you have NA in the DDS vector

  • @wildvineyard
    @wildvineyard 4 года назад

    This is still using lm (linear model) to do the regression. Isn't there a way to directly fit a non-linear equation without linearizing?