library(doebioresearch) str(y1) #change to factor by using as.factor y1$rep=as.factor(y1$rep) y1$of=as.factor(y1$of) y1$inof=as.factor(y1$inof) str(y1) model 01 fcrd2fact(data, fact. A, fact.B, multiple.comparison.test) #mutiple. comparison.test #0 for no test #1 for LSD test #2 for Duncan test #3 for HSD test #crd-chlo ph rl ph:rl sd nd nl lw la lai fsw cgr2-LSD test #fcrd2fact(y1[4:5:6:7:8:9:10:11:12:13], y1$of, y1$inof, 1)
No way ! It is different for main and interaction effect. I used DMRT for this tutorial and as you know that the value for DMRT is not one that why R gave initial cut points .
I used the LSD test, for factorial CRD experiment, but for for each variables separately the LSD result were only one for example for cholorphyll content is 6.95 for Fact A,for Fact B , for A and B,
@@wakjiratesfahun3682Sir, i cant run it said that my x something is identical in r i have 2 treatments each of them have 3 reps and different concentrations and i cant organize as in the data that you show me because when i ran it, it said that my x is identical . i dont know what it means. pls help
ITS REALY HELPFUL KEEP POSTING SUCH VIDEOS
Thank you very much.
Thank you very much. very good information.
best video ever, its really very helpful thank you so much!
kindly make videos on RCBD factorials too
🙏🙏
Please check my videos. I already made a video.
wow ! an amazing response!!! Thank you!
Kindly I wand videos on PCA(Principle component analysis) and multiple regressions too!
Please check my videos.
what is the method change on this video to do by RCBD ?
frbd2fact(factorialdata[5:6],factorialdata$Replication,
factorialdata$Nitrogen,factorialdata$Phosphorus,2)
sorry I want to ask you that on this video how to analyses together the yield and st(straw yield) together at once on the same procedure? thank you!
is it R studio considers the only combination of treatment or level's of individual factor for computing Degree of freedom for factorial exprement
It consider both main and interaction effects in calculating degree of freedom.
Is that possible to analysis yield and straw(st) that you show us on this video?
THANK YOU SO MUCH
Thank you.
hi wakjera, I follow all procuders but when I make it run, it desply as it is without showing result at result window
I think you represented the code with some word. Please share the code with me.
library(doebioresearch)
str(y1)
#change to factor by using as.factor
y1$rep=as.factor(y1$rep)
y1$of=as.factor(y1$of)
y1$inof=as.factor(y1$inof)
str(y1)
model 01
fcrd2fact(data, fact. A, fact.B, multiple.comparison.test)
#mutiple. comparison.test
#0 for no test
#1 for LSD test
#2 for Duncan test
#3 for HSD test
#crd-chlo ph rl ph:rl sd nd nl lw la lai fsw cgr2-LSD test
#fcrd2fact(y1[4:5:6:7:8:9:10:11:12:13], y1$of, y1$inof, 1)
hi wakjira I need your support, I am waiting your reply from above my lastly I used code for analysis but, without showing result as it is...
@@yenealemalemneh8957 I told before to show me your code.
@@wakjiratesfahun3682
I am sent the code many times but uptoknow whynot reach to u
thank u bro it is very help me, but is it true the LSD value is only one from analysis result, is the same for all source of varation
No way ! It is different for main and interaction effect. I used DMRT for this tutorial and as you know that the value for DMRT is not one that why R gave initial cut points .
I used the LSD test, for factorial CRD experiment, but for for each variables separately the LSD result were only one for example for cholorphyll content is 6.95 for Fact A,for Fact B , for A and B,
@@yenealemalemneh8957 run this code
library(doebioresearch)
fcrd2fact(factorialdata[5],factorialdata$Nitrogen,factorialdata$Phosphorus,1)
@@wakjiratesfahun3682 10qu very much
@@yenealemalemneh8957 share with me your data with this email address ,wakjiratesfahun@gmail.com
can you pls show me the data in excel i cant organize the data like u did
It is already built in the doebioresearch page.
Just run this code after the package.
Data(factorialdata)
View(factorialdata)
@@wakjiratesfahun3682 thank you very much i will try to run my data
@@Roberttherobot69 let me know if face difficulties.
@@wakjiratesfahun3682Sir, i cant run it said that my x something is identical in r
i have 2 treatments each of them have 3 reps and different concentrations and i cant organize as in the data that you show me because when i ran it, it said that my x is identical .
i dont know what it means. pls help
@@Roberttherobot69 Please leave your email adress.
i need one vedio lecture on regresion
WHich type of regression you need?
like
Please show us first how to upload data first
Check my old videos .