Displaying 15 results from an estimated 15 matches similar to: "regarding QRb() function"
2011 Nov 29
3
problem during installing bayesQR package for R 2.14 version
I typed the following command
*install.packages('bayesQR')'*
to install bayesQR(my R version is 2.14)
i am encountered the following error.
Installing package(s) into
?C:/Users/knreddy.IDRBTVM/Documents/R/win-library/2.14?
(as ?lib? is unspecified)
Warning: unable to access index for repository
http://essrc.hyogo-u.ac.jp/cran/bin/windows/contrib/2.14
Warning: unable to access index
2011 Nov 29
2
Bayesian Quantile regression installation
i have R 2.14 version.and i have downloaded bayesQR package from following
link
http://cran.r-project.org/web/packages/bayesQR/index.html
my OS is Windows7.i have downloaded Windows binary: bayesQR_1.3.zip file
from above link.I am new to R.
So please tell me what is the next step i have to do inorder to install the
bayesQR package.pls reply me as quickly as possible.
thanks in advance
2011 Dec 01
1
hi all.regarding quantile regression results..
i know this is not about R.
After applying quantile regression with t=0.5,0.6 on the data set WBC(
Wisconsin Breast Cancer)with 678 observations and 9 independent
variables(inp1,inp2,...inp9) and 1 dependent variable(op) i have got the
following results for beta values.
when t=0.5(median regression) beta values b1=0.002641,b2=0.045746,b3=0.
2011 Nov 29
1
regarding installation of bayesQR package
i have R 2.14 version.and i have downloaded bayesQR package from following
link
http:// http://cran.r-project.org/web/packages/bayesQR/index.ht ml
my OS is Windows7.i have downloaded Windows binary: bayesQR_1.3.zip file
from above link.I am new to R.
So please tell me what is the next step i have to do inorder to install the
bayesQR package.pls reply me as quickly as possible.
thanks in
2012 Mar 29
2
subtract a list of vectors from a list of data.frames in an elegant way
Dear R experts,
I've realized that it might not be possible to define a negative SELCET statement in a SQL call so now I'm looking for the smoothest way to generate a list of what I would like from my large database by first pulling all the names with a query like this "SELECT top 1 * FROM your_table" (thank you Bart Joosen for the idea) and then subtract the variables I am not
2011 Nov 28
1
regarding bayesian quantile regression r pkg mirror for india and its code
sir,
i am trying to install r package Bayesian quantile regression but i am
facing with following problem which says
forPlease select a CRAN mirror for use in this session ---
Warning: unable to access index for repository
http://cran.cnr.Berkeley.edu/bin/windows/contrib/2.6
Warning: unable to access index for repository
http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.6
Error in
2005 May 19
1
R 2.1.0 RH Linux Built from Source Segmentation Fault
Background:
I administer a cluster of RedHat EWS 3U4 Linux workstations at a university.
I built R 2.1.0 from source:
./configure \
--prefix=/sscc/opt/R-2.1.0 \
--with-blas=no \
2>&1 \
| tee NUInstall.configure
R is now configured for i686-pc-linux-gnu
Source directory: .
Installation directory: /sscc/opt/R-2.1.0
C compiler:
2006 Feb 08
0
bayesm, rmnlIndepMetrop
Hi,
I tried to use rmnlIndepMetrop (bayesm package) for my MNL model with 4
choice alternatives, 5 independent variables, 69 observations,
dim(X) [1] 276 5, nu=6. So I run such code:
if(nchar(Sys.getenv("LONG_TEST")) != 0) {R=2000} else {R=10}
set.seed(66)
df=read.table("X_metrop.dat",header=TRUE)
inp=as.matrix(df)
y=as.numeric(inp[,1])
n=length(y)
p=4
2011 Dec 05
1
about interpretation of anova results...
quantreg package is used.
*fit1 results are*
Call:
rq(formula = op ~ inp1 + inp2 + inp3 + inp4 + inp5 + inp6 + inp7 +
inp8 + inp9, tau = 0.15, data = wbc)
Coefficients:
(Intercept) inp1 inp2 inp3 inp4
inp5
-0.191528450 0.005276347 0.021414032 0.016034803 0.007510343
0.005276347
inp6 inp7 inp8 inp9
0.058708544
2001 Nov 26
0
Computer Based Training programs
Hi,
I was wondering if anyone has gotten a CBT type program working under
wine? I have tried it with wine (recent version from CVS -- downloaded
in rpm format), however the best I get is the inital window coming up
listing the differnt lesson - but when I selcet one the window goes blank
and the program doesn't do anything else. I dont' get any error messages
from wine (aside from the
2011 Dec 26
1
[help] what's the relationship between vif*.* and tap*.* in vm?
Hi everyone,
A pair of network interface, vif and tap, will connect the bridge when a vm starts. What's their relationship?
thanks for reply~
cheers
bruce
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2003 Dec 01
0
No subject
And route print?
Do you have any servers on the WAN? (or is everyone connecting to the
servers THROUGH the WAN?)
Can you see the samba machines at all in network neghborhood?
What happens when you type in the UNC of a samba server manually? (i.e.
\\SAMBASERVERNAME)
I hope I can help you, and I'm trying, but I'm not a samba guru.
-Dan
PS. Please change your email type to PLAIN TEXT from
2003 Dec 01
0
No subject
However....
When I try the command
nmblookup -M LINUXSERVER
querying TESTGROUP on 192.168.255.255
name_query failed to find name TESTGROUP #1d
My /etc/hosts file is
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost localhost.localdomain
192.168.100.101 testpc
192.168.100.100 linuxserver
/etc/samba/lmhosts is
127.0.0.1
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
AUTHORS | 17 ++++++
README | 10 +++
conf/ovirt-agent | 12 ++++
conf/ovirt-db-omatic | 12 ++++
conf/ovirt-host-browser | 12 ++++
2011 Dec 05
1
about error while using anova function
fit1<-rq(formula=op~inp1+inp2+inp3+inp4+inp5+inp6+inp7+inp8+inp9,tau=0.15,data=wbc)
fit2<-rq(formula=op~inp1+inp2+inp3+inp4+inp5+inp6+inp7+inp8+inp9,tau=0.5,data=wbc)
fit3<-rq(formula=op~inp1+inp2+inp3+inp4+inp5+inp6+inp7+inp8+inp9,tau=0.15,data=wbc)
fit4<-rq(formula=op~inp1+inp2+inp3+inp4+inp5+inp6+inp7+inp8+inp9,tau=0.15,data=wbc)