Displaying 7 results from an estimated 7 matches for "mcmb".
Did you mean:
mcm
2019 Aug 07
1
#include_next <stdio.h> not found
...14.6 which apparently also upgraded
Xcode to 10.3. In consequence I?m having difficulty building my packages. The current
symptom is:
/usr/local/clang7/bin/clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/usr/local/clang7/include/c++/v1 -fPIC -Wall -g -O2 -c mcmb.c -o mcmb.o
In file included from mcmb.c:11:
/usr/local/clang7/include/c++/v1/stdio.h:108:15: fatal error: 'stdio.h' file not found
#include_next <stdio.h>
^~~~~~~~~
My first thought was I should install Simon?s clang-7.0.0 and gfortran-6.1 packages
which I dutifully di...
2005 Apr 05
1
Install R 2.0 package on R 1.9.1
...c.f -o boundc.o
g77 -fno-common -g -O2 -c chlfct.f -o chlfct.o
g77 -fno-common -g -O2 -c cholesky.f -o cholesky.o
g77 -fno-common -g -O2 -c extract.f -o extract.o
gcc -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include
-I/usr/local/include -L/opt/sw -fno-common -g -O2 -c mcmb.c -o mcmb.o
g77 -fno-common -g -O2 -c penalty.f -o penalty.o
g77 -fno-common -g -O2 -c rls.f -o rls.o
g77 -fno-common -g -O2 -c rq1.f -o rq1.o
g77 -fno-common -g -O2 -c rqbr.f -o rqbr.o
g77 -fno-common -g -O2 -c rqfn.f -o rqfn.o
g77 -fno-common -g -O2 -c rqfnb.f -o rqfnb.o
g77 -...
2019 Aug 07
0
#include_next <stdio.h> not found
...14.6 which apparently also upgraded
Xcode to 10.3. In consequence I?m having difficulty building my packages. The current
symptom is:
/usr/local/clang7/bin/clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/usr/local/clang7/include/c++/v1 -fPIC -Wall -g -O2 -c mcmb.c -o mcmb.o
In file included from mcmb.c:11:
/usr/local/clang7/include/c++/v1/stdio.h:108:15: fatal error: 'stdio.h' file not found
#include_next <stdio.h>
^~~~~~~~~
My first thought was I should install Simon?s clang-7.0.0 and gfortran-6.1 packages
which I dutifully di...
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
> sessionInfo()
R version 2.9.0 (2009-04-17)
i486-pc-linux-gnu
locale:
LC_CTYPE=en...
2015 Nov 23
3
MKL Acceleration encouraging; need adjust package builds?
...-c iswap.f -o iswap.o
gfortran -fpic -g -O2 -c kuantile.f -o kuantile.o
gcc -std=gnu99 -I/tools/cluster/6.2/R/3.2.2_mkl/lib64/R/include
-I/usr/local/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 mcmb.c -o
mcmb.o
gfortran -fpic -g -O2 -c penalty.f -o penalty.o
gfortran -fpic -g -O2 -c powell.f -o powell.o
gfortran -fpic -g -O2 -c rls.f -o rls.o
gfortran -fpic -g -O2 -c rq0.f -o rq0.o
gfortran -fpic -g -O2 -c rq1.f -o rq1.o
gfortran -fpic -g -O2 -c rqbr.f -o rqbr.o
gfortra...
2015 Nov 23
0
MKL Acceleration encouraging; need adjust package builds?
...-c iswap.f -o iswap.o
gfortran -fpic -g -O2 -c kuantile.f -o kuantile.o
gcc -std=gnu99 -I/tools/cluster/6.2/R/3.2.2_mkl/lib64/R/include
-I/usr/local/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 mcmb.c -o mcmb.o
gfortran -fpic -g -O2 -c penalty.f -o penalty.o
gfortran -fpic -g -O2 -c powell.f -o powell.o
gfortran -fpic -g -O2 -c rls.f -o rls.o
gfortran -fpic -g -O2 -c rq0.f -o rq0.o
gfortran -fpic -g -O2 -c rq1.f -o rq1.o
gfortran -fpic -g -O2 -c rqbr.f -o rqbr.o
gfortra...
2011 Mar 14
0
Question re estimating SE for interquantile regression coefficients
...w how to do so. For each quantile I estimated the regression coefficent, bootstrapped for the SE and saved the coefficient and then take the difference between the two, e.g. per90<-rq(y~x,
tau = c(0.9),data = data, weights= mec), per90<-summary(per90,
se = "boot", R=1000, bsmethod=”mcmb”), per90_coeff=coeff(per90))[['x]], diff_per9010=per90_coeff-per10_coeff). I don't know how to create and save an entire vector of the bootstrapped quantile regression coefficient. Any help would be greatly, greatly appreciated!
Sincerely,
Sam
[[alternative HTML version del...