Displaying 6 results from an estimated 6 matches for "pcsl".
Did you mean:
pcs
2012 Oct 31
0
file.symlink() creates zero-size file/link on Windows 7/NTFS/admin
...tected that it created an empty file/link
and removed it together with a warning/an error analogously to the
other conditions it may throw?
DETAILS:
>From src/main/platform.c::do_filesymlink() it looks like it's Windows
that creates the empty file but still returning 0:
#ifdef Win32
[...]
pCSL = (PCSL) GetProcAddress(GetModuleHandle(TEXT("kernel32.dll")),
"CreateSymbolicLinkW");
[...]
LOGICAL(ans)[i] = pCSL(to, from, isDir) != 0;
if(!LOGICAL(ans)[i])
warning(_("cannot symlink '%ls' to '%ls', reason '%s'"), from, to,
formatError(...
2009 Oct 23
3
opposite estimates from zeroinfl() and hurdle()
...0.00448 **
diam 1.1437 0.3941 2.902 0.00371 **
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Number of iterations in BFGS optimization: 8
Log-likelihood: -582.8 on 3 Df
Why is this so?
thanks,
Tord
Windows NT, R 2.8.1, pcsl 1.03
2012 Mar 04
2
Can't find all levels of categorical predictors in output of zeroinfl()
...and my two
categorical predictors are elevation (Elev) and Treatment (Treatment). Elev
has three levels: 01-Low, 02-Mid, and 03-High; Treatment also has three
possibilities: B, F, or O.
Because the response variable (AVInt) is zero-inflated and
Poisson-distributed, I?m using zeroinfl() under the pcsl library as an
alternative to factorial ANOVA (I?ve also tried the zero-inflated negative
binomial). This is early in my data-analysis, but I will likely incorporate
additional categorical and continuous predictors at a later time.
This gives me the following model:
zipclay=zeroinfl(AVInt ~ Elev...
2018 Nov 28
2
4.20.0-rc3 nouveau/Quadro P2000 Mobile: runpm causing ACPI errors, lockups
...A, 32,
LTRX, 8,
OBFX, 8,
LTRY, 8,
OBFY, 8,
LTRZ, 8,
OBFZ, 8,
LTRW, 8,
OBFA, 8,
SMSL, 16,
SNSL, 16,
P0UB, 8,
P1UB, 8,
P2UB, 8,
P3UB, 8,
PCSL, 8,
PBGE, 8,
M64B, 64,
M64L, 64,
CPEX, 32,
EEC1, 8,
EEC2, 8,
SBN0, 8,
SBN1, 8,
SBN2, 8,
M32B, 32,
M32L, 32,
P0WK, 32,
P1WK, 32,
P2WK, 32,...
2018 Nov 28
0
4.20.0-rc3 nouveau/Quadro P2000 Mobile: runpm causing ACPI errors, lockups
...; LTRY, 8,
> OBFY, 8,
> LTRZ, 8,
> OBFZ, 8,
> LTRW, 8,
> OBFA, 8,
> SMSL, 16,
> SNSL, 16,
> P0UB, 8,
> P1UB, 8,
> P2UB, 8,
> P3UB, 8,
> PCSL, 8,
> PBGE, 8,
> M64B, 64,
> M64L, 64,
> CPEX, 32,
> EEC1, 8,
> EEC2, 8,
> SBN0, 8,
> SBN1, 8,
> SBN2, 8,
> M32B, 32,
> M32L, 32,
> P0WK, 32,...
2018 Nov 28
2
4.20.0-rc3 nouveau/Quadro P2000 Mobile: runpm causing ACPI errors, lockups
On Wed, Nov 28, 2018 at 01:08:57PM +0200, Mika Westerberg wrote:
> On Tue, Nov 27, 2018 at 09:49:44PM -0500, Michael S. Tsirkin wrote:
> > On Tue, Nov 27, 2018 at 11:36:50AM +0200, Mika Westerberg wrote:
> > > +linux-acpi
> > >
> > > Hi Michael,
> > >
> > > On Mon, Nov 26, 2018 at 10:53:26PM -0500, Michael S. Tsirkin wrote:
> > >