search for: rasool

Displaying 13 results from an estimated 13 matches for "rasool".

Did you mean: rasmol
2010 Feb 14
4
Problem in performing goodness of fit test in R.
I am trying to perform goodness of fit test using R. I am using this website http://wiener.math.csi.cuny.edu/Statistics/R/simpleR/stat013.html for help. However, I am unable to carry out the test successfully. My code follows. It is taken from the website just mentioned. freq=c(22,21,22,27,22,36) # frequencies obtained after rolling the dice 150 times. prob=c(1,1,1,1,1,1)/6 # specify expected
2010 May 21
2
Getting sink to work with “message” on R 2.11.0 - what did I miss?
...+3 sink() readLines(con = "all.Rout") So to get the following output: > 1+3 [1] 4 Obviously this doesn't work. I tried some variations (based on the explanations in the help) but am missing something on how to make it work. Any suggestions? (p.s: I need this so to help Faiz Rasool in his latest post) Thanks, Tal ----------------Contact Details:------------------------------------------------------- Contact me: Tal.Galili@gmail.com | 972-52-7275845 Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | www.r-statistics.com (English) -------------------...
2010 Mar 13
2
Two questions, first about contingency tables, and second about table () and data.frame (), from a visually impaired user.
Hi all, I want to make a contingency table in R. I want to tabulate two variables, one as the independent and second as the dependent variable. The IV has two categories, namely, birth complications, and no birth complications. The frequency of birth complication category is fifty, and the frequency of no birth complication category is 34. The categories and frequencies of DV follows.
2018 Mar 06
5
couple of how-to-do it in R questions regarding corelations and mean and SD of likert items
Dear list, I have the following how-to-do it in R, questions. Suppose I have ten independent variables, and one dependent variable. I want to find the Pearson correlation of all the IVs with the DV, but not the correlation between the IVs. What I know so far, about R, that I have to type the cor () function ten times, each time requesting for a correlation between one IV and the DV. I was
2018 Feb 23
0
How to Save the residuals of an LM object greater or less than a certin value to an R object?
...koverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example [2] http://adv-r.had.co.nz/Reproducibility.html [3] https://cran.r-project.org/web/packages/reprex/index.html (read the vignette) -- Sent from my phone. Please excuse my brevity. On February 22, 2018 8:09:49 PM PST, faiz rasool <faiz7r at gmail.com> wrote: >Dear list members, > >I want to save residuals above or less than a certain value to an R >object. I have performed a multiple linear regression, and now I want >to find out which cases have a residual of above + 2.5 and ? 2.5. > >Below I pr...
2010 May 20
2
Reading results of commands in Microsoft Word typed in the terminal window, A question from a Blind R user.
Hi all, I would like to read the results of the commands type in the terminal window in Microsoft Word. As a blind user my options are somewhat limited and are time consuming if I want to see the results of the commands that I have type earlier. for example if my first two commands were x<-c(1,2,3,4,5) mean(x) and I have typed ten more commands after the first two commands it is not easy
2010 May 22
2
Capturing R console output into a file (sink+savehistory ??)
...ines function, not from >> all.Rout. >> >> >> I tried some variations (based on the explanations in the help) but am >>> missing something on how to make it work. >>> >>> Any suggestions? >>> >>> (p.s: I need this so to help Faiz Rasool in his latest post) >>> >>> Thanks, >>> >>> Tal >>> >> -- >> David Winsemius, MD >> West Hartford, CT >> >> > [[alternative HTML version deleted]]
2018 Feb 23
2
How to Save the residuals of an LM object greater or less than a certin value to an R object?
Dear list members, I want to save residuals above or less than a certain value to an R object. I have performed a multiple linear regression, and now I want to find out which cases have a residual of above + 2.5 and ? 2.5. Below I provide the R commands I have used. Reg<-lm(a~b+c+d+e+f) # perform multiple regression with a as the dependent variable. Residuals<-residuals(reg) # store
2018 Mar 06
0
couple of how-to-do it in R questions regarding corelations and mean and SD of likert items
...000 0.3790644 2 versicolor 5.9360000 0.5161711 2.7700000 0.3137983 3 virginica 6.5880000 0.6358796 2.9740000 0.3224966 Cheers Petr > -----Original Message----- > From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of faiz rasool > Sent: Tuesday, March 6, 2018 1:04 PM > To: r-help at r-project.org > Subject: [R] couple of how-to-do it in R questions regarding corelations and > mean and SD of likert items > > Dear list, I have the following how-to-do it in R, questions. > > Suppose I have ten independ...
2018 Feb 26
0
questions about performing Robust multiple regression using bootstrap
...r Models, 3rd ed. I hope this helps, John ----------------------------- John Fox, Professor Emeritus McMaster University Hamilton, Ontario, Canada Web: socialsciences.mcmaster.ca/jfox/ > -----Original Message----- > From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of faiz rasool > Sent: Monday, February 26, 2018 6:30 AM > To: R-help at r-project.org > Subject: [R] questions about performing Robust multiple regression using > bootstrap > > Dear list, > > I am slightly confused about how I can do the following in R. > > I want to perform...
2018 Feb 26
1
questions about performing Robust multiple regression using bootstrap
Dear list, I am slightly confused about how I can do the following in R. I want to perform robust multiple regression. I?ve used the Boot function in CAR package to find confidence intervals and standard errors. Inadition to these, I want to find the robust estimates for the F test and r-square. Finally, I would like to know the significance levels of bootstrap results. Below I explain
2013 Dec 16
0
Question
Hello Dears. I have a 2 questions about Discriminant Analysis in R. 1- In "ade4" package I perform this analysis for both quantitative and qualitative variables using "discrimin" function. R gives me "Canonical weights/ Loadings" and "Canonical scores" but doesn't give "*F* or *t *or *X-square *statistic" and "P-value" to determine
2018 Mar 17
1
How to Find the value of r-square change in hierarchical multiple linear regression
Dear list members, I'd like to find the value of r-square change at each step of a regression model. I know that I can use anova () to compare to models, but, if I want to find out that how much exactly r-square has change from one model to the next, how can I find that? Regards, and thanks for any help. Faiz