search for: impose

Displaying 20 results from an estimated 1837 matches for "impose".

Did you mean: imposed
2007 Jul 13
1
imposing constraints on the covariance matrix of random effects in lme4?
Hello all, I am using lme4 to fit some mixed logistic regressions. I need to impose an identification constraint of the following form: (1 sig12) (sig12 sig22) and have not figured out how to do it, i.e., sig11 = 1 but the rest of the parameters are free to vary. Is this possible and, if so, how? I've been looking through the archive and help to no avail, but perhap...
2019 Feb 26
2
UID provided by rid idmap is out of the range imposed in smb.cof
...the idmap logs I have the following error: Requested id (7003151) out of range (1000000 - 3000000). Filtered! I have fixed the issue by increasing the range to 1000000-10000000. So it appears that depending on the user SID, the UID generated automatically by Samba rid could be out of the range imposed in smb.conf. Is it a bug or I'm just misunderstanding? Thanks Andrea
2013 Jul 19
0
mgcv: Impose monotonicity constraint on single or more smooth terms
...plot are obtained from ## unconstrained fit Once I have replaced the coefficients in the model b with the constrained coefficients, I suppose I can use all the usual tools to get first differences with the constrained model and get the slope estimates of the constrained smooth term? If I want to impose constraints on two terms, can I then do this just by adding the constraints at once, i.e. adding more columns to G$Ain? Any help is much appreciated! Kind regards, Kathrine [[alternative HTML version deleted]]
2019 Feb 26
0
UID provided by rid idmap is out of the range imposed in smb.cof
...llowing error: > > Requested id (7003151) out of range (1000000 - 3000000). Filtered! > > I have fixed the issue by increasing the range to 1000000-10000000. > So it appears that depending on the user SID, the UID generated > automatically by Samba rid could be out of the range imposed in > smb.conf. Is it a bug or I'm just misunderstanding? > No, it isn't a bug, it is how it works, when you use the 'rid' backend the Unix ID is calculated by this: ID = RID - BASE_RID + LOW_RANGE_ID So from the info you provided, it becomes this: ID = 6003151 + 1000000...
2007 Aug 02
2
two plots super-impose
Dear R users, I used plot(x,y) to draw a scatter plot. I need to add another smaller histogram on the same plot I just had. However when I used hist(y), the histogram was on another page. Any suggestion? Best Regards, Philip [[alternative HTML version deleted]]
2011 Sep 07
1
Imposing Feller condition using project constraint in spg
Dear R-users, I'm running a maximization problem in which I want to impose a condition on the relationship between 2 parameters. The condition is that w[4] = (1+eps)/(2*w[1]), or equivalently w[4]*w[1] = (1+eps)/2 , where eps is some small positive constant. I've been trying to formulate a function that takes care of this, but I can't really make it work so any s...
1998 Jan 07
0
Imposing permissions on directories under a share
Hi, Does anyone know of a way to impose permissions on files in a directory under a share but not on the top level of the share itself ? eg. The share name is [share] - path=/share, we have a directory of /share/test and we want to force all files in that directory to be world readable. I know create mode works at the share level, but...
2006 Mar 10
2
possible to impose limit on R's use of resources?
When I run some large optimizations in R under Windows it puts a heavy load on the CPU, which makes other applications that run at the same time very slow. Is it possible to instruct R to be less aggressive in its use of computer resources, so I can use my computer for other purposes while running R (probably considerably slower) in the background? Han de Vries -------------------- This email
2003 Apr 14
2
NAT proxy concepts
Hi Guys I have been taking a close look at some networking opportunities which are being frustrated by the limits which are imposed by NAT. In particular the constraints impose by the embargo on double NATing have an impact for a project I am working on. Has anyone ever seen anything which I would conceptually describe as a reverse NAT proxy? What I want to be able to do is to be able to create a heirarchical tier of network...
2012 Jul 15
4
Imposing more than one condition to if
...    5 30     3     0       9     5 30     8     8       9     5 30     9     20     9     5 This is the code for data frame d: day= rep(1:30, each=10) n= length(dia); x= c(1:24) time= sample(x, 300, replace= T) light= rep(c(20,10,6,0,0,0,0,0,8,20), 30) d=data.frame(day,time,light) I'd need to impose a double condition like the next but if does not take more than one: attach(d) for (i in 1: n){ if (light[i-1]>2 & light[i]<2){ d$dusk<- time[i-1] } if (light[i-1]<2 & light[i]>2){ d$dawn<- time[i] } } detach(d) d Thank you for your help [[alternative HTML version delete...
2012 Dec 09
1
Error message "cs_lu(A) failed: near-singular A (or out of memory)"
...to the model C2 ~ 0 + â1.Y1 + â2.Y2 C3 ~ 0 + ã1.Y3 + ã2. Y4 I've created columns in my data frame with values of 0 for variable C3 and values of 1 for Y1, Y2, Y3, Y4 and C2 I'm using the systemfit package to solve a multiple equation system using the SURE method, and using a matrix to impose the restrictions on the coefficients (i.e., that the â1 in all equations is the same value, and the same for all the other coefficients). When I try to run the model without the restricting equations (C2, C3) it runs just fine, but when I add these two equations I get the error: "Error in so...
2010 Jul 05
2
[LLVMdev] Data layout hard coded for X86 target
...of bug #7544. OTOH, I know that if language implementation exchanges data with C/C++, it must follow certain platform-dependant data layout, but if the language does not share structs with C/C++ then it is free to align the data members as it pleases, as long as it does not violate the constraints imposed by the hardware. It is surprising to see that LLVM imposes the C/C++ platform's data layout on its users. I would expect this on X86Subtarget::getDataLayout: if target layout already setted by user return it else return the platform's C standard
2005 Nov 19
3
cointegration rank
Dear R - helpers, I am using the urca package to estimate cointegration relations, and I would be really grateful if somebody could help me with this questions: After estimating the unrestriced VAR with "ca.jo" I would like to impose the rank restriction (for example rank = 1) and then obtain the restricted estimate of PI to be utilized to estimate the VECM model. Is it possible? It seems to me that the function "cajools" estimates the VECM without the restrictions. Did I miss something? How is it possible to impos...
2018 Oct 19
0
LXC with --filesystem - control/impose filesystem(/ in container) size limits - how?
hi guys container was created off a template with --dir. Is it even possible? I mean, as it is with filesystem, without moving/migrating to LVM, ZFS, etc? The very brute solution which comes to my mind - xfs project quotas - if it even could work. But that outside of libvirt/lxc. many thanks, L.
2007 Mar 27
1
impose points on lattice plot
R-help, I'm using the lattice package to plot 2 variables (vekt ~ aldur) conditioned to a third (kyn * 2 categories). I use the following: xyplot(vekt ~ aldur|kyn, , data = sexSu) I want to superimpose the average(vekt) by 'aldur' conditioned to kyn by using something like: xyplot(vekt~aldur|kyn, subset = aldur <= 12 , data = sexSu, panel = function(x, y) { panel.xyplot(x, y) panel.points(x,mean(y),col=2,cex=2 ) }) but th output is just a horozontal lin...
2006 Sep 21
0
imposible authenticate dovecot, but authtest and testsaslauthd can
Hi all, Im new and have a problem, With authtest, i have Authentication [root at dc9f8f585 ~]# authtest esimon at example.tld Authentication succeeded. Authenticated: esimon at example.tld (uid 501, gid 501) Home Directory: /home/vmail/domains/ Maildir: (none) Quota: (none) Encrypted Password: (none) Cleartext Password: (none) Options: (none) With
2013 Nov 01
0
Impose constraint on first order derivative at a point for cubic smoothing spline
Hello,        Dr. Simon Wood told me how to force a cubic spline passing through a point. The code is as following. Anyone  who knows how I can change the code to force the first derivative to be certain value. For example, the first derivative of the constrained cubic spline equals 2 at point (0, 0.6).        I really appreciate your help!        Thanks!                 Best             Victor   
2014 Jul 23
0
imposible to set EFI_VENDOR
I am trying to build xen on arch linux it stops a this point. I run export EFI_VENDOR=arch install -m0644 -p /data/dev/xen/xen-git/src/xen-build/xen/xen.efi /data/dev/xen/xen-git/src/xen-build/dist/install/boot/efi/efi/arch/xen-4.5-unstable.efi; \ elif [ "/data/dev/xen/xen-git/src/xen-build/dist/install" = "dist/install" ]; then \
2020 Oct 26
6
SV: Looking for a guide to collect all e-mail from the ISP mail server
>> why not just point them at a hosting service like google apps, and let google keep things up to date? Costs money, and also the problem is that gmail imposes heavy spam filters and "reputation blocks" meaning smaller providers with low email volumes, are put in the spam folder, even if they never send spam, just because their email volume is so low (ergo, they must prove they don't spam before getting out of ispam folder) Another thing i...
2013 Apr 25
1
Stochastic Frontier: Finding the optimal scale/scale efficiency by "frontier" package
...roach I know to work with R is to estimate a translog production function by sfa or other related function in frontier package, and then use the Ray 1998 formula to find the scale efficiency. However, as the textbook Coelli et al 2005 point out that the concavity may not be satisfied, one needs to impose the nonpositive definiteness condition so that the scale efficiency <1. How can I do it with frontier package? Is there any other SFA model/function in R recommended to find out the scale efficiency and optimal scale? Thanks, Miao [[alternative HTML version deleted]]