search for: struggeled

Displaying 20 results from an estimated 55 matches for "struggeled".

Did you mean: sruggled
2012 Nov 04
1
Struggeling with nlminb...
Hallo together, I am trying to estimate parameters by means of QMLE using the nlminb optimizer for a tree-structured GARCH model. I face two problems. First, the optimizer returns error[8] false convergence if I estimate the functions below. I have estimated the model at first with nlm without any problems, but then I needed to add some constraints so i choose nlminb.
2010 Apr 07
1
Struggeling with svydesign()
Dear all, We are analysing some survey data and we are not sure if we are using the correct syntax for our design. The population of interest is a set of 4416 polygons with different sizes ranging from 0.003 to 45.6 ha, 7460 ha in total. Each polygon has a binary attribute (presence/absence) and we want to estimate the probability of presence in the population. We used sampling with replacement
2009 Feb 14
2
superscript
Dear R-users. I'm struggeling to fix the superscript of a label of a figure axis. For some reason R doesn't recognize the "hat" symbol. plot(1,1,xlab="ligth intensity (PAR)",ylab=expression("mass Pteridium rhizomes" (gr/0.25m^2))) A very similiar scriptline does not give any problem at all: plot(1,1,xlab=expression("balsa plot basal
2014 Nov 05
2
setvcpus libvirt 1.2.9
Hello. I'm struggeling a little bit with the setvcpus command. I'm trying now to get this running for a linux VM. Here is what i have: <vcpu placement='auto' current='2'>4</vcpu> Now the VM is starting with 2 CPUs. When i try to increase the number of CPUs i get: setvcpus dev --guest 4 error: invalid argument: requested vcpu count is greater than the count
2014 Nov 05
2
Re: setvcpus libvirt 1.2.9
Am 05.11.14 11:48, schrieb Martin Kletzander: > On Wed, Nov 05, 2014 at 11:35:37AM +0100, Thomas Stein wrote: >>Hello. >> >>I'm struggeling a little bit with the setvcpus command. I'm trying now >>to get this running for a linux VM. Here is what i have: >> >> <vcpu placement='auto' current='2'>4</vcpu> >> >>Now
2012 Jan 22
5
Augeas lens for zabbix agent config files?
Hi all, I''m trying to come up with a lens for the zabbix agent config files. I find the lens language untransparent at best, so I''m struggeling to figure out what''s up. The debugging possibilities are extremely limited. Here''s what I have now: zabbix.aug: ==== (** An adjusted copy of the postfix_main module **) module Zabbix_agent = autoload xfm
2002 Jul 08
2
Is Samba running on a Dual boot system while using w2k ?
Hi all, I'm new to Linux and Samba. I have two seperate hard drives, one has w2k and the other Red Hat Linux 7.3. Yessterday I struggeled to make the SWAT work. Then I realized that now I need to learn how to use SWAT. Before I invest time in learning how to use SWAT, my question is if I using w2k, can I access the hard drive that Linux is on and vice versa. Theis question came to my mind because I have dual boot system. I don...
2006 Jul 21
1
Passing a variable between methods
Hi, I am trying to add search functionality to may application. I am struggeling to pass my query to the controller and then show all my search results in another view. How would I do this? Model: class Advert < ActiveRecord::Base belongs_to :user def self.search(query) if !query.to_s.strip.empty? tokens = query.split.collect {|c| "%#{c.downcase}%"}
2006 May 17
1
Combining Vectors
Hi, I'm a new R user, and struggeling with the basics (...sigh) I would like to combine 2 vectors : d1: "S1" "S2" "S3" "S4" 1 3 5 6 and d2: "S1" "S3" "S5" 3 3 2 to give a result: "S1" "S2" "S3" "S4" "S5" 1
2005 Jul 27
1
Zaptel error: Unable to create channel op type 'Zap'
Hi, In struggeling with this problem for a two weeks now. I have a X100P clone card in my * box but I'm not able to get it to run. I'm running fedora core 3 with kernel 2.6.12-1.1372_FC3 on a VIA EPIAML500EA The compiling of both zaptel and asterisk went without any errors. I can run zaptel and asterisk without any errors. When I run ztcfg I don't get any errors too. But when I try
2001 Sep 15
1
Command-line history not working...
I am trying to build [R] v1.3.1 *locally* on a Sun Solaris 8 machine. One problem I am currently struggeling with is to make the command-line history function to work. I have installed GNU readline version 4.2 (latest version). Looking at the "config.log" file it seems that all readline related checks, e.g. "readline/history.h", passes (they did not before installing GNU
2003 Apr 14
1
Printer setup -- How-to??
Hi. I've just installed Samba 2.2.8 (SuSE Linux 8.0). My clients are running Win2000 Pro. I'm struggeling with the printer setup. Could anybody route me to an detailed step-by-step guide on how to do this right OR maybe explain it to me? What I have is this: ------------------- [print$] comment = Printers ... path = /home/ANDROMEDA/printers write list =
2014 Nov 05
1
Re: setvcpus libvirt 1.2.9
Am 05.11.14 14:48, schrieb Eric Blake: > On 11/05/2014 01:20 PM, Thomas Stein wrote: >> Am 05.11.14 11:48, schrieb Martin Kletzander: >>> On Wed, Nov 05, 2014 at 11:35:37AM +0100, Thomas Stein wrote: >>>> Hello. >>>> >>>> I'm struggeling a little bit with the setvcpus command. I'm trying now >>>> to get this running for a
2006 Jan 25
2
Help with sip setup because can't receive calls
Hi all, I read many posts on asterisk mail site and been trying many different things but still I can't get my sip phones to work with asterisk. I have a full blown-up voip netwok with two asterisk servers connected to pstn network with iax phones and cisco sccp phones which all work fine. however, I have been struggeling to configure my sip phones (polycom 601, Aastra 480i and cisco
2011 Oct 24
1
Using predicted() in R
Dear all, I am a R user since about 3 weeks now and still struggeling with things that must be very easy for you... This week I am struggling with the function predict() I want to use this function to get a 95% interval. I understand that you have to use it in such a way as: lm_examplemodel<- lm(y~x1 + x2 + x3) newdata <- data.frame(x1 = ???, x2 = ???, x3 = ???)
2020 Jun 29
1
`basename` and `dirname` change the encoding to "UTF-8"
On 29/06/2020 10:39 a.m., Johannes Rauh wrote: > Dear R Developers, > > I noticed that `basename` and `dirname` always return "UTF-8" on Windows (tested with R-4.0.0 and R-3.6.3): > >> p <- "F??/B?r" >> Encoding(p) > [1] "latin1" >> Encoding(dirname(p)) > [1] "UTF-8" >> Encoding(basename(p)) > [1]
2013 Feb 01
1
lmtp-proxying in 2.1 slower than in 2.0.14 ?
We upgraded our two dovecot directors from v2.0.14 to dovecot-ee 2.1.10.3 this week, and after that mail seems to be flowing a lot slower than before. The backend mailstores are untouched, on v2.0.14 still. After the upgrade we've been hitting process_limit for lmtp a lot, and we're struggeling with large queues in the incoming mailservers that are using LMTP virtual transport towards our
2006 Oct 10
1
How to assign a rank to a range of values..
>From the following: basin.map <- readAsciiGrid("c:/temp/area.asc", colname="area") I have a SpatialGridDataFrame which has the x and y cordinate of a cell, and the drainage area of that cell. There are many cells with a low drainage area (in my case, 33000 with an area of 37.16) and one cell with the highest drainage area (again, in my case, a drainage area of of
2005 Jul 27
2
R: Zaptel error: Unable to create channel op type'Zap'
I got the same problem yesterday and i just ch'ange the kernel from 2.6.12-1.1372_FC3 to 2.6.9 kernel of fedora core 3, and now it work perfectly. I think there is some problems with the new kernel of fedora. -----Messaggio originale----- Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di Altus Snyman Inviato: mercoled? 27 luglio 2005
2005 Jun 13
3
recycle with debian-package of sambe 3.0.10
Hello Stephan, Monday, June 13, 2005, 12:58:54 PM, you wrote: SH> I am struggeling around with the permissions of the recycle-vfs-module. SH> While working mostly good( placing deleted files inside the .recycle- SH> folder), the touch-option does not work. I am experiencing the same problem. The recycle vfs module is quite buggy, IMHO. The touch option does not seem to work,