search for: ckd

Displaying 7 results from an estimated 7 matches for "ckd".

Did you mean: cd
2018 May 23
1
CKD-Epi formula
Hi all, I have a question and I do not know If I am at the right place to ask this question. But is there someone that has the formula of CKD-Epi in code in R? I have tried a lot of loops, but none of the approaches give me the right answer. Is there someone who has this formula coded? Thank you! [[alternative HTML version deleted]]
2018 May 23
0
MICE passive imputation formula
...and: meth["BMI"] <- "~I(weight/(height/100)^2)" pred[c("weight", "length"), "BMI"] <- 0 imp <- mice(Data, method = meth, predictorMatrix = pred, maxit = 10, m = 5) But what If the formula for a variable is much more complicated, like with CKD-epi. The formula is: egfr_crea_ckdepi = function(creatinine, age, is_female, is_male) { if (length(creatinine) != length(age) || length(creatinine) != length(is_female) || length(creatinine) != length(is_black)) { stop("input vector lengths must match!") } a = ife...
2008 Sep 30
1
Using sub to get captions in barplots
...g the error.bars function form Crawley's The R Book, see below), the captions are split on more than 1 line. Is there a way to get the caption on a single line? Cheers, David y.bar.new = c(30, 15) se.ybar.new = c(2,3) error.bars(y.bar.new, se.ybar.new, c("Control (n=18)", "CKD (n=18)")) error.bars<-function(yv,z,nn){ xv<-barplot(yv,ylim=c(0,(max(yv)+max(z))),names=nn,ylab="Total five hour potassium excretion (mmol)", sub= "Figure 1B: Hour 1-5 potassium excretion") g=(max(xv)-min(xv))/50 for (i in 1:length(xv)) { lines(c(xv[i],xv[i]),c(yv[...
2009 Apr 28
1
[PATCH] ocfs2/trivial: Remove unused variable in ocfs2_rename.
With indexed dir enabled, now we use ocfs2_dir_lookup_result to wrap all the bh used for dir. So remove the 2 unused variables. Signed-off-by: Tao Ma <tao.ma at oracle.com> --- fs/ocfs2/namei.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/fs/ocfs2/namei.c b/fs/ocfs2/namei.c index 2220f93..33464c6 100644 --- a/fs/ocfs2/namei.c +++ b/fs/ocfs2/namei.c @@
2012 Oct 08
1
Removing/disabling console-kit-daemon
I was trying to optimize a minimum memory VM and realized that this process was taking up over 560M of virt memory. On googling, it seems to be a known issue and doesn't seem to be needed except for graphical desktop. Although virt memory isn't actual memory usage, the daemon is still taking up almost 4MB of limited memory, which on a VM with only 384MB feels relatively significant to me.
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...YfnB2xGVLXRo5y$Xui5>lmhPrdX~E=x?YtB9IteGkX!G8$Sk{xjAqWOa zyt<8|Zo7eat@@Nke>dVkbr<Q?vZ_fGIvqA?iP)#aVVjzO@}6}GNkRk;2!c4{VXyHl z#dHS&=&w*HJ`+XJt!dMy;(`V96s?-xfP(iylt1Y_UQ{F&uBFc_pHfs*#HP>M;+pcs z6P^P^9XG}_d=h>GXUWD+FCK$Q{P%d*FW(M&@SrJnZQh~&fSG#FnR(#|xv^(Zs0^{L z-xPCKd3mI+w3xl)1MzdehRXvKiOktQh8<VS(n&YGg1GK0FUx#J^<kpT!7D!s`{Fp1 zQYm>#TdtXhkYaSl9nU}K0CN&Y^1=_NWNAuCrzJIdCx<@m&pQFTxo*~&8CPCr*vs8< zj~F7m-nwCaOmbUQY3k>GXp_2vF*n|!ZmV828Z=GjaCbM^SEAVa$pAK(_T?A1kE?X2 zdz{=71awHgQPE=c?J`)EO1Wmoj{c8y<9hZ6QAR645Ee?36zb~gs+%`&9{qY6D}=(...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking