search for: crq

Displaying 15 results from an estimated 15 matches for "crq".

Did you mean: cr4
2015 Feb 20
1
requireNamespace etiquette
I'm trying to resolve a problem of Namespaces and probably have misunderstood something basic. In my quantreg package the function crq() has as its first argument a formula that typically contains something like this: Surv(y, ...) ~ foo, where Surv is a function from the survival package which quantreg suggests. When this syntax is encountered in ordinary usage Surv is resolved, I believe, because near the beginning of the crq c...
2007 Jan 02
0
[PATCH 1/4] add scsi-target and IO_CMD_EPOLL_WAIT patches
...+ ++#include "ibmvscsi.h" ++ ++#define INITIAL_SRP_LIMIT 16 ++#define DEFAULT_MAX_SECTORS 512 ++ ++#define TGT_NAME "ibmvstgt" ++ ++/* ++ * Hypervisor calls. ++ */ ++#define h_copy_rdma(l, sa, sb, da, db) \ ++ plpar_hcall_norets(H_COPY_RDMA, l, sa, sb, da, db) ++#define h_send_crq(ua, l, h) \ ++ plpar_hcall_norets(H_SEND_CRQ, ua, l, h) ++#define h_reg_crq(ua, tok, sz)\ ++ plpar_hcall_norets(H_REG_CRQ, ua, tok, sz); ++#define h_free_crq(ua) \ ++ plpar_hcall_norets(H_FREE_CRQ, ua); ++ ++/* tmp - will replace with SCSI logging stuff */ ++#define eprintk(fmt, args...)...
2018 Mar 06
2
requiring a full fqdn for authentication
...GWbe/3vpKHUHdgBJVzmmEsI > seSm/NFfR6/Fw8c4fCz0BAiIBUkmo7LEowFFo6M9Yf+ZJHP1IDt6N7gWTgral2Vh > pMrNn+mv9okzL2UvJzUlkCA4ntBJVG3BrG9ZUJfk/1f8IKS090nNpu4F79Ag0TG2 > MiobX5XtIRvpwSTCteVzQaIanpNhmW/BSvA2smPcdt58AmVI6HUslxcsv9A1XZLP > q47pYucUTyPdsNcK4OrzitRH2+0HNTw70kClP/dfUWEvL4ssw3drCXhO7LjN+Crq > IpdfHp0k7bkfIv/e5Lfg4ZZs4uV5obEyqaa+UP0IUTLrEau1syZd9Q== > =lhft > -----END PGP SIGNATURE----- >
2008 Sep 15
0
Simple censored quantile regression question
...9 0.849 0.396 --- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 Scale: 1.027 And we're doing fine; compared with the true paraemters of (-7,4,5,1) we've recovered (-7.2, 4.2, 5.1, 1.03). I now try to replicate this using crq(): yc <- rep(0,1000) m <- crq(Curv(y, yc) ~ x1 + x2, tau=0.5, method="Pow", data=D) This gives: Coefficients: [1] -7.154124 4.278266 5.051516 These numerical values look okay but: > summary(m) tau: [1] 0.5 Coefficients: Value Std. Error t value Pr(>|t|...
2009 Aug 16
1
Installing quantreg package under Ubuntu
Does any have installation instructions for this? When I run install.packages('quantreg') I get: gcc -std=gnu99 -shared -o quantreg.so akj.o boot.o brute.o chlfct.o cholesky.o combos.o crq.o crqfnb.o dsel05.o etime.o extract.o idmin.o iswap.o kuantile.o mcmb.o penalty.o powell.o rls.o rq0.o rq1.o rqbr.o rqfn.o rqfnb.o rqfnc.o sparskit2.o srqfn.o srqfnc.o srtpai.o -llapack -lblas -lgfortran -lm -lgfortran -lm -L/usr/lib/R/lib -lR /usr/bin/ld: cannot find -llapack > sessionInf...
2013 Feb 20
1
GC encountered a node (…) with an unknown SEXP type
...is going on on our redhat system: R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows" Copyright (C) 2012 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-unknown-linux-gnu (64-bit) I now have an example, i.e. a seed, that produces the error: Error in crq.fit.por(xb, yb, cb, weights = w, ctype = ctype, ...) : GC encountered a node (0xb488bc0) with an unknown SEXP type: SPECIALSXP at memory.c:927 I've tried capturing the data for this call and running it from the terminal window, but annoyingly it fails to complain when I do that. I thought...
2015 Nov 23
3
MKL Acceleration encouraging; need adjust package builds?
.../include -fpic -I/panfs/pfs.acf.ku.edu/cluster/system/pkg/R/curl7.45_install/include -L/panfs/pfs.acf.ku.edu/cluster/6.2/R/3.2.2_mkl/lib64 -c chlfct.c -o chlfct.o gfortran -fpic -g -O2 -c cholesky.f -o cholesky.o gfortran -fpic -g -O2 -c combos.f -o combos.o gfortran -fpic -g -O2 -c crq.f -o crq.o gfortran -fpic -g -O2 -c crqfnb.f -o crqfnb.o gfortran -fpic -g -O2 -c dsel05.f -o dsel05.o gfortran -fpic -g -O2 -c etime.f -o etime.o gfortran -fpic -g -O2 -c extract.f -o extract.o gfortran -fpic -g -O2 -c idmin.f -o idmin.o gfortran -fpic -g -O2 -c iswap.f -o...
2018 Mar 02
2
requiring a full fqdn for authentication
Hello, I'm using dovecot to do postfix authentication. I'm trying to get dovecot to require a complete email address as a login. Currently I can log in by either a username or fqdn. I've got the below what is the issue? If I need to provide my sql password query let me know. Thanks. Dave. doveconf -n # 2.2.34 (874deae): /usr/local/etc/dovecot/dovecot.conf # Pigeonhole version
2015 Nov 23
0
MKL Acceleration encouraging; need adjust package builds?
.../include -fpic -I/panfs/pfs.acf.ku.edu/cluster/system/pkg/R/curl7.45_install/include -L/panfs/pfs.acf.ku.edu/cluster/6.2/R/3.2.2_mkl/lib64 -c chlfct.c -o chlfct.o gfortran -fpic -g -O2 -c cholesky.f -o cholesky.o gfortran -fpic -g -O2 -c combos.f -o combos.o gfortran -fpic -g -O2 -c crq.f -o crq.o gfortran -fpic -g -O2 -c crqfnb.f -o crqfnb.o gfortran -fpic -g -O2 -c dsel05.f -o dsel05.o gfortran -fpic -g -O2 -c etime.f -o etime.o gfortran -fpic -g -O2 -c extract.f -o extract.o gfortran -fpic -g -O2 -c idmin.f -o idmin.o gfortran -fpic -g -O2 -c iswap.f -o...
2018 Mar 06
0
requiring a full fqdn for authentication
...MxiAQKuuggAjNcedq1DVGWbe/3vpKHUHdgBJVzmmEsI seSm/NFfR6/Fw8c4fCz0BAiIBUkmo7LEowFFo6M9Yf+ZJHP1IDt6N7gWTgral2Vh pMrNn+mv9okzL2UvJzUlkCA4ntBJVG3BrG9ZUJfk/1f8IKS090nNpu4F79Ag0TG2 MiobX5XtIRvpwSTCteVzQaIanpNhmW/BSvA2smPcdt58AmVI6HUslxcsv9A1XZLP q47pYucUTyPdsNcK4OrzitRH2+0HNTw70kClP/dfUWEvL4ssw3drCXhO7LjN+Crq IpdfHp0k7bkfIv/e5Lfg4ZZs4uV5obEyqaa+UP0IUTLrEau1syZd9Q== =lhft -----END PGP SIGNATURE-----
2007 Mar 26
1
Problem in loading all packages all at once
...quot;combinat","compositions","concor","concord","cond","conf.design","connectedness","copula","corpcor","corpora","covRobust","coxrobust","cramer","crossdes","crq","c sampling","cslogistic","CTFS","ctv") TEMP <- c(TEMP,"CVThresh","cwhmath","cwhplot","cwhprint","cwhstat","cwhstring","cwhtool","cyclones","DAAG","datas...
2008 Aug 09
2
xy plot in version 2.7.1 for Mac (PR#12520)
...+JrhAW2IVPvF2XehPr8FGiRlhy 1yWsWZuUknFYk+SGq2jSdSkcl7ryiSjR/wNW4HNbCmVuZHN0cmVhbQplbmRvYmoKNTEgMCBvYmoK NDg4OAplbmRvYmoKNTIgMCBvYmoKPDwgL1R5cGUgL0ZvbnREZXNjcmlwdG9yIC9Bc2NlbnQgOTA1 IC9DYXBIZWlnaHQgNzIzIC9EZXNjZW50IC0yMTIgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTY2NSAt MzI1IDIwMjggMTAwNl0gL0ZvbnROYW1lIC9UQ0lCSEcrQXJpYWxNVCAvSXRhbGljQW5nbGUgMCAv U3RlbVYKMCAvTGVhZGluZyAzMyAvTWF4V2lkdGggMjAwMCAvWEhlaWdodCA1MjUgL0ZvbnRGaWxl MiA1MCAwIFIgPj4KZW5kb2JqCjUzIDAgb2JqClsgNTU2IDU1NiBdCmVuZG9iagoxOCAwIG9iago8 PCAvVHlwZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9UQ0lCSEcrQXJpYWxN VCAvRm9udERlc2NyaXB0b3IKNTIgMCBSIC9Xa...
2008 May 21
0
Errors in using gdb (PR#11496)
...gCRkWGAntJryAM8XmX0l2LfTNcw8avj4MjO1naXdyLkis7cU3DwU0C7Ueaal XfGbhcwGLhRfBu28UxAP7bxlm/0owLvrsJ+imGuWzD1G8Xiohnb2WJd5EbH4PLTzTygF3WMU DoEyFXePKSiCdhKJxDpDvtdijjFDNvaR0L6TUgzaXWeC60ycNWvWCSecQDVM6gdpQjuiCHqh p8kwDe2YDibOPN5ZTDxjJrRn2pzRzUbNsQxlea97AZbwK5lxVYD2NueDwfOY4CGTWRssWtp5 m6dlAd7YuXg/E8HCn45QCrQz6MX0089N7CzC2wHsuqgfXtojfdrZhVAUIZ0fNbTLrpcmtGNk vGR8DbDaxvpnEZjLEzPv89WibocKaOcbKvtRRqgu/tUS/icYbEKZb530D7SzV3iKiM8k9eEk EikD2gc4M3tlkO0zaJdN88hDu+9NCrzJ55xzjql7DIm0KgudXfuzl5ABkl2Gc4/qz3poF3h9 lTQq0oH2loZM3WOiUkXQTiKReFMe6xxgSGIeMvV6Azsf2FFAe9rS7rlret5EgnYSyRQw+vbR 3nS6HrpGpLEC7dbkTNBOIpH6CdrrjUY...
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
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...bi5vh#L(Bq;J!chAoeM7wy zrlwg<FygPQmuA14GzG;qwgMK!X||`ah3OJ1Z8fJ0NrYXd3d at D+mO|@hZX4WV&Ph5t zE=`!wV;?rmbjbzj_^gUdLU;Ik7Qu~0)jJrD$V$_&D0&D_${uBH$Y(C+6v#E22pj$E zXqMdeJ=hj7#dax=y|z+)mS9YA<VI_VDTz>x{6<A6bv4J+=%P>YSf<64g(u!hn2aSc zid at v5#ICsG%cpyi3{|FCM|=fT%mDMq1(+V^`^yUCRQbIDjHM#oHv*e<1XB|Tlwp`* zxU#lwG!Qi>$K?-8$(2B_bK^B3&XT)Z$65bWPlCmCgu-%Fg;V8(4yd(c-!w_9VwPQq zEH={_6~0Pe2vY7NHhD4S+3_W9i=SyuZ0|T-ORcd>$W`GoH_N(+KM>X>#bM7_PGfy3 zjHK2COXGTy9r6tkstOZrt`lK-5{8kuL6yr|gu%`-WtE`t8R%Td8?VEzxXEhzE0QjZ zw8UT|m@(l;_yfXIiT63e<_2rq1h*${A##st#jNnIyhfC~xEfR4SV...