search for: annijanh

Displaying 8 results from an estimated 8 matches for "annijanh".

2013 May 30
1
wilcox_test function in coin package
Dear All, I have two simple data samples (no groups or factors, etc.) and would just like to compute the two-sample Wilcoxon Rank Sum test using the wilcox_test function contained in the coin package, which is reportedly better than the regular wilcox.test function because it performs some adjustment for ties. Would anyone know how to craft a script to perform this task? Much appreciated. Janh
2017 Oct 14
0
Bootstrapped Regression
R-help is not a free coding service. We expect users to make the effort to learn R and *may* provide help when they get stuck. Pay a local R programmer if you do not wish to make such an effort. Cheers, Bert On Oct 14, 2017 7:58 AM, "Janh Anni" <annijanh at gmail.com> wrote: Greetings! We are trying to obtain confidence and prediction intervals for a predicted Y value from bootstrapped linear regression using the boot function. Does anyone know how to code it? Greatly appreciated. Janh [[alternative HTML version deleted]] _________...
2013 Mar 13
4
boxplot
Hi, I try to boxplot following data on the subset of (V1,V3,V5,V7) and (V2,V4,V6,V8) V1 V2 V3 V4 V5 V6 V7 V8 2 4 6 7 12 33 43 53 how can I use boxplot function to plot it? thanks, William
2017 Oct 15
2
Bootstrapped Regression
...R-help is not a free coding service. We expect users to make the effort to > learn R and *may* provide help when they get stuck. Pay a local R > programmer if you do not wish to make such an effort. > > Cheers, > Bert > > > On Oct 14, 2017 7:58 AM, "Janh Anni" <annijanh at gmail.com> wrote: > > Greetings! > > We are trying to obtain confidence and prediction intervals for a predicted > Y value from bootstrapped linear regression using the boot function. Does > anyone know how to code it? Greatly appreciated. > > Janh > > [...
2017 Oct 14
3
Bootstrapped Regression
Greetings! We are trying to obtain confidence and prediction intervals for a predicted Y value from bootstrapped linear regression using the boot function. Does anyone know how to code it? Greatly appreciated. Janh [[alternative HTML version deleted]]
2013 Mar 21
2
NADA
Dear Users Regarding the NADA package, would anyone be able to help me understand what values are actually plotted on the Y axis of the plot obtained by using the *ros* function on the data and plotting the result with the plot() function? The Y axis is labeled "Values". According to the NADA user manual, ros performs a log transformation of the data by default, but the user can specify
2017 Oct 15
0
Bootstrapped Regression
...vice. We expect users to make the effort to >> learn R and *may* provide help when they get stuck. Pay a local R >> programmer if you do not wish to make such an effort. >> >> Cheers, >> Bert >> >> >> On Oct 14, 2017 7:58 AM, "Janh Anni" <annijanh at gmail.com> wrote: >> >> Greetings! >> >> We are trying to obtain confidence and prediction intervals for a predicted >> Y value from bootstrapped linear regression using the boot function. Does >> anyone know how to code it? Greatly appreciated. >> &...
2013 Apr 17
1
Q-Q Plot for comparing two unequal data sets
Hello All, Would anyone be able to help me understand how R computes a quantile-quantile plot for comparing two data samples with unequal sample sizes? Normally, the procedure should be to rearrange the larger data sample into n equally-spaced parts using interpolation, where n is the sample size of the smaller sample, and then plot the matching data pairs. I tried using different plotting