Displaying 20 results from an estimated 178 matches for "spd".
Did you mean:
sd
2012 Jul 26
2
Error Bars ggplot2
Hello,
I'm attempting to plot error bars side by side rather than stacked on top
of each other with ggplot2. Here is the sample code I am using:
#Code
#Data
spd<-c("s","f","f","s","f","s","s","s","f","f","s","f")
r<-c(4.9,3.2,2.1,.2,3.8,6.4,7.5,1.7,3.4,4.1,2.2,5)
#Turn spd into a factor
spd.f<-factor(spd)
#Place data into a dat...
2011 Feb 06
2
Subsampling out of site*abundance matrix
...n example
on here)
abund1 <- c(150, 300, 0, 360, 150, 300, 0, 240, 150, 0, 60,
0, 150, 0, 540, 0, 0, 300, 0, 240, 300, 300, 0, 360, 300, 0, 600, 0)
abund2 <- matrix(data=abund1, nrow=4, ncol=7)
colnames(abund2) <- c("spA", "spB", "spC", "spD", "spa", "spF", "spG")
rownames(abund2)<-c("site1", "site2", "site3", "site4")
#####
> abund2
spA spB spC spD spa spF spG
site1 150 150 150 150 0 300 300
site2 300 300 0 0 300 300 0
site3 0 0 60 5...
2008 Aug 22
3
simple generation of artificial data with defined features
...tors like me don't really understand much of
statistics. Therefore I'd like to give the reader an easy understandable
example of Fleiss-Kappa in the Methods part. To achieve this, I obtained
a table with the results of the German election from 2005:
party number of votes percent
SPD 16194665 34,2
CDU 13136740 27,8
CSU 3494309 7,4
Gruene 3838326 8,1
FDP 4648144 9,8
PDS 4118194 8,7
I want to show the agreement of voters measured by Fleiss-Kappa. To
calculate this with the kap...
2008 Jul 24
2
sparc quota bug
...t;adm1026" at iic0 addr 0x2e not configured
admtemp1 at iic0 addr 0x32: max1617, cannot get control register
admtemp2 at iic0 addr 0x40: max1617, cannot get control register
admtemp3 at iic0 addr 0x48: max1617, cannot get control register
lmtemp0 at iic0 addr 0x4e: lm75, fails to respond
"spd" at iic0 addr 0x5b not configured
"spd" at iic0 addr 0x5c not configured
"spd" at iic0 addr 0x5d not configured
"spd" at iic0 addr 0x5e not configured
"spd" at iic0 addr 0x63 not configured
"spd" at iic0 addr 0x64 not configured
"spd"...
2015 May 27
1
Windows explorer pop-up descriptions: unfair to Samba
Hello,
I would like to get this question answered in support of a decision
about whether or not to move some large shares from Windows Server to
Samba.
Windows Explorer has a feature called "Show pop-up description for
folder and desktop items", which I will call SPD. SPD, which is
enabled by default, shows a folder's contents and size when you hover
your mouse cursor over it. It even works when you are just moving
your mouse cursor from the bottom of your screen to the top and just
"happen" to have it glide across a directory or two.
Explorer...
2016 Jan 11
0
[HCL] POWERCOM PCM SPD-1000U
Hello !
Could you be so kind to hint me about supporting Powercom PCM SPD-1000U by
nut ?
I didn't find this model in your HCL. Do you have plans for adding this
model in your HCL or maybe I can use some similar driver ?
I tried to connect my SPD-1000U with FreeNAS using another drivers for
Powercom from HCL, that use nut, but without success, seems because it's...
2016 Oct 11
2
Unable to find driver for a supported device
...start
Network UPS Tools - UPS driver controller 2.7.4
Network UPS Tools - Generic HID driver 0.41 (2.7.4)
USB communication driver 0.33
No matching HID UPS found
Driver failed to start (exit status=1)
usbconfig sees the UPS:
# usbconfig
ugen0.1: <UHCI root HUB VIA> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE (0mA)
ugen3.1: <EHCI root HUB VIA> at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA)
ugen2.1: <UHCI root HUB VIA> at usbus2, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE (0mA)
ugen1.1: <UHCI root HUB VIA> at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=S...
2012 Oct 02
2
svyby and make.formula
...roducible example is appended below.
I would appreciate if someone could help me.
Thank you in advance.
Pradip Muhuri
####Below is a reproducible example ##########################################
setwd ("E:/RDATA")
library (survey)
xd1 <-
"dthage ypll_ler ypll_75 xspd2 psu stratum wt8 mortstat
NA NA NA 2 1 1 1683.7387 0
NA NA NA 2 1 1 640.8950 0
NA NA NA 2 1 1 714.0662 0
NA NA NA 2 1 1 714.0662 0...
2004 Dec 30
19
OpenVPN tun Interface
I have a zone "rw" defined as tun0 in interfaces.
From that zone, pings to zone "loc" succeed but pings to remote
networks (On IPsec VPNs) are rejected in the all2all chain. From my
point of view, these pings should be in the rw2cctc chain. (rw to cctc
is ACCEPTed in policy.)
I must have a hole in my config, where would it be?
Thanks,
A.
2009 Oct 19
1
updating columns using other column as reference
Dear R-gurus,
Just supose I have a dara.frame that looks like
myDF<-read.table(stdin(),head=T,sep=",")
codID,namesp,k1,k2,k3,k4
1,spA,2,5,6,3
2,spB,4,5,4,6
3,spC,2,1,5,6
4,spC,5,4,3,2
5,spD,1,2,3,4
6,spE,2,4,3,1
I need to update the columns k1-k4 with the namesp, but
considering the math between Kx and codID.
My desired output must looks like:
codID,namesp,k1,k2,k3,k4
1,spA,spB,spD,spE,spC
2,spB,...
3,spC,...
4,spC,...
5,spD,...
6,spE,...
Any help are welcome.
cheers
milton
[[...
2012 Aug 13
1
FreeBSD + nut usbhid-ups
...9.1-PRERELEASE #1: Tue Jul 31
19:48:36 MSK 2012 root at hq.local:/sys/amd64/compile/HQ amd64
ugen1.3: <DELL> at usbus1
uhid0: <DELL Dell UPS Rack 1920W HV, class 0/0, rev 1.10/1.00, addr 3> on usbus1
root at hq: # usbconfig
ugen0.1: <EHCI root HUB Intel> at usbus0, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=SAVE
ugen1.1: <EHCI root HUB Intel> at usbus1, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=SAVE
ugen0.2: <product 0x0020 vendor 0x8087> at usbus0, cfg=0 md=HOST
spd=HIGH (480Mbps) pwr=SAVE
ugen1.2: <product 0x0020 vendor 0x8087> at usbus1, cfg=0 md=HOST
spd=HIGH (480Mb...
2008 Jan 03
1
GLM results different from GAM results without smoothing terms
...smooth functions of the
covariates plus a conventional parametric component of the linear
predictor." I am fitting the GAM without smooth functions and would have
expected the parameter estimates to be equal to the GLM.
I am fitting the following model:
reg.glm=glm(YES~factor(RoundStart)+DEP+SPD+S.S+factor(LOST),family=binomial(
link="probit"))
reg.gam=gam(YES~factor(RoundStart)+DEP+SPD+S.S+factor(LOST),family=binomial(
link="probit"))
DEP, SPD, S.S, and LOST are invariant across the observations within the
same RoundStart. Therefore, I would expect to get NAs for thes...
2009 Jan 22
2
expire plugin error
Hi,
I am using the db backend for the expire plugin and found the following
error message in the logfile:
dovecot: Jan 22 10:10:55 Error: dict: secondary db: unable to allocate
space from the buffer cache
dovecot: Jan 22 10:10:55 Error: dict: Failed to initialize dictionary
'expire'
dovecot: Jan 22 10:10:55 Error: IMAP(xxxxxxxxxx):
read(/var/dovecot/dict-server) failed: Remote
2010 Jan 08
3
USB problems on 8.0-STABLE
...2.00,
addr 3> on usbus0
ugen0.4: <Dell> at usbus0
ukbd0: <Dell Dell USB Keyboard, class 0/0, rev 1.10/3.01, addr 4> on
usbus0
Ace /usr/ports # usbdevs -d -v
usbdevs: no USB controllers found
Ace /usr/ports # usbconfig
ugen0.1: <OHCI root HUB nVidia> at usbus0, cfg=0 md=HOST spd=FULL
(12Mbps) pwr=ON
ugen1.1: <EHCI root HUB nVidia> at usbus1, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=ON
ugen0.2: <Back-UPS XS 1200 FW:8.g1 .D USB FW:g1 American Power
Conversion> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON
ugen0.3: <USB Optical Mouse vendor 0x0461> at usb...
2014 Feb 01
0
Question on support for Upsonic Commercial UPS CXR 2000 - 2000VA/1200W - Rack/Tower on Freebsd 9.1.
On Jan 31, 2014, at 3:14 PM, Chris Duffy wrote:
> The current one I am looking is support for:
>
> Upsonic Commercial UPS CXR 2000 - 2000VA/1200W - Rack/Tower
>
> What seems to be supported in Freebsd is:
Small clarification: the hardware compatibility list isn't broken down by operating system (theoretically, the drivers should work on any POSIX system, with additional
2014 Feb 04
2
Question on support for Upsonic Commercial UPS CXR 2000 - 2000VA/1200W - Rack/Tower on Freebsd 9.1.
Thx for the info Charles.
Here is what I am seeing from
'usbconfig list'
ugen0.1: <EHCI root HUB Intel> at usbus0, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=SAVE
ugen1.1: <EHCI root HUB Intel> at usbus1, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=SAVE
ugen0.2: <product 0x0024 vendor 0x8087> at usbus0, cfg=0 md=HOST
spd=HIGH (480Mbps) pwr=SAVE
ugen1.2: <product 0x0024 vendor 0x8087> at usbus1, cfg=0 md=HOST
spd=HIGH (4...
2004 Oct 06
7
Re: IPsec problems with tunneled networks
class wrote on 06/10/2004 11:18:48:
> Hello, I have the following situation:
>
> 192.168.176.0/24 ------ A ========== B ------ 192.168.177.0/24
> 192.168.176.2 pop3 ipsec
> racoon
>
>
> policy: (Machine A and B)
> -------
> loc vpn ACCEPT
> vpn loc ACCEPT
> all
2004 Oct 06
7
Re: IPsec problems with tunneled networks
class wrote on 06/10/2004 11:18:48:
> Hello, I have the following situation:
>
> 192.168.176.0/24 ------ A ========== B ------ 192.168.177.0/24
> 192.168.176.2 pop3 ipsec
> racoon
>
>
> policy: (Machine A and B)
> -------
> loc vpn ACCEPT
> vpn loc ACCEPT
> all
2014 Jan 31
2
Question on support for Upsonic Commercial UPS CXR 2000 - 2000VA/1200W - Rack/Tower on Freebsd 9.1.
I am working with a number of our customers to ensure that NUT
works with different UPS's on Freebsd 9.1.
The current one I am looking is support for:
*Upsonic Commercial UPS CXR 2000 - 2000VA/1200W - Rack/Tower*
What seems to be supported in Freebsd is:
CXR1000
blazer_ser
LAN Saver 600
genericups upstype=0
Power Guardian
genericups upstype=7
PrOffice 650
USB blazer_usb
DS-800
USB
2012 Aug 24
3
Euclidean distance function
...mat the
dataset every time.
In the hope of clarifying this with a simplified example, I want to take a
dataset like this:
Species x y z n
spA 2.9 34.2 0.54 15.7
spB 5.5 46.5 0.45 19.4
spC 1.4 48.6 0.84 24.8
spD 8.3 56.1 0.48 21.3
Then extract the Euclidean distances using the general equation
d=sqrt[(x2-x1)^2+(y2-y1)^2+...+(n2-n1)^2] for particular data columns. So in
this example I might want the distances using the traits x, z and n, thereby
specifying the equation to be d=sqrt[(x2-...