search for: ppo

Displaying 20 results from an estimated 23 matches for "ppo".

Did you mean: po
2007 Jul 16
2
Error while fitting Partial Proportional Odds model using vglm
Dear R developers: I am trying to fit a PPO model using vglm from the library VGAM, and get an error while executing the code. Here is the data, code, and error: Data: first row is the column names. a = age, and 1,2,3, 4 and 5 are condition grades. a 1 2 3 4 5 1 1 0 0 0 0 2 84 2 7 10 2 3 16 0 6 6 2 4 13 0 3 4 0 5 0 0 0...
2017 Jun 20
0
translate formula into R code
...>I am sure you can use some fancy R code to solve this but I would >like >>>to >>>keep it simple and stick to for and vector/array if that is possible. >>> >>>TP = 200; >>>RL = 50; >>>TPR1 = TP - RL; >>>TPR2 = TP + RL; >>>PPO = 0; >>> >>>LSS = 0.1; >>> >>>counter = 1; >>> >>>for(i in res) { >>> >>> # Even >>> if(counter %% 2 == 1) { >>> ls = abs((sum(LSS)* TP)) / (TPR1 - PPO); >>> LSS = c(LSS,ls); >>> >...
2005 Jul 15
1
Instal FC PPO
Hi! I just ?cant get FCPPO (FirstClassPersonalPostOffice) installed. The FC client (8.005US.exe), installs ok. When installing fcpers80231.exe, I get info that "This version of windows is not supported.", right after I accept the license agreement. I have to kill wineserver to be able to continue work. The conso...
2017 Jun 20
3
translate formula into R code
Hello, I am trying to implement the following formula using for loops and vectors. I am sure you can use some fancy R code to solve this but I would like to keep it simple and stick to for and vector/array if that is possible. TP = 200; RL = 50; TPR1 = TP - RL; TPR2 = TP + RL; PPO = 0; LSS = 0.1; counter = 1; for(i in res) { # Even if(counter %% 2 == 1) { ls = abs((sum(LSS)* TP)) / (TPR1 - PPO); LSS = c(LSS,ls); } # Odd if(counter %% 2 == 0) { ls = abs((sum(LSS)* TPR2)) / (TP - PPO); LSS = c(LSS,ls); } } -------------- next part ----------...
2003 Dec 13
1
partial proportional odds model (PPO)
Hi Since the 'equal slope' assumption doesn't hold in my data I cannot use a proportional odds model ('Design' library, together with 'Hmisc'). I would like to try therefore a partial proportional odds model Please, could anybody tell me, where to find the code and how to specify such a model ..or any potential alternatives many thanks for your kind help christoph
2013 Jul 30
3
nut package with Riello UPS support
# reboot Connection to 192.168.5.81 closed by remote host. Connection to 192.168.5.81 closed. ppo at admin:/tmp$ ssh root at 192.168.5.81 root at 192.168.5.81's password: Last login: Tue Jul 30 14:10:49 2013 from pc-ppo.kh.ektos OpenBSD 5.3 (GENERIC.MP) #58: Tue Mar 12 18:43:53 MDT 2013 # ps -aux | grep ups root 2254 0.0 0.0 324 700 p0 S+ 5:29PM 0:00.00 grep ups # ps -a...
2013 Jul 30
2
nut package with Riello UPS support
...wheel 512 Jul 30 10:22 . drwxr-xr-x 10 root wheel 512 Jul 29 16:41 .. -rw-r--r-- 1 _ups wheel 5 Jul 30 10:22 upsd.pid # ls -la /usr/local/bin/riello_ser -rwxr-xr-x 1 root bin 161978 Jul 30 09:46 /usr/local/bin/riello_ser On Tue, Jul 30, 2013 at 10:21 AM, Pavel Potcheptsov (EKTOS) <ppo at ektos.net>wrote: > Here is what I did: > # cd /root/nut/ # nut here it's checkouted > repository > # ./configure --with-user=_ups --with-group=_ups > # cd drivers/ > # make riello_ser > # chgrp bin riello_ser > # cp riello_ser /usr/local/bin # here I copi...
2013 Jul 30
0
nut package with Riello UPS support
On Jul 30, 2013, at 3:28 AM, Pavel Potcheptsov (EKTOS) wrote: > another attempt: > # upsd > Network UPS Tools upsd 2.6.5 > fopen /var/db/nut/upsd.pid: No such file or directory > listening on 127.0.0.1 port 3493 > listening on ::1 port 3493 > Can't connect to UPS [senpro] (riello_ser-senpro): No such file or directory We need to determine whether upsd and the driver are
2013 Jul 29
3
nut package with Riello UPS support
...ly. I have installed asciidoc with "pkg_add asciidoc" And it returns something: # asciidoc fgh asciidoc: FAILED: input file /root/nut/fgh missing # which asciidoc /usr/local/bin/asciidoc Maybe there is any way to skip building man pages. This is not the such main thing as a new devices support. I also could built the driver that I need # make riello_ser but I don't know is there way to include it in 2.6.5. On Mon, Jul 29, 2013 at 2:56 PM, Charles Lepple <clepple at gmail.com> wrote: > On Jul 29, 2013, at 6:43 AM, Pavel Potcheptsov (EKTOS) wrote: > > > Hello list...
2013 Jul 30
0
Fwd: nut package with Riello UPS support
...probed fifo depth: 15 bytes pckbc0 at isa0 port 0x60/5 pckbd0 at pckbc0 (kbd slot) pckbc0: using irq 1 for kbd slot wskbd0 at pckbd0: console keyboard, using wsdisplay0 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16 mtrr: Pentium Pro MTRR support uhub2 at uhub0 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2 rum0 at uhub2 port 3 "Ralink 802.11 bg WLAN" rev 2.00/0.01 addr 3 rum0: MAC/BBP RT2573 (rev 0x2573a), RF RT2528, address 00:24:21:8b:7b:aa uhub3 at uhub1 port 1 "Intel Rate Matching Hub" rev 2.00/0....
2013 Jul 31
2
nut package with Riello UPS support
...mailman/listinfo/nut-upsuser > -- Best / ? ?????????? ??????????? *Pavel Potcheptsov* LLC EKTOS-Ukraine System administrator 1, Academika Proskury Mobile UA: +38 050 3642391 Home UA: +380 572 931115 61070 Kharkiv www.ektos.com.ua <http://www.ektos.net/> E-mail: ppo at ektos.net Skype: potcheptsov.pavel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20130731/fcc7d752/attachment-0001.html>
2013 Jul 29
3
nut package with Riello UPS support
Hello list, I have explored https://github.com/networkupstools/nut repository and found that Riello UPS added into list of supported UPS. But current package for most distribution it's nut-2.6.5 which doesn't have Riello's models. Do we need to wait next upcoming nut release to get start with Riello? I tried to install from source but stuck: # git clone https://github.com/networkupstools/nut.git # pkg_add python...
2013 Aug 01
0
nut package with Riello UPS support
You are right. Before install nut-cgi I have stopped apache and started it again without chroot. I have started it again with chroot and cgi is working! This is best support for open source project I have ever seen. Good luck! On Thu, Aug 1, 2013 at 3:03 PM, Charles Lepple <clepple at gmail.com> wrote: > On Jul 31, 2013, at 11:39 AM, Pavel Potcheptsov (EKTOS) wrote: > > > I'll test it. > > I'm a bit confused with cgi-bin. I have made...
2010 Mar 19
0
linux/unix/osx administrator position available -- Milwaukee
My job will be coming available shortly. I have been tasked with finding a replacement. Please forward me your resume if you have the following skills: Required: * linux support Compiling from source. Tweaking makefiles. nfs file system. Custom scripting -- c shell kde Custom applications. iptables. samba. Preferably CentOS/RHEL experience. apache virtual machine support -- qemu, sun virtual box Some c/c++ code...
2013 Jul 31
2
nut package with Riello UPS support
...epple at gmail > > > > -- Best / ? ?????????? ??????????? *Pavel Potcheptsov* LLC EKTOS-Ukraine System administrator 1, Academika Proskury Mobile UA: +38 050 3642391 Home UA: +380 572 931115 61070 Kharkiv www.ektos.com.ua <http://www.ektos.net/> E-mail: ppo at ektos.net Skype: potcheptsov.pavel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20130731/82e2b9ac/attachment-0001.html>
2013 Jul 30
1
nut package with Riello UPS support
On Jul 29, 2013, at 7:56 AM, Charles Lepple wrote: > On Jul 29, 2013, at 6:43 AM, Pavel Potcheptsov (EKTOS) wrote: > >> Hello list, >> I have explored https://github.com/networkupstools/nut repository >> and found that Riello UPS added into list of supported UPS. >> But current package for most distribution it's nut-2.6.5 which >> doesn't have Riello's models. >> Do we need to wait next upcoming nut release to get start with Riello? > > We're not too far away from a release: > > https://github.com/net...
2004 May 24
5
vscan permission
Hello, I have installed samba-vscan module but when I try to read a test file: May 24 12:14:12 va2 smbd_vscan-clamav[15035]: ERROR: file /home/testav/eicar.com not found, not readable or an error occured why ? my smb.conf for homes: [homes] comment = home of %U, %u read only = No valid users = %U create mask = 0644 directory mask = 0775
2013 Jul 29
0
nut package with Riello UPS support
On Jul 29, 2013, at 6:43 AM, Pavel Potcheptsov (EKTOS) wrote: > Hello list, > I have explored https://github.com/networkupstools/nut repository > and found that Riello UPS added into list of supported UPS. > But current package for most distribution it's nut-2.6.5 which > doesn't have Riello's models. > Do we need to wait next upcoming nut release to get start with Riello? We're not too far away from a release: https://github.com/networkupstools/nut/issues/37 >...
2013 Nov 21
2
Network UPS Tools version 2.7.1 released
Network UPS Tools version 2.7.1 has been released: http://www.networkupstools.org/ This release is an interim release, part of the testing series, and the first release after the transition from Subversion to Git. The last release (2.6.5) is almost a year old. A lot of work has been done, but a good amount remains to achieve 2.8.0 goals. Direct access: - Download:
2015 Apr 27
3
upssched setup
Hi, I am unable to get upssched working correctly as my UPS calls low battery too late and there is no way to change it. I am running Nut 2.7.3 on Ubuntu 14.04 I have made this script, called /sbin/upssched-cmd.sh #!/bin/sh case $1 in onbatt) /sbin/upsmon -c fsd;; *) echo "shutdown implemented";; esac I am trying to run the script manually to break down my issues. All that