search for: struggel

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

Did you mean: struggle
2012 Nov 04
1
Struggeling with nlminb...
...ar.start)-1)), -999999) my.optpar3 <- nlminb(par.start, my.loglike.normal, lower=constLo, control=list(eval.max=60,iter.max=30)) value <- valore.normal(my.optpar3$par) } Thank you for your help! Best, Marcial -- View this message in context: http://r.789695.n4.nabble.com/Struggeling-with-nlminb-tp4648413.html Sent from the R help mailing list archive at Nabble.com.
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 pro...
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 --gues...
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 the VM is starting with 2 CPUs. When i try to increase the nu...
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.d...
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&...
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...
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 readline)....
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 = @winadmin, root [D...
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 linux VM. Here is what i have: >>>> >>>> <vcpu placement='auto' current='2'>4</vcpu> > > This is one case where xen may be a bit more p...
2006 Jan 25
2
Help with sip setup because can't receive calls
...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 9760) to work with asterisk. I can call out from sip phones to anywhere else but not receive phone calls. I can see the phones on "sip show registry" and "sip show peers" but no track phone calls for sip. ca...
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 = ???,...
2020 Jun 29
1
`basename` and `dirname` change the encoding to "UTF-8"
...] "latin1" >> Encoding(dirname(p)) > [1] "UTF-8" >> Encoding(basename(p)) > [1] "UTF-8" > > Is this on purpose? At least I did not find any relevant comment in the documentation of `dirname`/`basename`. > > Background: I'm currently struggeling with a directory name containing a latin1-character. (I know that this is a bad idea, but I did not create the directory and I cannot rename it.) I now want to pass a latin1-directory name to a function, which internally uses `tools::makeLazyLoadDB`. At that point, internally, `dirname` is ca...
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 two directors. I seem to remember 2.1 should have a new lmtp-proxying code. Is there anything in this that maybe needs to be tuned that's different from v2.0 ? I'm a bit scheptical to just in...
2006 Oct 10
1
How to assign a rank to a range of values..
...umber of times they occur, with a rank of 100 going to the cells with area=37.16, and 1 going to the cell(s) with area=800000). There are 6,000 different drainage areas out of 180,000 cells in this grid, so the ranks would have values like 100, 99.01, 57.34, 20, 1.08, 1 and so forth. I have been struggeling with the split, length and rank commands in R, but can't seem to figure out how to "attach" a new column (or make a new dataset) that has a colums of ranks, or how to calculate the rank. Thanks for any help. Thomas Colson North Carolina State University Department of Forestry...
2005 Jul 27
2
R: Zaptel error: Unable to create channel op type'Zap'
...sers] Zaptel error: Unable to create channel op type'Zap' I just did the modprobe 2 times and it worked but that was on the 2.6.9 kernel Something about core 3 taking its time to create the device modprobe zaptel sleep 3 modprobe zaptel :-) Peter Raaijmakers wrote: > 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...
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 se...