RSM 06 Central Composite Design
3:09
Building a Pie-Donut Chart in R
6:06
Desirability functions
6:49
3 жыл бұрын
Design and Analysis of Experiments
1:13
Choosing an Experimental Design
7:21
Пікірлер
@adrianvega9946
@adrianvega9946 3 күн бұрын
Hello Rosane....! I was your student at Udemy... for the DOE for Optimization course... All material you present is excellent... Thanks for your help.
@chintumofu3463
@chintumofu3463 18 күн бұрын
I am so confused. How do you tell the significance? Is it by seeing if they are in close range or maybe far apart or what
@ldsharma6546
@ldsharma6546 19 күн бұрын
Very informative
@dan-ls4mq
@dan-ls4mq 26 күн бұрын
how do we get the resulting yield, or yhe percentage?
@carlosauc
@carlosauc 28 күн бұрын
Interesting video. How can I codify X1 if each point has a logarithmic increment? For example, A = 0, 1, 10, 100. x1 ~ (A - 100)/Log(10), is it correct? Thanks
@nwakajikingsley7747
@nwakajikingsley7747 Ай бұрын
Thanks som i find, your tutorial interesting, please can you help me out with the question below? Q. Write on Augmentation of 2k factorial experiment with center point to handle curvature and lack of fit
@alekandrecostadesousa1777
@alekandrecostadesousa1777 2 ай бұрын
Hello! Thansks so much! I have a question: In 3:34, with 16 experiments you code suggest a 4 resolution instead of a 5 resolution: FrF2(nfactors = 5, resolution = 4) Which one is correct?
@sielberhighrontabinas8991
@sielberhighrontabinas8991 2 ай бұрын
Can this be used for single replication? 😢
@RosaneRech
@RosaneRech Ай бұрын
Yes, if you have enough degrees of freedom.
@guilhermeluiz8428
@guilhermeluiz8428 2 ай бұрын
Muito origado pelo vídeo! Ajudou demais a entender essa confusão de letra.
@williamkramer1494
@williamkramer1494 3 ай бұрын
Great video, thank you so much!
@Xian-ge5bu
@Xian-ge5bu 3 ай бұрын
I ended up with a different ANOVA table below. Can someone tell me where I made a mistake in my R code? Df Sum Sq Mean Sq F value Pr(>F) Glass 2 267 133 0.888 0.429 Temp_Factor 2 3141469 1570734 10450.918 <2e-16 *** Glass:Temp_Factor 4 534 133 0.888 0.491 Residuals 18 2705 150
@OlimHayot
@OlimHayot 3 ай бұрын
getwd() setwd("D:/") library(readxl) R <- read_excel("D:/R.xlsx") View(R) library(dplyr) # Assuming your dataframe is named excel_data data_summary <- R %>% group_by(Glass, Temp) %>% summarise(mean = mean(`Light`, na.rm = TRUE), sd = sd(`Light`, na.rm = TRUE)) %>% arrange(desc(mean)) # View the data_summary dataframe View(data_summary)
@OlimHayot
@OlimHayot 3 ай бұрын
thank a lot a beatifull skills from beatifull Lady!
@aloapolaya2358
@aloapolaya2358 3 ай бұрын
nice :)
@javieracornejo1940
@javieracornejo1940 3 ай бұрын
Thanks a lot! This tutorial is easy to follow
@mcleancapistrano8894
@mcleancapistrano8894 3 ай бұрын
At 3:56, assuming 0.71 and 1.4 were not significantly different, how do I draw the line? Do I draw it from 0.71 all the way to 1.4 or do I skip 1.02? The video was amazingly helpful, by the way. Thank you!
@cristyallen8074
@cristyallen8074 3 ай бұрын
Hi! What code should I input to get CDL if I did Dunn’s Test? Thanks!
@josephdaquila2479
@josephdaquila2479 4 ай бұрын
Direction of steepest ascent is just the gradient, correct?
@elinazakharchenko4667
@elinazakharchenko4667 4 ай бұрын
Thank you very much for explanation! But how in Excel can we create a table that you shown at 1.38, 16.38+-0.3 with st.dev.?
@gandhipremkumar
@gandhipremkumar 4 ай бұрын
Can explain the desirability functions with R code. I have 4 Factors and two responses
@joannakoodziejczyk2290
@joannakoodziejczyk2290 4 ай бұрын
Thanks for the great tutorial! My question is: is it possible to add another level/layer? Eg to have: survived - class - age?
@im_ykp
@im_ykp 4 ай бұрын
Barely understand your accent
@hobiliyumak
@hobiliyumak 4 ай бұрын
thank you for this video. It's very useful.
@MrSdsok
@MrSdsok 4 ай бұрын
What accent is that ? excuse me
@katelyn6435
@katelyn6435 5 ай бұрын
Smart way! It's much simpler than the method I learnt to compare down and up etc. Thank you!
@ouadsoltani4087
@ouadsoltani4087 5 ай бұрын
each time I run this command multcompLetters4(Anova, Tukey) I receive this error msg : Error in `[.data.frame`(data, , fm[[1]]) : undefined columns selected, could you help me solving this problem please?
@haroonmet
@haroonmet 5 ай бұрын
Thank you for the awesome videos. Can you just get me to understand how did you arrive to the axial points of 92.07, 77.93, 182.07 and 167.93? I have tried many times but couldn't get the same answer... Thank you in advance
@Noah-xq7vy
@Noah-xq7vy 3 ай бұрын
Hello, when x = 1 there is a difference of 5°C or 5 minutes which means 1 = 5 so in order to calculate how much is 1,414 you just have to do 1,414 * 5 and you find 7,07. I hope this is clear.
@IVBURAK
@IVBURAK Ай бұрын
I asked that question to Chat GPT
@bkarim7349
@bkarim7349 5 ай бұрын
Thank you . great video.
@hebertopolancoortega6585
@hebertopolancoortega6585 5 ай бұрын
I need to label y axis with "Regeneration percentage (%)" but in the code I can't write % because shows me an error. How can I put % in y axis? 🙏🏽
@sabrinaalves8315
@sabrinaalves8315 5 ай бұрын
Thank you very much. Congratulations!!!❤
@richielicea3293
@richielicea3293 5 ай бұрын
Certainly a great video!!!! However, I'm facing some problems with plot generation. At the end of line 39 you introduce 'y=quant', what is this? When I run the function for plot, it's generated an error 'quant object not found'. I would appreciate information about it. Thanks beforehand
@eduardobeche1629
@eduardobeche1629 5 ай бұрын
How can I use fixed values as my data. let's say I already have the % values for each category?
@jakubjagielski46
@jakubjagielski46 6 ай бұрын
This is amazing. Have been studying and working with experimental design for about 2 years. Never ever have I seen such comprehensive introduction as this video.
@RosaneRech
@RosaneRech 5 ай бұрын
Great to hear! Thank you!!!
@user-fu6vi7gp5g
@user-fu6vi7gp5g 6 ай бұрын
lovely teaching video! how to analysis soil fertility status?
@Miguel10111948
@Miguel10111948 6 ай бұрын
EXCELLENT explanations !!!
@summayyafatima7296
@summayyafatima7296 6 ай бұрын
why does she sounds like Sofia vergara ......nice explanation though.
@uzomanworgu6458
@uzomanworgu6458 6 ай бұрын
very helpful!!!!
@user-fu6vi7gp5g
@user-fu6vi7gp5g 6 ай бұрын
Rosane Your video is a lovely one and go ahead please on soil fertility status and different fertilizer rate like phosphorus and potassium etc.
@user-fu6vi7gp5g
@user-fu6vi7gp5g 7 ай бұрын
dr. Rech your teaching is a lovely one!! please do on fertilizer rate of phosphorus and potassium by RCBD design
@dr.md.sabibulhaque7962
@dr.md.sabibulhaque7962 7 ай бұрын
Thanks for the nice tutorial. how to reorder or rearrange the x variables mean feed types??
@aji9040
@aji9040 8 ай бұрын
At last got some clarity from your video
@amirsafari7140
@amirsafari7140 8 ай бұрын
hi, I'm working on laser-assisted turning and currently experimenting with five parameters: depth of cut, feed rate, spindle speed, laser power, and laser angle (the distance between the laser spot and cutting edge). Initially, I opted for a face-centered central composite design. However, I've noticed that when the laser power is set to 0 (indicating the laser is off), the laser angle becomes irrelevant. I'm uncertain about the appropriate experimental design in this situation. Could you please suggest a method or name for this scenario, considering the disregard for laser angle when laser power is zero? Thank you for your insights!
@RosaneRech
@RosaneRech 8 ай бұрын
Hi Amir, you can send me an email using the contact on the channel details, so we can discuss your experiment.
@amirsafari7140
@amirsafari7140 8 ай бұрын
hi, I'm working on laser-assisted turning and currently experimenting with five parameters: depth of cut, feed rate, spindle speed, laser power, and laser angle (the distance between the laser spot and cutting edge). Initially, I opted for a face-centered central composite design. However, I've noticed that when the laser power is set to 0 (indicating the laser is off), the laser angle becomes irrelevant. I'm uncertain about the appropriate experimental design in this situation. Could you please suggest a method or name for this scenario, considering the disregard for laser angle when laser power is zero? Thank you for your insights!
@josephdaquila2479
@josephdaquila2479 4 ай бұрын
Wouldn't this be an interaction between variables? Sorry if that doesn't directly help, but just trying to clarify. Hope you find a good approach.
@draaa2893
@draaa2893 8 ай бұрын
Please help, I cannot find the library multcompView package in my library
@RosaneRech
@RosaneRech 8 ай бұрын
If it is not there, please install the library first using the code < install.packages("multcompView") >
@draaa2893
@draaa2893 8 ай бұрын
@@RosaneRech thank you very much ❤️
@abdussalam-vy1vl
@abdussalam-vy1vl 8 ай бұрын
Hi Mam! How can I get this (Attached) type of output data table by spss? drive.google.com/file/d/124lLrZex2DGoDFWb3TSRrWFq15tDouDp/view?usp=drive_link
@s.n.salsabilaa
@s.n.salsabilaa 8 ай бұрын
Excuse me, how do you calculate the percent? Please help me .
@RosaneRech
@RosaneRech 8 ай бұрын
The % are the mock results of the experiment.
@adegunloyerebecca2671
@adegunloyerebecca2671 8 ай бұрын
"I would like to inquire about the possibility of engaging in a business discussion concerning your Udemy course. The aim would be to explore
@RosaneRech
@RosaneRech 8 ай бұрын
You can send me an email to the address of the KZfaq channel.
@digbyrocket
@digbyrocket 8 ай бұрын
What if your grouping variable is not interval?? How could you do this for nominal categories such as an experiment (where this would obviously be the most useful)? Specifically, the step in which you identify between group differences with Tukey's test is extremely cumbersome if the variables do not have a linear relationship.
@RosaneRech
@RosaneRech 8 ай бұрын
The variables don't need to have a linear relationship. You can use the same procedure for categorical variables.
@Jacobrasmu
@Jacobrasmu 8 ай бұрын
bro snhush
@RosaneRech
@RosaneRech 8 ай бұрын
👀
@leandrogdearaujo
@leandrogdearaujo 8 ай бұрын
This video is pure gold!