search for: anb

Displaying 20 results from an estimated 27 matches for "anb".

Did you mean: an
2013 Jan 26
0
Processed: switching email address
Processing commands for control at bugs.debian.org: > # bugs with submitter debian at abeckmann.de > submitter 479445 ! Bug #479445 [gnuplot] gnuplot: wrong line numbers for missing files reported during replot Changed Bug submitter to 'Andreas Beckmann <anbe at debian.org>' from 'Andreas Beckmann <debian at abeckmann.de>' > submitter 681568 ! Bug #681568 {Done: Bdale Garbee <bdale at gag.com>} [amanda-server] amanda-server: removal makes directory disappear: /var/log/amanda/ Changed Bug submitter to 'Andreas Beckmann...
2000 Jun 07
1
forward stepwise selection
...with all the possible explanatory variables, it results in a model with too many explanatory variables. Hence I wanted to start with just a constant and do forward selection, to get a new starting model for full stepwise selection again. But R (version 0.99.0) doesn't like this. > step(lm(ANB.DIFF~.,tink4),trace=0) Call: lm(formula = ANB.DIFF ~ SEX + AGE.YRS + OJS + S.AR1 + CD.GO1 + CD.GN1 + AR.GN1 + UAFH1 + UPFH1 + LPFH1 + AFP1 + PFP1 + OJ1 + SNA1 + SNB1 + SN.POG1, data = tink4) Coefficients: (Intercept) SEXmale AGE.YRS OJS S.AR1 -0.05001 0...
2013 Apr 24
1
pglm package: fitted values and residuals
I'm using the package pglm and I'have estimated a "random probit model". I need to save in a vector the fitted values and the residuals of the model but I can not do it. I tried with the command fitted.values using the following procedure without results: library(pglm) m1_S<-pglm(Feed ~ Cons_PC_1 + imp_gen_1 + LGDP_PC_1 + lnEI_1 +
2011 Mar 16
5
Strange R squared, possible error
k=lm(y~x) summary(k) returns R^2=0.9994 lm(y~x) is supposed to find coef. a anb b in y=a*x+b l=lm(y~x+0) summary(l) returns R^2=0.9998 lm(y~x+0) is supposed to find coef. a in y=a*x+b while setting b=0 The question is why do I get better R^2, when it should be otherwise? Im sorry to use the word "MS exel" here, but I verified it in exel and it gives: R^2=0.9994 w...
2013 Sep 17
1
Bug#723238: blktap link with -L/usr/lib
Package: blktap Version: 2.0.90-2 X-Debbugs-CC: wzssyqa at gmail.com This package has one or more -L/usr/lib in its build system, which will make it ftbfs if there is libraries under /usr/lib, while is not the default architecture, mips* for example. On mips* systems, /usr/lib is defined as place to hold O32 libraries, and /usr/lib32 for N32, and /usr/lib64 is for N64. Beside the way, on the
2013 Sep 17
1
Bug#723239: blktap-dkms link with -L/usr/lib
Package: blktap-dkms Version: 2.0.91-2 X-Debbugs-CC: wzssyqa at gmail.com This package has one or more -L/usr/lib in its build system, which will make it ftbfs if there is libraries under /usr/lib, while is not the default architecture, mips* for example. On mips* systems, /usr/lib is defined as place to hold O32 libraries, and /usr/lib32 for N32, and /usr/lib64 is for N64. Beside the way, on
2014 Sep 08
1
Bug#760563: Bug#760563: xen-hypervisor-4.4-amd64: Xen >=4.1 not booting on IBM HS20
...l boot we have added mmcfg=0 in extlinux and executed extlinux -i /boot to update bootloader With this seems to work, and it could be a possible workaround? My questions are: - mmcfg: I'm not sure where is used and what happen if we use xen without mmcfg. Why with xen <=4.0 is not needed anb for xen >4.0 is a requirements for this hardware. Will be solved? - Can I use for production environment this configuration? Thanks 2014-09-05 15:56 GMT+02:00 Ian Campbell <ijc at hellion.org.uk>: > On Fri, 2014-09-05 at 13:39 +0200, trenta wrote: >> Additional information: &g...
2006 Jun 27
3
reading a matrix from a file
Hello everyone, I'm writting a little script that will read a matrix from a file i.e. 0,.11,.22,.4 .11,0,.5,.3 .22,.5,0,.7 anb so on and will then calculate some standard stats for nets (i.e. centralization, degree, etc). So far I have opened the file and read the contents, however I' m using readLines(filename) to read the file and it returns it as one big String with no divitions. I tried using st...
2006 Jan 28
13
What''s the verb form of id?
Random question: I''ve written a method for the String class that turns an arbitrary line of text in to an identifier, e.g.: "My, what a beautiful day!" => "my_what_a_beautiful_day" "(anb*#NF(AMNV" => "anb_NF_AMNV" We''ve got all these great names already like underscore, classify, titleize and things like that. I''d like to name my new method similarly. What would the verb form of id, or identifier, be? idize identifize identitize Maybe?...
2016 May 27
2
Bug#825580: libxen-dev: broken symlink: /usr/lib/x86_64-linux-gnu/libxlutil.so -> libxlutil.so.
Package: libxen-dev Version: 4.6.0-1+nmu2 Severity: serious User: debian-qa at lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package ships a broken symlink: /usr/lib/x86_64-linux-gnu/libxlutil.so -> libxlutil.so. (notice the trailing dot, it is part of the target). You probably want this target instead: libxlutil-4.6.so Andreas
2010 Jun 07
6
Wine + winebottler + azloader.exe + rs232 to usb adapter
Hello guys. I am new in mac world and in wine apps. I have this singular situation: I have a macbook with wine and winebottler installed. I want to use this exe app: azloader.exe. Ok, wine is able to load it normally. But... the problem is, my macbook has not the RS-232 port. So I bought a RS-232 to USB adapter. I've installed the correct "drive" to use that. I've tried that in
2010 Jul 30
4
Programming Statistical Functions
Hello, I'm new in R. I'm meteorological modeller and i will calculate some statistics for my model results. These statistis are the follow: ANB: Average Normalized Absolute BIAS MNB: Mean Normalized BIAS MNE: Mean Normalised Error STDE: Standard Deviation of Error FB: Fractional BIAS MG: Geometric Mean BIAS VG: Geometric Variance SKVAR: Skill Variance RMSE: Root Mean Square Error NMSE: Normalized Mean Square Error r: Correlation Coefficien...
2013 Oct 31
0
Processed (with 2 errors): notfound 706747 in 3.2p1.4-28.1, tagging 706747, fixed 676134 in 3.8.5-2, found 725433 in 2.0.19-2 ...
Processing commands for control at bugs.debian.org: > # bts housekeeping - fixing up versions to enable automatic bug archival > notfound 706747 3.2p1.4-28.1 Bug #706747 {Done: Andreas Beckmann <anbe at debian.org>} [olvwm] olvwm: fails to install [i386]: update-alternatives: error: alternative path /usr/bin/X11/olvwm-x-window-manager doesn't exist. There is no source info for the package 'olvwm' at version '3.2p1.4-28.1' with architecture '' Unable to make a sou...
2014 Sep 05
0
Bug#760563: Bug#760563: xen-hypervisor-4.4-amd64: Xen >=4.1 not booting on IBM HS20
On Fri, 2014-09-05 at 13:39 +0200, trenta wrote: > Additional information: > http://lists.xen.org/archives/html/xen-devel/2013-09/msg00584.html This thread suggests that mmconfig might be the issue, in which case does adding "mmcfg=0" to your hypervisor command line help? I'd recommend continuing to pursue this upstream, there are far more experts on the low level aspect of
2023 Jul 05
0
Processed: user debian-qa@lists.debian.org, found 986475 in 4.1.9-1, found 1036601 in 4.17.1+2-gb773c48e36-1 ...
Processing commands for control at bugs.debian.org: > user debian-qa at lists.debian.org Setting user to debian-qa at lists.debian.org (was anbe at debian.org). > found 986475 4.1.9-1 Bug #986475 [libocamlnet-ocaml-doc] libocamlnet-ocaml-doc: broken symlinks: /usr/share/doc/libocamlnet-ocaml-dev/examples -> ../libocamlnet-ocaml-doc/examples Marked as found in versions ocamlnet/4.1.9-1. > found 1036601 4.17.1+2-gb773c48e36-1 Bug #1...
2012 Jan 05
1
Anyone able to play "A New Beginning" Game
Is anyone able to get the game "A New Beginning" working on Mac OS X (or Linux even)? http://www.daedalic.de/ANB/index.php/home-en.html It got a "gold" rating in the app db, but when I tried the demo, part way through the first few minutes, I got pages and pages of this error: Code: wine(66047,0x40806e00) malloc: *** mmap(size=262144) failed (error code=12) *** error: can't allocate region **...
2013 May 10
1
PGLM Package: Starting Values for Within-Model
I am currently using the PGLM package and I would like to implement a within-model. Unfortunately, I do not succeed as I am not a big expert in panel regression. I am using the example data set from the PGLM package: library(pglm) data('Unions', package = 'pglm') anb <- pglm(union~wage+exper+rural, Unions, family=binomial('probit'), model="within", method = "bfgs", print.level=0, R = 5, iterlim=2) The pglm-function needs the argument start for starting values. What do I use? Thank you very much! -- View this message in conte...
2014 Jan 16
0
Processed: user debian-qa@lists.debian.org, found 728743 in 331.20-1, tagging 728743, tagging 735576 ...
Processing commands for control at bugs.debian.org: > user debian-qa at lists.debian.org Setting user to debian-qa at lists.debian.org (was anbe at debian.org). > found 728743 331.20-1 Bug #728743 [libgl1-nvidia-glx] corrupts the signal block mask (SigBlk) breaking unrelated Bug #733816 [libgl1-nvidia-glx] khotkeys launches actions with SIGHUP blocked, leading to unclosable xterms Marked as found in versions nvidia-graphics-drivers/331....
2008 May 15
3
Tape operation
Hi all, My only encounter with tape-backup was with Windows 2000. With it, when we backup things using windows' backup tool, it will create a 'catalog', then the catalog contains all the backup operations we do based on date. So, with this we can "append" many backups into one tape. Next time we want to restore a backup, we can choose what date available in that
2013 Jul 19
0
Processed: user debian-qa@lists.debian.org, tagging 714794, tagging 710035, found 668754 in 0.36-1 ...
Processing commands for control at bugs.debian.org: > user debian-qa at lists.debian.org Setting user to debian-qa at lists.debian.org (was anbe at debian.org). > tags 714794 - moreinfo Bug #714794 {Done: Gilles Filippini <pini at debian.org>} [release.debian.org] pu: package sikuli/1.0~x~rc3.tesseract3-dfsg1-5+deb7u1 Removed tag(s) moreinfo. > tags 710035 - moreinfo Bug #710035 {Done: Moritz Muehlenhoff <jmm at inutil.org&g...