search for: lira

Displaying 17 results from an estimated 17 matches for "lira".

Did you mean: jira
2003 Jun 09
1
Printing problem with samba and cups
...[intercambio] comment = Directorio de Intercambio AEP-Perforacion path = /home/usuario/intercambio read only = No guest ok = true strict allocate = Yes printable = No hide special files = Yes Thanks Best Regards Ernesto Lira
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:
2017 Feb 01
0
[ANNOUNCE] xkeyboard-config 2.20
...13): Add missing Arabic diacritics to Arabic layouts Restored original RALT behavior for German Rulemak layout (Colemak based Russian phonetic layout) fixed credits Add Elfdalian layout Fixed al(plisi) Added ruble to rulemak Changed AltGr+t to Turkish Lira (instead of trademark) prerelease 2.19.99 for translations Added Lira to Turkish F layout as well Updated translations, prerelease Erroneous patch applied for modifiers Release 2.20 Stefan Tauner (2): symbols/de: use rightsinglequotemark on BKSL in all variants...
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
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 <-
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) :
2007 Feb 08
0
Re: Error
Cette adresse n'existe pas sur ce serveur. Personne ne lira votre message.
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
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
2010 Oct 15
0
nomianl response model
...helm K) 67. Re: Pipeline pilot fingerprint package (Eric Hu) 68. Re: [OT] (slightly) - OpenOffice Calc and text files (Schwab,Wilhelm K) 69. Coin Toss Simulation (Shiv) 70. Re: "Memory not mapped" when using .C, problem in Mac but not in Linux (David) 71. loop (Julia Lira) 72. Regular expression to find value between brackets (Bart Joosen) 73. Re: Coin Toss Simulation (Dimitris Rizopoulos) 74. Re: Coin Toss Simulation (Erik Iverson) 75. Change global env variables from within a function (Jon Zadra) 76. Re: Change global env variables from within a function...
2017 Apr 20
0
Wine release 2.0.1
...tion for older mpg123 library versions. winealsa.drv: Fix handling of system real time MIDI messages. wined3d: Recognize Geforce GT 525M. wined3d: Recognize GeForce 940M. Can Taşan (3): wine.desktop: Add Turkish translation. kernel32: Add Unicode character for Turkish lira. documentation: Update Turkish translation. Christoph Brill (1): setupapi: Stub CM_Open_DevNode_Key and CM_Get_Child. Daniel Lehman (1): msvcrt: Implement nan. Dmitry Timoshkov (4): avifil32: AVIFileGetStream should set stream to NULL in case of an error. user32: BU...
2010 Oct 13
4
loop
Dear all, I am trying to run a loop in my codes, but the software returns an error: "subscript out of bounds" I dont understand exactly why this is happenning. My codes are the following: 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
2017 Mar 31
0
Wine release 2.5
...2: Sync spec file to Windows 10. d3d10: Sync spec file to Windows 10. Bas Weelinck (1): start: Ignore multiple quoted arguments as title. Can Taşan (3): po: Turkish translation update. wine.desktop: Add Turkish translation. kernel32: Add Unicode character for Turkish lira. Daniel Lehman (6): msvcrt: Add _Trace_ppl_function stub. msvcrt: Implement Concurrency::event. msvcrt100/tests: Add tests for concurrency::event. msvcrt: Call unwind handlers on intermediate frames during virtual unwind. mshtml: Decrement refcount in nsWeakReference:...
2012 Jan 10
0
"tau + h > 1: error in summary.rq"
Dear all, I am doing a simulation for my model that works when I use only the rq() command. However, since I need to use the varcov matrix for my Wald test, I need to compute summary(rq(), cov=TRUE). But the simulation does not work because of the error: tau + h > 1: error in summary.rq I tried to use: if (tau + h > 1) stop("tau + h > 1: error in summary.rq") But the