[R] Praising the Binancer package from a blind user’s perspective and few questions about technical indicators.

2020-12-31 Thread faiz rasool
Hi all, I am a totally blind R user. Few days ago I got to know about the Binancer package. This package solved one of the biggest issues I was facing while learning about trading on Binance. The problem of how a blind user can view candle stick charts to make trading decisions. The functions in Bi

[R] How to Find the value of r-square change in hierarchical multiple linear regression

2018-03-17 Thread faiz rasool
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

[R] couple of how-to-do it in R questions regarding corelations and mean and SD of likert items

2018-03-06 Thread faiz rasool
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

[R] questions about performing Robust multiple regression using bootstrap

2018-02-26 Thread faiz rasool
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-s

[R] How to Save the residuals of an LM object greater or less than a certin value to an R object?

2018-02-22 Thread faiz rasool
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) # perf

Re: [R] Getting sink to work with "message" on R 2.11.0 - what didI miss?

2010-05-27 Thread Faiz Rasool
sing R. If such a solution is not possible then I would appreciate the help of how to use R to make properly structured tables. Thank you all, Faiz. - Original Message - From: Greg Snow To: Tal Galili ; h...@stat.berkeley.edu Cc: Faiz Rasool ; R-help@r-project.org Sent: Thursd

Re: [R] Getting sink to work with "message" on R 2.11.0 - what didI miss?

2010-05-22 Thread Faiz Rasool
t") 1+3 sink() readLines(con = "all.Rout") [1] "[1] 4" The extra "[1]" and quotes are from the readLines function, not from all.Rout. I tried some variations (based on the explanations in the help) but am mi

[R] Reading results of commands in Microsoft Word typed in the terminal window, A question from a Blind R user.

2010-05-20 Thread Faiz Rasool
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

[R] Two questions, first about contingency tables, and second about table () and data.frame (), from a visually impaired user.

2010-03-13 Thread Faiz Rasool
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 fre

[R] Problem in performing goodness of fit test in R.

2010-02-13 Thread Faiz Rasool
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,3