Displaying 14 results from an estimated 14 matches for "dsub".
Did you mean:
dsdb
2011 Jul 22
1
applying a loop to multiple dataframes
...;m trying to apply a loop to multiple data frames and then organize the data in a manageable form. I have the code for my loop figured out (thanks to help from this list)...it runs up to 2000 iterations of a "while" loop until it finds a 40-row "d2p" column sum >5
n<-nrow(dsub.f1)
test<-0
for(k in 1:2001){
if(k>2000){
break} #stops after 2000 iterations
else{
while(test<5){ #continues unti sum>5, or 2000 iter.
i<-sample(1:n-40,1)
x<-dsub.f1[seq(from=i, to=i+40),]
test<-sum(x[,"d2p"],na.rm=TRUE)}
}
}
My data frames are all named...
2014 Apr 24
3
[LLVMdev] tablegen for fast isel
...ables.inc \
MipsGenMCPseudoLowering.inc MipsGenAsmMatcher.inc
I get an error.
Included from
/home/rkotler/workspace/llvm/lib/Target/Mips/MipsInstrInfo.td:1474:
/home/rkotler/workspace/llvm/lib/Target/Mips/Mips64InstrInfo.td:89:1:
error: Duplicate record in FastISel table!
def DSUB : ArithLogicR<"dsub", GPR64Opnd, 0, II_DSUB, sub>, ADD_FM<0,
0x2e>;
^
make[3]: ***
[/home/rkotler/llvmw/build/lib/Target/Mips/Debug+Asserts/MipsGenFastISel.inc.tmp]
Error 1
Then it creates a blank file for MipsGenFastISel.inc and after that I
get no build errors.
I...
2012 Oct 16
2
gam (mgcv) problem: Error in while (mean(ldxx/(ldxx + ldss)) > 0.4) { :, missing value where TRUE/FALSE needed
Hi All,
I'm running into a problem with GAM (in the MGCV package). When I try
to estimate the model, I get the following error message:
1> fit <-
gam(ndvi~s(rain)+s(temp)+s(rainl1)+s(rainl2)+s(rainxY)+s(rainl1xY)+s(rainl2xY)+s(tempxY),
data=dsub, weights=wvec)
Error in while (mean(ldxx/(ldxx + ldss)) > 0.4) { :
missing value where TRUE/FALSE needed
Using traceback, I get the following output (which I don't understand)
1> traceback()
7: initial.sp(w * X, S, off)
6: initial.spg(G$X, G$y, G$w, G$family, G$S, G$off, G$L,...
2010 Mar 22
0
using lmer weights argument to represent heteroskedasticity
...$w2 <- nrow(d) * d$w1 / sum(d$w1)
res[["lmer.w2"]] <- sumLMER( lmer(y ~ x + (1|groupid), data = d, weights = w2) )
## this is extremely close to res[["lme.fixedhet"]] except for sdresid
do.call("rbind", res)
## is the case that matched only because of balance?
dsub <- d[sample(1:nrow(d), size= nrow(d)/2, replace=F),]
dsub$w2 <- nrow(dsub) * dsub$w1 / sum(dsub$w1)
sumLMER( lmer(y ~ x + (1|groupid), data = dsub, weights = w2) )
detach("package:lme4")
library(nlme)
sumLME( lme(fixed = y ~ x, data = dsub, random = ~1 | groupid, weights
= varIdent...
2011 Jul 21
1
Select Random Rows from a dataframe
...1 1 1 5 140.96235 140.96235 2.0 0.988 0.680 0.340 5.434 8.830
6 1 3 1 1 1 1 6 11.52867 11.52867 2.5 1.463 0.949 0.474 5.877 8.660
I have divided it into subsets of "treatment" and "video" types (i.e. dsub.r1 has all treatment 1 and video 1, dsub.s2 all treatment 2, video 2, etc for treatments 1:3 and video1:2)
First: I want to randomly sample a block of 40 consecutive rows from each fish (1-360),
BUT: I can only use that sample if the sum of the "d2p" column for that set of 40 rows is at...
2024 Oct 22
1
invalid permissions
..., xlnz=..., lnz=..., iwsiz=796, iwork=..., tmpsiz=10, tmpvec=..., iflag=0, mmpyn=0x7ffff3d79d90 <mmpy
8>, smxpy=0x7ffff3d75b80 <smxpy8>, tiny=Cannot access memory at address 0xe00000000
#4 0x00007ffff3d7516d in chlfct
(m=201, xlindx=..., lindx=..., invp=..., perm=..., iwork=..., nnzdsub=1588, jdsub=..., colcnt=..., n
super=197, snode=..., xsuper=..., nnzlmax=197231, nsubmax=2615, xlnz=..., lnz=..., id=..., jd=..., d=...
, cachsz=64, tmpmax=100244, level=8, tmpvec=..., split=..., ierr=0, it=1, timewd=...) at chlfct.f:125
#5 0x00007ffff3d8bfdf in slpfn
(n=398, m=<optimized o...
2024 Oct 22
1
invalid permissions
Gurus:
I have a new version of my quantreg package with minimal changes, mainly to fix some obscure fortran problems. It fails R CMD check ?as-cran with the error:
Running examples in ?quantreg-Ex.R? failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot.rqss
> ### Title: Plot Method for rqss Objects
2013 Dec 21
3
[LLVMdev] running clang format on the Mips target
Hi David,
What kind of "a lot of out-of-tree changes"?
You should push changes incrementally as you do work. Holding onto changes means that many things,
not just reformatting, can make them need to be redone. We frequently clean up and rewrite
code to make it cleaner and easier to maintain.
We are moving to a more strict internal review and pushing of changes and post commit
2006 Apr 12
1
bcmxcp_usb "Can't open POWERWARE USB device"
I tried switching to the USB version of bcmxcp_usb and
get this error when I try starting up upsdrvctl or
bcmxcp_usb like so:
/etc/nut/bcmxcp_usb -DDDD -a powerware -u nut
I used this for ups.conf:
[powerware]
driver = bcmxcp_usb
port = auto
With the serial/usb dongle, I used this successfully:
[powerware]
driver = bcmxcp
port = /dev/ttyUSB0
What devices does
2015 Jan 12
2
2460x1440 video card recommendation
Can someone recommend a video card that's capable of driving a monitor at 2560x1600 or 2560x1440 and just works with Centos 7 without requiring any outside video drivers?
I would prefer to stay with the built-in video drivers that are included with Centos 7 if possible; I don't play games and such, so I'm not looking for high performance 3D -- I just want a high resolution desktop.
2010 Oct 13
4
[Bug 30842] New: G84M/NVS 140M GPU Lockup
...board input (cannot switch vt, have not tried
sysrq)
Can login to system via ssh, but attempting to restart X appears to result in a
hard lock of the system (network goes down, no disk activity)
Occurs with KDM and GDM, in either KDE or XFCE
Occurs on AC or Battery power
Occurs on external monitor (dsub) or internal LCD
Occurs when switching virtual desktops, unlocking 2d screensaver, switching to
or clicking buttons in GNUcash and a few other cases
Nouveau packages installed from xorg-edgers (git20101012) and earlier effected.
Proprietary driver not effected by issue, however the system seems...
2011 Jun 08
38
[Bug 38074] New: Dual head doesn't work for some combination of monitors (second screen still off)
https://bugs.freedesktop.org/show_bug.cgi?id=38074
Summary: Dual head doesn't work for some combination of
monitors (second screen still off)
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component:
2013 Dec 24
2
[LLVMdev] running clang format on the Mips target
...tate where it's tested, we'll start upstreaming things. Our code is on github and Jack has the URL, so feel free to pull in anything you want in the meantime, or if there are specific revisions that you'd like me to clean up and rebase I'd be happy to do so. In particular, we have dsub* and daddi, dli, dla, la, and .cpsetup implemented (although not the most efficient implementation of any of them, hence these patches not being ready for upstreaming), .set noat / at doing the right thing, and have fixed (I think) MIPS IV support (although not yet MIPS III, which is an oversight g...
2010 Apr 05
17
[Bug 27455] New: dualhead not working, second display always black
https://bugs.freedesktop.org/show_bug.cgi?id=27455
Summary: dualhead not working, second display always black
Product: xorg
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at