Augmented block design data analysis in R (R-studio).

Поділитися
Вставка
  • Опубліковано 30 січ 2025

КОМЕНТАРІ • 165

  • @Guruprasad_A
    @Guruprasad_A  2 роки тому +1

    if (!require('devtools')) install.packages('devtools')
    devtools::install_github("aravind-j/augmentedRCBD")
    # install the developer version of augmentedRCCBD in case of the error where you can't save docx file...

  • @deepakkaushik6821
    @deepakkaushik6821 4 роки тому +3

    U channel will surely grow. The lucid way of explaining is just mesmerizing. Hope to see u with more videos

  • @md.hasanuzzaman9095
    @md.hasanuzzaman9095 2 роки тому

    @The Outlier, I am facing problems to save my outputs as docx file. when i give command it shows results as ------- Error in read_xml.raw(charToRaw(enc2utf8(x)), "UTF-8", ..., as_html = as_html, :
    PCDATA invalid Char value 27 [9]..... How to solve this?
    Other graphs are stored in the temporary directory but the docx file is not creating.

    • @Guruprasad_A
      @Guruprasad_A  2 роки тому

      Try doing it in another computer.

    • @amitrana734
      @amitrana734 2 роки тому

      @The Outlier, i tried on two computers, still getting the same error. help!

    • @Guruprasad_A
      @Guruprasad_A  2 роки тому

      @@amitrana734 send screen shot to my mail ID.

    • @babitabhatt6469
      @babitabhatt6469 2 роки тому

      @@Guruprasad_A sir i am facing the same problem, please suggest and help

    • @Guruprasad_A
      @Guruprasad_A  2 роки тому

      I have raised this issue in Github.

  • @yusufhaidar7357
    @yusufhaidar7357 2 роки тому +1

    How to fix eror : "checks" and "check col" are of unequal length?

    • @Guruprasad_A
      @Guruprasad_A  2 роки тому

      you have not considered all the checks across every block, if so please check the names, whether is it same across all the blocks (case sensitive).

  • @kumarjaianand8001
    @kumarjaianand8001 3 місяці тому

    how i do pooled analysis of augmented block design please help

    • @Guruprasad_A
      @Guruprasad_A  3 місяці тому

      It's not possible with augmented design.

  • @janhavisawant9382
    @janhavisawant9382 Рік тому

    Sir, I am not getting word document as an output file ?

    • @Guruprasad_A
      @Guruprasad_A  Рік тому

      Try using developer version of augmentedRCBD.

    • @binduks4436
      @binduks4436 Рік тому

      @@Guruprasad_A Sir, how can i get this version ?

    • @Guruprasad_A
      @Guruprasad_A  Рік тому

      @@binduks4436 Follow the pinned attachment.

  • @rajithanair4406
    @rajithanair4406 Рік тому

    Error in if (grepl(gwstring1, x$warnings$GVA)) { :
    the condition has length > 1
    I am getting this error for some traits. Please guide. 0:29

  • @yohannesazene956
    @yohannesazene956 2 роки тому

    I am facing problems to save my outputs as docx file. when i give command it shows results as ------- Error in read_xml.raw(charToRaw(enc2utf8(x)), "UTF-8", ..., as_html = as_html, :
    PCDATA invalid Char value 27 [9]..... and it say that ''Removed 2 rows containing missing values (`geom_segment()`).
    How to solve this?

    • @Guruprasad_A
      @Guruprasad_A  2 роки тому

      First update all packages.
      If it won't work try doing it in other computer

    • @babitabhatt6469
      @babitabhatt6469 2 роки тому

      Same problem i am facing

  • @kumarjaianand8001
    @kumarjaianand8001 10 місяців тому

    I want to do path analysis for augmented blockdesign plz help

    • @Guruprasad_A
      @Guruprasad_A  10 місяців тому

      Use the average data and you can do in amos SPSS software...

    • @Guruprasad_A
      @Guruprasad_A  10 місяців тому

      m.ua-cam.com/video/efC81f-Z22Q/v-deo.html&pp=ygUYU3BzcyBhbW9zIHBhdGggYW5hbHlzaXMg

  • @Guruprasad_A
    @Guruprasad_A  3 роки тому +1

    Hello everyone, for correlation, PCA, cluster analysis (ward min variance and k-means) and Multivariate D^2 statistics/Tocher method of clustering do refer the videos which i have already uploaded in the channel

  • @atanasioatom
    @atanasioatom Рік тому

    What is the solution to this error "Error: unexpected ',' in "bout

    • @Guruprasad_A
      @Guruprasad_A  Рік тому

      Can u send full error report?

    • @atanasioatom
      @atanasioatom Рік тому

      options(max.print = 100000)
      > str(AUGM)
      tibble [88 × 7] (S3: tbl_df/tbl/data.frame)
      $ Block : Factor w/ 4 levels "Block1","Block2",..: 1 1 1 1 1 1 1 1 1 1 ...
      $ Varaiety: Factor w/ 76 levels "Check1","Check2",..: 1 2 3 4 5 16 27 38 49 60 ...
      $ CS : num [1:88] 7 9 9 8 8 10 9 10 8 10 ...
      $ TP : num [1:88] 74.3 60.8 63.7 65 63 ...
      $ KP : num [1:88] 74 72 77.7 63.7 72 ...
      $ TPKP : num [1:88] 7 6 7 8 9 10 8 7 7 8 ...
      $ OS : num [1:88] 111 112 111 112 105 108 106 107 106 108 ...
      > AUGM$Block AUGM$Varaiety str(AUGM)
      tibble [88 × 7] (S3: tbl_df/tbl/data.frame)
      $ Block : Factor w/ 4 levels "Block1","Block2",..: 1 1 1 1 1 1 1 1 1 1 ...
      $ Varaiety: Factor w/ 76 levels "Check1","Check2",..: 1 2 3 4 5 16 27 38 49 60 ...
      $ CS : num [1:88] 7 9 9 8 8 10 9 10 8 10 ...
      $ TP : num [1:88] 74.3 60.8 63.7 65 63 ...
      $ KP : num [1:88] 74 72 77.7 63.7 72 ...
      $ TPKP : num [1:88] 7 6 7 8 9 10 8 7 7 8 ...
      $ OS : num [1:88] 111 112 111 112 105 108 106 107 106 108 ...
      > bout

  • @walelignazene1003
    @walelignazene1003 4 роки тому +1

    I really like it & hope you will include others. for the time being, I want cluster & PCA analysis.

    • @Guruprasad_A
      @Guruprasad_A  4 роки тому +1

      Ok I will do a video on PCA.

    • @Guruprasad_A
      @Guruprasad_A  4 роки тому

      For cluster, I hope you need tocher method.

  • @enetube6308
    @enetube6308 2 роки тому

    do you have solutions to solve the problem encountered "Error in augmentedRCBD.bulk(data = AON, block = "blk", treatment = "trt", :
    could not find function "augmentedRCBD.bulk" please?

    • @Guruprasad_A
      @Guruprasad_A  2 роки тому +1

      You have not loaded the package correctly.
      library(augmentedRCBD)
      or
      you might have done some mistake in spellings please check.

  • @prachirawat7282
    @prachirawat7282 2 місяці тому

    Thank you for great explanation, i always come back to this video whenever i have confusions. Btw can you tell what other operations can be done in augmented block design except for gva. Can we calculate heterosis using augmented block design?

  • @doringjulius651
    @doringjulius651 2 роки тому

    Hello, sir i have data on disease screening of powdery mildew and data are in percentage it is possible to do analysis

    • @Guruprasad_A
      @Guruprasad_A  2 роки тому

      Yup,
      It will be better if you use scores of an appropriate scale.

  • @muneebahm9372
    @muneebahm9372 9 місяців тому

    Hello sir it shows data is of type tibble and it also shows test treatments are replicated can you plz help me out

    • @Guruprasad_A
      @Guruprasad_A  9 місяців тому +1

      Tibble warning doesn't have any problem with results, but check the replications (checks) name or order correctly in the Excel sheet.

  • @enetube6308
    @enetube6308 2 роки тому

    please tell me the solution that when I run analysis using augmentedRCBD it says "could not find augmentedRCBD.bulk" function. So, how can I solve this issue?

    • @Guruprasad_A
      @Guruprasad_A  2 роки тому

      First check whether you have loaded augmented RCBD package, then check the spelling is exactly right or not.
      You can also find more info on different function by clicking on augmented RCBD package in packages window.

  • @srinivasayerva7241
    @srinivasayerva7241 Рік тому

    Hi i am getting error when i run code output be like this
    Error in if (pval > 1) pval

    • @Guruprasad_A
      @Guruprasad_A  Рік тому

      Enter TRUE/False in console, below where you write code.

  • @ramandeepmatharu
    @ramandeepmatharu 2 роки тому

    I want to use the method of comparison as lsd, how to do that?
    I am getting the following error.
    unused argument (method.comp = c("lsd"))

  • @gurmeetkaur049
    @gurmeetkaur049 Рік тому

    Sir ,i want to know how to make aa excel file for two enviroments in augumented design?If any video related with two enviroments analysis please share link

    • @Guruprasad_A
      @Guruprasad_A  Рік тому +1

      Its not possible to do multi environment analysis in augmented block design.

  • @naayak9226
    @naayak9226 Рік тому

    Hello sir I was done analysis accordingly in this manner but it showing error like checks can't be inferred as none of treatments replicated across all the blocks ...I tried a lot can't sort out will u suggest me how to solve this error

    • @Guruprasad_A
      @Guruprasad_A  Рік тому

      Check the order of checks and their names

  • @tavishasingh9622
    @tavishasingh9622 Рік тому

    while retrieving the results am getting as Error in read_xml.raw(charToRaw(enc2utf8(x)), "UTF-8", ..., as_html = as_html, :
    PCDATA invalid Char value 27 [9]
    How to debug this? even following the pinned comment

    • @Guruprasad_A
      @Guruprasad_A  Рік тому +1

      if (!require('devtools')) install.packages('devtools')
      devtools::install_github("aravind-j/augmentedRCBD")
      Use the above lines of code to install developer version.
      If it's still won't working means try to export the file in excel format using the code
      report.augmentedRCBD.bulk(aug.bulk = bout,
      target = file.path(tempdir(),
      "augmentedRCBD bulk output.xlsx"),
      file.type = "excel")

    • @janhavisawant9382
      @janhavisawant9382 Рік тому

      I tried doing it in Excel too ...but still it's not working sir.

    • @Guruprasad_A
      @Guruprasad_A  Рік тому

      Did you used Developer version.

  • @PeterBuyoyu
    @PeterBuyoyu 9 місяців тому +1

    thank you. Best turorial!

  • @MarcoMngongo
    @MarcoMngongo 3 роки тому

    I tried to follow the step by step but to excute the last command for output is taking very long time I left it over night and no output were produced. What could be a problem. I have 256 accession and three checks.

    • @Guruprasad_A
      @Guruprasad_A  3 роки тому

      Try this in other computer, or reinstall R and R studio then give it a try.

  • @VijaySharma-sw6dp
    @VijaySharma-sw6dp 2 роки тому

    How can we perform pooled analysis of data in augmented design

    • @Guruprasad_A
      @Guruprasad_A  2 роки тому

      Check it out in Plant breeding tools.

  • @dattipurushotamarao1603
    @dattipurushotamarao1603 2 роки тому

    Sir...how to do metrology analysis

  • @yohannesazene956
    @yohannesazene956 2 роки тому

    first of all thank you for your nice presentation about augmented block design, saying this after analysis my data "report.augmentedRCBD.bulk(bout, file.path(tempdir(),'' is not working when I doing all analysis finally it says that,,, Error in read_xml.raw(charToRaw(enc2utf8(x)), "UTF-8", ..., as_html = as_html, :
    PCDATA invalid Char value 27 [9]....so how to report my data result thank you.

  • @happysirji
    @happysirji 2 роки тому

    How to do analysis if there is 1 incomplete block using augmentedrcbd ??

    • @Guruprasad_A
      @Guruprasad_A  2 роки тому

      Same method you can use.

    • @happysirji
      @happysirji 2 роки тому

      @@Guruprasad_A thanks. I have 1 more query. I used augmented block design in my work. And now i want to do d^2 statistics using tocher method, the problem is in my case there are no replications, how can I proceed?

    • @Guruprasad_A
      @Guruprasad_A  2 роки тому

      If you have two season data then you can proceed by considering other has a replication.

    • @happysirji
      @happysirji 2 роки тому

      @@Guruprasad_A i have data for 1 season only. Is there any other way we can analyse the genetic diversity other than the d^2 statistics?

    • @Guruprasad_A
      @Guruprasad_A  2 роки тому

      No you can do hierarchical clustering.

  • @malenatomy3319
    @malenatomy3319 Рік тому

    Sir, Can you do a video on how to find genotypic correlation from adjusted means in augmented RCBD and how to find phenotypic correlation also

  • @alexdesouza8351
    @alexdesouza8351 2 роки тому +1

    Great video. Thank you so much

  • @muhammadazharnadeem2682
    @muhammadazharnadeem2682 3 роки тому

    @The Outlier, could you calculate genotype by environment interaction (GxE) using augmented block design across the environments

    • @Guruprasad_A
      @Guruprasad_A  3 роки тому

      data.cimmyt.org/dataset.xhtml?persistentId=hdl:11529/10857

    • @Guruprasad_A
      @Guruprasad_A  3 роки тому

      Please do check the above software. I hope the manual of the software could help?

  • @chaminchimyang4689
    @chaminchimyang4689 6 місяців тому

    Thank u sir. But can we save the same thing in notepad instead of word file

    • @Guruprasad_A
      @Guruprasad_A  6 місяців тому

      Yup.

    • @chaminchimyang4689
      @chaminchimyang4689 6 місяців тому

      Also I wanted to ask how to use this adjusted mean data for path analysis. Under $replication what we have to provide. Since only the checks are replicated

    • @Guruprasad_A
      @Guruprasad_A  6 місяців тому

      @@chaminchimyang4689 You only consider the mean value for path analysis.

  • @steelinmartina9533
    @steelinmartina9533 2 роки тому +1

    Thanks for the video Sir

  • @steelinmartina9533
    @steelinmartina9533 2 роки тому

    where can I get the augmentedRCBD package

    • @Guruprasad_A
      @Guruprasad_A  2 роки тому

      Install.packages(“augmentedRCBD”)

    • @Guruprasad_A
      @Guruprasad_A  2 роки тому

      Use the above command to install the package

  • @priyankaparihar2217
    @priyankaparihar2217 11 місяців тому +1

    thanku.. this is very useful

  • @cyrinerobbana1691
    @cyrinerobbana1691 2 роки тому

    Thank you for the nice presentation, could you please give as a presentation how to assess in r ANOVA and statistics across environments and years for an augmented design. the library augmrntedRCBD is used only for one trial in one environment, i didn't find script to help in order to a,nalyse multi environment trials based on augmented design

    • @Guruprasad_A
      @Guruprasad_A  2 роки тому

      It's not possible to do multi environment analysis using this design, you should have RCBD or Alpha lattice design.

  • @shivanibreeder987
    @shivanibreeder987 Рік тому

    sir i am getting this error........Error: unexpected string constant in "Primary branches Mean","Sec. Branches Mean","Height Mean","Tiller Mean","Fertile grains","STERILE","Total grain number"),checks = NULL,alpha = 0.05,describe = TRUE,freqdist = TRUE,gva = TRUE,c"

    • @Guruprasad_A
      @Guruprasad_A  Рік тому

      You might have made a misting while typing name of the variables, please verify the names of "Primary branches Mean","Sec. Branches Mean","Height Mean","Tiller Mean","Fertile grains","STERILE","Total grain number" they have to correspond similar to the name in EXCEL.
      Or
      Try changing the names of variables like Primary branches Mean to pbm, it will reduce the error while typing.
      Remember R is case sensitive.

  • @adityapratapsingh6068
    @adityapratapsingh6068 2 роки тому

    Sir, could you please give some references about what you said regarding which ANOVA is generally used and how to calculate genotypic and phenotypic correlation and path analysis? Thank you.

    • @Guruprasad_A
      @Guruprasad_A  2 роки тому +1

      Use adjusted means to calculate genotypic correlations.
      Use the normal data what you used for ANOVA for phenotypic correlation (take average of the checks)
      Same thing for path analysis also use adjusted means for genotypic path analysis use lavaan package in R or AMOS in SPSS
      For ANOVA main table you need to take elements from both the tables like this
      www.indostat.org/moduleslinks/ablinks/aug.pdf
      Thesis ref
      Sahoo, P. K., 2018, Genetic analysis for yield,yield components and quality traits in pea. M. Sc (Agri) Thesis., JNKVJabalpur.

  • @calvingarden5064
    @calvingarden5064 8 місяців тому

    Hi sir
    Thanks for your videos...
    I request you to share the videos on AUGMENTED BLOCK DESIGN FOR MULTI LOCATION

    • @Guruprasad_A
      @Guruprasad_A  8 місяців тому

      It is not an appropriate design for multi location trail.

  • @kabnaasefa6193
    @kabnaasefa6193 4 роки тому +1

    Really thanks so much for sharing fruitfully work. if possible share for me sign task of augmented designed

  • @mallikarjunpk896
    @mallikarjunpk896 Рік тому

    VERY INFORMATIVE VIDEO SIR, I NEED TO KNOW HOW GET THE BLOCK EFFECT (ELIMINATING TREATMENT) NON SIGNIFICANT

    • @Guruprasad_A
      @Guruprasad_A  Рік тому

      I think what you need is already, there in the anova.

  • @malenatomy3319
    @malenatomy3319 2 роки тому

    Sir, Can you give the source of data that you have entered in excel sheet for doing this analysis?

    • @Guruprasad_A
      @Guruprasad_A  2 роки тому

      Just I created the data for the video purpose only, its not there with me now.

  • @navyasri4893
    @navyasri4893 Рік тому

    Firstly thank you for this video sir,but I have a small issue how can we get total number of entries that is genotypes plus check data in ANOVA table as we didn't get total number of entries data in ANOVA

  • @deepikachandrasekaran3554
    @deepikachandrasekaran3554 3 роки тому

    Sir, What are the analysis possible for qualitative traits for certain number of accessions?

    • @Guruprasad_A
      @Guruprasad_A  3 роки тому

      We can do association studies, in which we look at the correlation between a qualitative trait and trait of our interest (yield), in case if we have molecular data we can do single marker analysis.

    • @deepikachandrasekaran3554
      @deepikachandrasekaran3554 3 роки тому

      @@Guruprasad_A ok sir. Thank you.

  • @steelinmartina9533
    @steelinmartina9533 2 роки тому

    Please upload a video of installing R studio.
    I have installed R studio but facing some kind of issue

    • @Guruprasad_A
      @Guruprasad_A  2 роки тому

      ua-cam.com/video/NZxSA80lF1I/v-deo.html

  • @sanketnayak7707
    @sanketnayak7707 2 роки тому

    Good Morning Sir
    Is it possible to analyze GCV, PCV, path and D sq in Augmented Block Design without having replicated data.

  • @sreenivasshrihaan1318
    @sreenivasshrihaan1318 3 роки тому

    Hi can you give source of augmented design DMRT analysis..

    • @Guruprasad_A
      @Guruprasad_A  3 роки тому

      out1

    • @Guruprasad_A
      @Guruprasad_A  3 роки тому

      Sir please do read this article especially section "7.1" last part, I did't show the requested part in my video as it consumes lot of time due to more number of genotypes with an outdated processor.
      aravind-j.github.io/augmentedRCBD/articles/Data_Analysis_with_augmentedRCBD.html

    • @Guruprasad_A
      @Guruprasad_A  3 роки тому

      need to pass an additional argument using augmentedRCBD() function method.comp="lsd"

  • @deepikachandrasekaran3554
    @deepikachandrasekaran3554 3 роки тому

    Hello sir. If changes had been made in raw data, the results are not updated. It is giving the same results. Please find me a solution.

    • @Guruprasad_A
      @Guruprasad_A  3 роки тому

      Results are mostly dependent on checks .

    • @deepikachandrasekaran3554
      @deepikachandrasekaran3554 3 роки тому

      @@Guruprasad_ASir the basic descriptive statistics also not updated. How can the Max and min value and cv will be the same for all data.

    • @Guruprasad_A
      @Guruprasad_A  3 роки тому

      Restart R session and do analysis from start and save the data in Excel before importing.

    • @deepikachandrasekaran3554
      @deepikachandrasekaran3554 3 роки тому

      @@Guruprasad_A Sir how to save the data in Excel. It is generated on temp directory.

    • @deepikachandrasekaran3554
      @deepikachandrasekaran3554 3 роки тому

      Thank you sir. Now I'm getting the new results.

  • @priyankaparihar2217
    @priyankaparihar2217 11 місяців тому +1

    thanku for great explaination!

    • @gumansingh2689
      @gumansingh2689 8 місяців тому

      .I am not able to analyze my data. Will you please analyze my data?.

  • @deepikachandrasekaran3554
    @deepikachandrasekaran3554 3 роки тому

    Sir. I am having 210 (205 genotypes+5 checks) but while converting into factors it is showing only 208 levels. Please guide me in this regard.

    • @Guruprasad_A
      @Guruprasad_A  3 роки тому

      Please do check the names of 205 genotypes once again in Excel sheet and confirm whether they are unique or not one by one.
      Do the same for checks also

    • @deepikachandrasekaran3554
      @deepikachandrasekaran3554 3 роки тому

      @@Guruprasad_A ok sir. I will check again

    • @deepikachandrasekaran3554
      @deepikachandrasekaran3554 3 роки тому

      Yes sir. You are right. problem solved. Thank you very much sir for your kind reply.

  • @subhasinighosh3122
    @subhasinighosh3122 3 роки тому

    Can you please show the data analysis for RCBD design

    • @Guruprasad_A
      @Guruprasad_A  3 роки тому

      Check it out in STAR app, I made a recent video on agriculture statistical tools.

  • @basavarajpattanashetti9343
    @basavarajpattanashetti9343 3 роки тому

    Hi sir, How does R calculates adjusted means? and why?

    • @Guruprasad_A
      @Guruprasad_A  3 роки тому

      www.reneshbedre.com/blog/ancova.html

    • @basavarajpattanashetti9343
      @basavarajpattanashetti9343 3 роки тому

      @@Guruprasad_A Sir you are saying adjusted means remove the bias of covariate from the model. Is it same for ANOVA also?

    • @Guruprasad_A
      @Guruprasad_A  3 роки тому

      No.

    • @basavarajpattanashetti9343
      @basavarajpattanashetti9343 3 роки тому

      @@Guruprasad_A then what is the need of calculating adjusted means?

    • @Guruprasad_A
      @Guruprasad_A  3 роки тому

      Adjusted means gives the true (genotypes) value eliminating environmental variations

  • @vishalpareek125
    @vishalpareek125 3 роки тому

    Hello sir, I am also conducting a experimental trial in Augmented Design. The experiment consists of 3 checks 52 genotypes and 4 blocks so the error degree of freedom is 6. I want to ask that whether it is correct or the error df should be more than 10 compulsorily. If that so then I will need to add 2 more checks in my trial in order to make error df equal to 12.

    • @Guruprasad_A
      @Guruprasad_A  3 роки тому +1

      Yup error df should be more than 12

  • @malenatomy3319
    @malenatomy3319 2 роки тому

    Sir, How can we perform Augmented CRD? Please do a video on augmented CRD

    • @Guruprasad_A
      @Guruprasad_A  2 роки тому

      Augmented CRD design is not there, as per my knowledge.

  • @deepikachandrasekaran3554
    @deepikachandrasekaran3554 3 роки тому

    Sir please do video on PCA and cluster analysis

  • @greenemmanuel-ahadzie7624
    @greenemmanuel-ahadzie7624 3 роки тому

    Thanks a lot for the video though you were too fast.

  • @sahanak.v.m.940
    @sahanak.v.m.940 8 місяців тому

    Minimum population required for augmented block design in vegetable science

    • @Guruprasad_A
      @Guruprasad_A  8 місяців тому

      Morev then 30, if seeds are more and population is more go with RCBD.

    • @sahanak.v.m.940
      @sahanak.v.m.940 8 місяців тому

      Sir I am using 10 blocks in which 10 F2 population ,3 check, 2 parents and 1 F1 parent in my research, is it correct?

  • @ronaldgiecalamba4229
    @ronaldgiecalamba4229 3 роки тому

    Sir good day. I am a plant breeding student from the Philippines which currently finished conducting my thesis on F3 mungbean genotypes in an Augmented RCBD. My probpem now is how to do the ANOVA in an Augmented RCBD same in this video presented which i find it the same to my study. Can i ask your help sir about my problem? Since i do not know how to do programming like this. If given a chance sir, can i ask your email? Thank you very much.

    • @Guruprasad_A
      @Guruprasad_A  3 роки тому

      Presently I am not carrying my laptop, I am traveling. I try best to answer you

    • @ronaldgiecalamba4229
      @ronaldgiecalamba4229 3 роки тому

      Thank you very much sir. Keep safe.

    • @ronaldgiecalamba4229
      @ronaldgiecalamba4229 3 роки тому

      Sir i sent you an email. Hopefully you can read it. Thank you.

  • @TanzeelaBashir-br5xu
    @TanzeelaBashir-br5xu Рік тому

    I’m facing an error can you please share your email??