ImIqbalStat
ImIqbalStat
  • 119
  • 20 240

วีดีโอ

Imneuron R PackageImneuron R Package
Imneuron R Package
มุมมอง 3910 วันที่ผ่านมา
Link for package cran.r-project.org/web/packages/Imneuron/index.html Imneuron : AI Powered Neural Network Solutions for Regression Tasks It provides an advanced and flexible tool for creating and assessing neural network models based on artificial intelligence, specifically designed for regression analysis on datasets containing continuous target variables. Utilizing neural networks, users can ...
HD ModelsHD Models
HD Models
มุมมอง 6816 วันที่ผ่านมา
Height-Diameter (H-D) models in forestry are mathematical models used to predict the height of trees based on their diameter at breast height (DBH). These models are important tools in forest management and research, helping foresters estimate tree volume, biomass, and other crucial forest stand characteristics. Here's an overview of these models and their significance: Purpose of H-D Models Tr...
Decision Tree vs Random ForestDecision Tree vs Random Forest
Decision Tree vs Random Forest
มุมมอง 15023 วันที่ผ่านมา
Four Important R packages for experimental designsFour Important R packages for experimental designs
Four Important R packages for experimental designs
มุมมอง 9924 วันที่ผ่านมา
link for description of packages cran.r-project.org/web/packages/agricolae/index.html cran.r-project.org/web/packages/doebioresearch/index.html cran.r-project.org/web/packages/ExpDes/index.html cran.r-project.org/web/packages/AgroR/index.html
Logistic Regression vs Decision TreeLogistic Regression vs Decision Tree
Logistic Regression vs Decision Tree
มุมมอง 6728 วันที่ผ่านมา
Logistic Regression is primarily used for binary classification problems, providing probabilities of class membership based on input features. It's simple, interpretable, and works well with linearly separable data. Decision Trees are versatile, capable of handling both classification and regression tasks. They recursively split the data based on features to create decision rules. They're prone...
Logistic vs Linear Regression : Specifically in the context of forestry, focusing on tree volumeLogistic vs Linear Regression : Specifically in the context of forestry, focusing on tree volume
Logistic vs Linear Regression : Specifically in the context of forestry, focusing on tree volume
มุมมอง 127หลายเดือนก่อน
Linear Regression: Used for predicting a continuous outcome (tree volume) based on features like diameter, height, and age. This helps in estimating the precise volume of trees, which is essential for timber production planning. Logistic Regression: Used for classifying trees into categories (e.g., small or large) based on features like diameter, height, and age. This helps in making quick deci...
Analysis of Experimental Designs in R Studio #CRD #RCBD #LSD #FactorialRCBDAnalysis of Experimental Designs in R Studio #CRD #RCBD #LSD #FactorialRCBD
Analysis of Experimental Designs in R Studio #CRD #RCBD #LSD #FactorialRCBD
มุมมอง 478หลายเดือนก่อน
data link docs.google.com/spreadsheets/d/1sKhu7y4or3iDspycgXKiyFmPp72yNNdS/edit?usp=sharing&ouid=101472566992707079817&rtpof=true&sd=true install.packages(AgroR) library(AgroR) Import data set, from the link above Use the below functions functions for Completely Randomized Design with(eod, DIC(treatment, yield, mcomp = "lsd", fill='trat', ylab = "Yield kg/ha")) functions for Randomized Complete...
One way ANOVA #ggstatsplotOne way ANOVA #ggstatsplot
One way ANOVA #ggstatsplot
มุมมอง 108หลายเดือนก่อน
cow=read.table("clipboard",header=T) names(cow) Fodder Milk.Yield A 8 A 10 A 12 A 8 A 7 B 12 B 11 B 9 B 14 B 4 C 18 C 12 C 16 C 6 C 8 D 13 D 9 D 12 D 16 D 15 library(ggstatsplot) library(car) leveneTest(Milk.Yield ~ Fodder,cow) ggbetweenstats( data= cow, x = Fodder, y= "Milk.Yield", type = "parametric", var.equal = TRUE, title= "Milk Yield in kg" )
Two sample t test in R studio #ggstatsplotTwo sample t test in R studio #ggstatsplot
Two sample t test in R studio #ggstatsplot
มุมมอง 91หลายเดือนก่อน
# apricot is the name of data set Variety Yield VarietyX 2.00 VarietyX 2.50 VarietyX 1.90 VarietyX 2.40 VarietyX 2.80 VarietyX 2.30 VarietyX 1.80 VarietyX 2.00 VarietyX 2.10 VarietyX 2.40 VarietyX 2.70 VarietyY 2.60 VarietyY 2.70 VarietyY 2.50 VarietyY 3.00 VarietyY 3.10 VarietyY 2.30 VarietyY 2.50 VarietyY 3.20 VarietyY 2.50 VarietyY 2.80 apricot=read.table("clipboard",header=T) library(car) l...
One sample t test in R studio #ggstatsplotOne sample t test in R studio #ggstatsplot
One sample t test in R studio #ggstatsplot
มุมมอง 103หลายเดือนก่อน
# library required library(ggstatsplot) # import dataset from Ms excel veg=read.table("clipboard",header=T) # name of data set veg # Yield 14.3 12.6 13.7 10.9 13.7 12 11.4 12 13.1 12.6 13.4 13.1 #creates a h istogram with statistical details for one sample t test gghistostats(veg,x=Yield,test.value = 14.5)
Hull & ggbox plots in R Studio  #ggforce #ggpubr #ggplot2Hull & ggbox plots in R Studio  #ggforce #ggpubr #ggplot2
Hull & ggbox plots in R Studio #ggforce #ggpubr #ggplot2
มุมมอง 122หลายเดือนก่อน
library(ggplot2) library(ggpubr) library(ggforce) name of data Soil Locations Nitrogen Phosphorus Potassium Shalimar 180.00 9.00 110.45 Shalimar 210.45 13.45 150.20 Shalimar 250.23 11.75 158.20 Shalimar 240.64 14.23 160.35 Shalimar 190.46 12.65 112.46 Shalimar 220.50 8.60 125.64 Shalimar 248.20 10.35 129.67 Shalimar 225.00 13.32 136.47 Shalimar 185.25 13.52 145.95 Shalimar 196.75 9.70 140.55 Sh...
Data Visualization in R Studio #ggpairs #ggcorrmat #ggbetweenstatsData Visualization in R Studio #ggpairs #ggcorrmat #ggbetweenstats
Data Visualization in R Studio #ggpairs #ggcorrmat #ggbetweenstats
มุมมอง 1332 หลายเดือนก่อน
library(ggplot2) library(GGally) library(ggstatsplot) data("iris") ggpairs(iris, aes(color = Species)) ggcorrmat(iris[,-5]) set.seed(1) ggbetweenstats( data= iris, x = Species, y= Sepal.Length, type = "parametric", var.equal = TRUE )
Dot and whisker plot for regression analysis : R studioDot and whisker plot for regression analysis : R studio
Dot and whisker plot for regression analysis : R studio
มุมมอง 1612 หลายเดือนก่อน
Dot-and-whisker plots for regression analysis #Description a plot displaying the point estimates of regression coefficients as dots, with whiskers representing confidence intervals, alongside other pertinent statistical information. libraries required library(ggstatsplot) library(ggcorrplot) #import data mlr View(mlr) names(mlr) #Visualization of a correlation matrix ggcorrmat(mlr) # for reprod...
Fitting of Linear Equation Through Excel Solver Add inFitting of Linear Equation Through Excel Solver Add in
Fitting of Linear Equation Through Excel Solver Add in
มุมมอง 773 หลายเดือนก่อน
Adding the Solver Add-In to Microsoft Excel allows you to perform optimization tasks, such as finding the maximum or minimum value of a cell by changing other cells. Here's how to add the Solver Add-In: Open Excel: Launch Microsoft Excel on your computer. Go to the "File" tab: Click on the "File" tab in the top-left corner of the Excel window. Select "Options": In the File menu, select "Options...

ความคิดเห็น

  • @imran_kohli
    @imran_kohli 3 วันที่ผ่านมา

    Much needed info.

    • @Iqbalstat
      @Iqbalstat 2 วันที่ผ่านมา

      Thanks

  • @danisadube9935
    @danisadube9935 6 วันที่ผ่านมา

    Thank you so much, very clear and informative

  • @Uttamkumar-wj3in
    @Uttamkumar-wj3in 12 วันที่ผ่านมา

    Please share your mail id having some query

  • @mesfinhailemariam9684
    @mesfinhailemariam9684 22 วันที่ผ่านมา

    Great tutors

  • @vijayakumars2
    @vijayakumars2 24 วันที่ผ่านมา

    Thank you so much. Highly useful to me. How can I export the results in txt file format?

  • @oluwamuyiwafunmiemmanuel9309
    @oluwamuyiwafunmiemmanuel9309 หลายเดือนก่อน

    Thanks for the video... Can you share the dataset used in this video

    • @Iqbalstat
      @Iqbalstat 28 วันที่ผ่านมา

      th-cam.com/video/qBLToYtwADw/w-d-xo.htmlsi=b8NnzrjPWNJeFq8f U can use this data

    • @oluwamuyiwafunmiemmanuel9309
      @oluwamuyiwafunmiemmanuel9309 28 วันที่ผ่านมา

      ​​@@Iqbalstatthanks for this .... But am interested in the dataset with the multiple variables. I mean the RCBD dataset

  • @tarushiattri5731
    @tarushiattri5731 หลายเดือนก่อน

    Very nice video sir

  • @geethareddypannala1958
    @geethareddypannala1958 หลายเดือนก่อน

    Thanku sir .

  • @peerzadatabishfayaz8957
    @peerzadatabishfayaz8957 หลายเดือนก่อน

    Interesting..

  • @Kashvideos54321
    @Kashvideos54321 หลายเดือนก่อน

    Informative

  • @omarali6212
    @omarali6212 2 หลายเดือนก่อน

    Thank you so much

    • @Iqbalstat
      @Iqbalstat หลายเดือนก่อน

      You're most welcome

  • @omarali6212
    @omarali6212 2 หลายเดือนก่อน

    Your videos are excellent to learn R studio programing very easily, Thank you so much. You did a great job for us.

    • @Iqbalstat
      @Iqbalstat หลายเดือนก่อน

      You are most welcome

    • @Iqbalstat
      @Iqbalstat หลายเดือนก่อน

      Glad you like them!

  • @umagenetics3975
    @umagenetics3975 3 หลายเดือนก่อน

    Very Informative sir. Thanks a lot

  • @umagenetics3975
    @umagenetics3975 3 หลายเดือนก่อน

    Plz do for pooled data

  • @irtiza_26
    @irtiza_26 3 หลายเดือนก่อน

    Thank you sir ❤

    • @Cuttedall
      @Cuttedall 3 หลายเดือนก่อน

      Note ti bnaythaa

  • @Cuttedall
    @Cuttedall 3 หลายเดือนก่อน

    ❤❤

  • @manshagul4267
    @manshagul4267 3 หลายเดือนก่อน

    🫰👍

  • @auqibrasool5911
    @auqibrasool5911 3 หลายเดือนก่อน

    Absolutely right sir👍

  • @mat4701
    @mat4701 3 หลายเดือนก่อน

    Thank you!

  • @aakashbhatvloges
    @aakashbhatvloges 3 หลายเดือนก่อน

  • @aakashbhatvloges
    @aakashbhatvloges 3 หลายเดือนก่อน

  • @waniz335
    @waniz335 4 หลายเดือนก่อน

    Thanks for making complex concepts so easy to grasp!

  • @imran_kohli
    @imran_kohli 4 หลายเดือนก่อน

    Informative

  • @cyrinerobbana1691
    @cyrinerobbana1691 4 หลายเดือนก่อน

    thank you for the nice presentaion, please how to save results of anova tables.

  • @mohsinbakshi7354
    @mohsinbakshi7354 4 หลายเดือนก่อน

  • @user-xq4re6im4r
    @user-xq4re6im4r 4 หลายเดือนก่อน

    Never in my life had understood statistics so vividly, please keep uploading the videos sir

    • @Iqbalstat
      @Iqbalstat 4 หลายเดือนก่อน

      Thank you, I will

  • @sehreenkhan3960
    @sehreenkhan3960 4 หลายเดือนก่อน

    Very well explained 🙌.

  • @KuldeepSingh-tb6sz
    @KuldeepSingh-tb6sz 5 หลายเดือนก่อน

    Thank you Sir 🙏

  • @manshagul4267
    @manshagul4267 5 หลายเดือนก่อน

    Beautifully explained....as usual❤

    • @Iqbalstat
      @Iqbalstat 5 หลายเดือนก่อน

      Thanks a lot 😊

  • @marvikhajuria10
    @marvikhajuria10 5 หลายเดือนก่อน

    The most awaited series

  • @marvikhajuria10
    @marvikhajuria10 5 หลายเดือนก่อน

    Great video sir

    • @Iqbalstat
      @Iqbalstat 5 หลายเดือนก่อน

      Thanks

  • @user-bn8nk3kn5h
    @user-bn8nk3kn5h 5 หลายเดือนก่อน

    Could you please make video from factorial in RCD

    • @Iqbalstat
      @Iqbalstat หลายเดือนก่อน

      Already available

  • @marvikhajuria10
    @marvikhajuria10 5 หลายเดือนก่อน

    Very useful sir

  • @Quote_tribes
    @Quote_tribes 5 หลายเดือนก่อน

    How to carry out 3 factor factorial split plot design with 2 factor in main plot and 1 factor in sub plot

    • @Iqbalstat
      @Iqbalstat 5 หลายเดือนก่อน

      Will upload a video on that

  • @manshagul4267
    @manshagul4267 5 หลายเดือนก่อน

    🫶

  • @manshagul4267
    @manshagul4267 5 หลายเดือนก่อน

    Best❤️

  • @wanifaheem149
    @wanifaheem149 5 หลายเดือนก่อน

    Fantastic way of teaching complex concepts in Statistics...

    • @Iqbalstat
      @Iqbalstat 5 หลายเดือนก่อน

      Thanks a lot

  • @archanasharma8943
    @archanasharma8943 5 หลายเดือนก่อน

    Nice video

  • @archanasharma8943
    @archanasharma8943 5 หลายเดือนก่อน

    Very useful video for beginners.

  • @marvikhajuria10
    @marvikhajuria10 5 หลายเดือนก่อน

    You are doing greet sir

  • @shaheengul8280
    @shaheengul8280 5 หลายเดือนก่อน

    Very impressive.....God bless u🌷💐

    • @Iqbalstat
      @Iqbalstat 5 หลายเดือนก่อน

      Thanks

  • @manshagul4267
    @manshagul4267 5 หลายเดือนก่อน

    Brilliant❤

    • @Iqbalstat
      @Iqbalstat 5 หลายเดือนก่อน

      Thanks

  • @manshagul4267
    @manshagul4267 5 หลายเดือนก่อน

    👌

  • @manshagul4267
    @manshagul4267 5 หลายเดือนก่อน

    Impressive

    • @Iqbalstat
      @Iqbalstat 5 หลายเดือนก่อน

      Thanks

  • @marvikhajuria10
    @marvikhajuria10 5 หลายเดือนก่อน

    Very useful

  • @jeelanisofi749
    @jeelanisofi749 5 หลายเดือนก่อน

    Please make a video on bibliometric analysis using R software

    • @Iqbalstat
      @Iqbalstat 5 หลายเดือนก่อน

      Sure

    • @jeelanisofi749
      @jeelanisofi749 5 หลายเดือนก่อน

      Thank you sirji

  • @peerzadatabishfayaz8957
    @peerzadatabishfayaz8957 5 หลายเดือนก่อน

    Stat getting interesting now😍

  • @manshagul4267
    @manshagul4267 5 หลายเดือนก่อน

    💙

  • @marvikhajuria10
    @marvikhajuria10 5 หลายเดือนก่อน

    👍🏻👍🏻

  • @imran_kohli
    @imran_kohli 5 หลายเดือนก่อน

    Nice one