Displaying 20 results from an estimated 100 matches similar to: "Printing problem with samba and cups"
2010 Oct 07
3
quantile regression
Dear all,
I am a new user in r and I am facing some problems with the quantile regression specification. I have two matrix (mresultb and mresultx) with nrow=1000 and ncol=nsim, where I specify (let's say) nsim=10. Hence, the columns in my matrix represents each simulation of a determined variable. I need to regress each column of mresultb on mresultx. My codes are the following:
2008 Apr 09
0
Endogenous variables in ordinal logistic (or probit) regression
A student brought this question to me and I can't find any articles or
examples that are directly on point.
Suppose there are 2 ordinal logistic regression models, and one wants
to set them into a simultaneous equation framework. Y1 might be a 4
category scale about how much the respondent likes the American Flag
and Y2 might be how much the respondent likes the Republican Party in
America.
2011 Nov 26
1
Constrained linear regression
Dear all,
I need to run a simple linear regression such that:
y = b0 + b1*x1 + (1-b1)*x2 + e
which I know I can use:
lm(y ~ I(x1 - x2) + offset(x2)).
However, I also need to restrict the coefficient b1 to be between 0 and 1.
Is there any way to include such restriction in the linear regression estimation?
I saw suggestion related with the function Solve.QP, but I really did not understand such
2011 Dec 05
1
extract cov matrix in summary.rq and use as a matrix.
Dear all,
I need to extract the covariance matrix of my quantile regression estimation to use in a test. My regression is:
qf2_1 <- summary(rq(wb2 ~ apv2 + vol2, tau = phi2[1]), cov = TRUE)
I can extract the covaraince matrix by using: qf2_1 [3]. However, if I try to use it in the test, it does not work. I only need to transform qf2_1[3] in a matrix 3x3. I have already tried:
2010 Oct 06
4
loop in R
Dear all,
I need to do a loop in R, but I am not sure the software is generating "n" times the variables I request differently. When I ask to print the last matrix created, I just can see the loop for n=1.
To be more precise, supose I need to simulate 10 times one variable and I want to fit the 10 variables simulated in a matrix. I dont really know what I am doing wrong, but I just
2006 Feb 07
1
MeetMe - Party's are not exchanging Audio - Is this BUG?
Hi All,
I observed the following in my try towards Multiparty Conferencing.
I am establishing the Multiparty Conferencing through Asterisk Manager API.
I have two users SIP/111 and SIP/101 of which SIP/101 is treated as leader.
Following commands are used -
Action: Originate
Channel: SIP/111
Application: MeetMe
Data: |edwx
ActionID: ffe4563
When I use the above, Incoming call will
2017 Jan 16
2
Leer archivos en formato JSON
Hola, disculpen la pregunta si parece trivial, pero hay algún paquete
o forma de leer archivos en formato "json"(1)?
(1) JSON, acrónimo de JavaScript Object Notation, es un formato de
texto ligero para el intercambio de datos. JSON es un subconjunto de
la notación literal de objetos de JavaScript aunque hoy, debido a su
amplia adopción como alternativa a XML, se considera un formato de
2010 Oct 13
1
(no subject)
Dear all,
I have just sent an email with my problem, but I think no one can see the red part, beacuse it is black. So, i am writing again the codes:
rm(list=ls()) #remove almost everything in the memory
set.seed(180185)
nsim <- 10
mresultx <- matrix(-99, nrow=1000, ncol=nsim)
mresultb <- matrix(-99, nrow=1000, ncol=nsim)
N <- 200
I <- 5
taus <- c(0.480:0.520)
h <-
1998 Nov 14
0
Sync passwd and smbpasswd
I am having problems setting up the smbpasswd command to sync the /etc/passwd
and $SAMBAHOME/private/smbasswd files. My passwd program (/usr/bin/passwd %u)
doesn't seem to want to wait around for smbpasswd to send it a second password for confirmation.
I am running Solaris 2.5.1 (103640-23) on an Ultra 2300 and using Samba 1.9.18p10 compiled with gcc 2.8.1.
I thought that I had this running
2014 Dec 15
0
wonderful wat ches . order on the site. .best gift for darlings
luxury watches, + cheap and delivery. - http://goo.gl/7c5ASa
http://goo.gl/D8zJg4 http://goo.gl/Fmwzo2 ozzko ky jpmuf uievj
cx c edhs vdcb o itj
ky jxin nisbd awtbi nid nuyzv
el a beuj
2014 Oct 14
1
auth-worker goes wild
dovecot-2.2.13 running on Solaris-10, app 5000 concurrent connections,
and a pretty standard config where passdb is set up with driver = pam.
We have had some situations where an auth-worker gets into a loop, the load on
the server rises and the auth-master seems blocked untill finally no new imap nor
pop session are accepted. A 'doveadm reload' restores normal operations.
With debug
2010 Oct 13
1
Loop in columns by group
Dear all,
I need to do a loop as following:
#Consider a matrix:
M <- matrix(1, nrow=10, ncol=20)
#Matrices to store the looping results
M1 <- matrix(0, nrow=10, ncol=400)
h <- c(1:20/1000)
#loop
for (j in h){
M1 <- M/(2*j)
}
But this means that the first 20 columns of matrix M1 (that is, columns 1:20) should show the results of M/(2*0.001). Then, the following 20
2011 Oct 16
1
nlrq {quantreg}
Dear all,
I sent an email on Friday asking about nlrq {quantreg}, but I haven't received any answer.
I need to estimate the quantile regression estimators of a model as: y = exp(b0+x'b1+u). The model is nonlinear in parameters, although I can linearise it by using log.When I write:
fitnl <- nlrq(y ~ exp(x), tau=0.5)
I have the following error: Error in match.call(func, call = cll) :
2011 Nov 05
2
linear against nonlinear alternatives - quantile regression
Dear all,
I would like to know whether any specification test for linear against nonlinear model hypothesis has been implemented in R using the quantreg package.
I could read papers concerning this issue, but they haven't been implemented at R. As far as I know, we only have two specification tests in this line: anova.rq and Khmaladze.test. The first one test equality and significance of
2005 May 16
1
Warning[3817] and REGISTER
Hi,
I'm a student working on an implementation of asterisk en linux (red hat 9.0).
I'm trying to register a sip softphone (XLite) en asterisk en local.
I have 2 problems :
- When I execute asterisk there is a warning and a noise in the headphones :
May 16 22:12:22 WARNING[3817]: chan_oss.c:269 sound_thread: Read error on sound
device: Resource temporarily unavailable
Does it come from
2011 Feb 28
0
R course in Santiago, Chile/ Curso de R en Santiago, Chile (Confirmado)
(English Below)Estimados,
Acabamos de confirmar el lugar y la fecha del primer curso de R en Santiago, Chile. El curso se realizará el día Miércoles 9 y Jueves 10 de Marzo en las dependencias de la Facultad de Recursos Naturales de la Universidad Andres Bello, ubicada en República 440 (Metro República)
El proceso de inscripción del curso se realizará on-line en el link que les adjunto. Además,
2005 May 26
1
Asterisk con X-lite : Register Ok but no calls (404 Not found)
Hi all,
I'm working on an implementation of VoIP en Linux.
I have a Debian Suse (*.*.*.173) with an * and a X-lite client and a
Red Hat 9.0 (*.*.*.172) with another softphone X-lite.
Both of the softphones are registering and appear in the peers (sip
show peers) with the good parameters of address and port.
If I try to make a call, * receive the INVITE request and send a 404
NOT FOUND answer.
2004 Feb 12
0
3.0 - Cannot create/update profile directory
Hi everyone,
I've got a linux machine (Debian & Samba 3.0) as the domain server for
several W2K clients. Whenever a user logs in into any of the clients,
the should receive its roaming profile from the linux server. But
something is not working right. If the user already has a profile
directory, it receives a local copy of the profile from the machine. And
if it is the first time the user
2003 Mar 24
1
SSH Source Code Documentation
Hello,
I'm studying I. T. Science and I'm developing my final work to
get my degree. I need to know about SSH (specially, SSH 2.0 protocol)
so I've been studing deeply openssh-3.5 source code, because it could
help me a lot to develop my work.
I'm going to crypt communications between a close machine
group within a bigger network. The task takes place over a Netgraph
2011 Nov 19
1
wald test: compare quantile regression estimators from different samples
Dear all,
I am trying to compare the estimated coefficients of a quantile regression model between two different samples. It is a Wald test, but I cannot find one way to do that in R.The samples are collected conditional on a specific characteristic and I would like to test whether such characteristic indeed affect the estimators. The problem in the test anova.rq is that the response variable