search for: diffmeans

Displaying 4 results from an estimated 4 matches for "diffmeans".

Did you mean: diffmean
2020 Oct 06
4
Solving a simple linear equation using uniroot give error object 'x' not found
Colleagues, I am trying to learn to use uniroot to solve a simple linear equation. I define the function, prove the function and a call to the function works. When I try to use uniroot to solve the equation I get an error message, Error in yfu n(x,10,20) : object 'x' not found. I hope someone can tell we how I can fix the problem
2020 Oct 06
0
Solving a simple linear equation using uniroot give error object 'x' not found
On 06/10/2020 11:00 a.m., Sorkin, John wrote: > Colleagues, > I am trying to learn to use uniroot to solve a simple linear equation. I define the function, prove the function and a call to the function works. When I try to use uniroot to solve the equation I get an error message, > Error in yfu n(x,10,20) : object 'x' not found. > > I hope someone can tell we how I can fix
2012 Nov 15
1
how to create a 95 percent confidence interval using the diference of the mean using Bootstrap
Hello all, could you please tell me how to create a 95 percent confidence interval using R, if I have the next data: > blue [1] 4 69 87 35 39 79 31 79 65 95 68 62 70 80 84 79 66 75 59 77 36 86 39 85 74 [26] 72 69 85 85 72 > red [1] 62 80 82 83 0 81 28 69 48 90 63 77 0 55 83 85 54 72 58 68 88 83 78 30 58 [26] 45 78 64 87 65 Build a confidence interval of 95 % for the difference of the
2006 Sep 01
1
integration problem with gamma function
...i, sii, L, H, sL, sH) ## BEGIN BLOCK #{ # necessary variables in the function #{ NN, DD, Dsi, Dsii, DsD, ss, # dd, lownum, upnum, low, up, psv, PSV, # zz, lowinum, upinum, lowiinum, upiinum, psbarv, PSbarV, # psvbar, PSVbar, psbarvbar, PSbarVbar, cc, # sv, sbarv, svbar, sbarvbar, # samemeans, diffmeans, samevars, diffvars, diffsets }, ### defintion of constants NN <- Ni+Nii DD <- (Ni * Di + Nii * Dii) / NN Dsi <- (Ni-1) / Ni * si^2 + Di^2 Dsii <- (Nii-1) / Nii * sii^2 + Dii^2 DsD <- (Ni * Dsi + Nii * Dsii) / NN ss <- sqrt(NN * (DsD - DD^2) / (NN-1)) ### descriptive statisti...