Displaying 20 results from an estimated 100 matches similar to: "integration within maximum likelihood"
2009 Mar 23
0
Problems with adapt
Hi:
I'm trying to estimate a model which involves the estimation of double
integrals, so I'm using adapt procedure. I need to calculate the
integrals trough my 2000 size database, so I do it using a loop. My
code correctly estimates the integral for the first row, but for the
second R crashes. I tried changing the order of the data but the
result is the same so I guess there is something
2002 Dec 18
1
problem with 'gnls'
I'm working with data measured in a tunnel to estimate the
emission factor of heavy & light vehicles.
I tried to use 'gnls' and I get the following Error:
>> Error in "coef<-.corARMA"(*tmp*, value = c(174.267493382104, 173.412740072763 :
>> Coefficient matrix not invertible
Here is my R-code:
data <- d.plabutsch.neu
# calculating the starting
2017 Aug 11
0
PROC MIXED RANDOM equivalence in R nlme
Dear Dennis,
Your question assumes that people know both SAS PROC MIXED and R nlme. Only
a limited number of people do. Add the mathematical formulation of the
model. That will increase the number of people that can help you. Adding
the number of levels in each categorical variable and the number of
observation per group is useful too.
Best regards,
ir. Thierry Onkelinx
Instituut voor natuur-
2017 Aug 10
4
PROC MIXED RANDOM equivalence in R nlme
I am trying to reproduce some old SAS PROC MIXED code using R and nlme.
The data consists of emission readings from vehicles and fuel
properties. All variables are real numbers except "study" and "vehicle",
which are character. Unfortunately, since the data are confidential, I'm
unable to provide an example.
The original SAS v6.12 code is provided below:
2007 Oct 31
2
Mobile phone codecs ...
Not strictly asterisk related, however...
Here's an odd one for you.. I got a Nokia E90 and setup it's SIP client
which runs via Wi-Fi (anyone know if I can make it work via GPRS/3G?)
Anyway, in a fit of idleness, I thought I'd see what codecs it supports,
as I couldn't find it in the manual...
And it supports:
ilbc
g729
ulaw/alaw
No GSM!
How odd is that, given
2000 Mar 29
0
Please inform samba@samba.org Giulio Orsero <giulioo@pobox.com> Mike Quin <m.r.quin@stir.ac.uk> Matthew Halliday <matthewh@fesa.co.uk> Carsten =3D?iso-8859-1?Q?Nordstr=3DF8m?=3D Jensen <north@get2net.= "Carlos Vinueza M." <carlos@ecuadorexplorer.com> Eric
samba@samba.org
Giulio Orsero <giulioo@pobox.com>
Mike Quin <m.r.quin@stir.ac.uk>
Matthew Halliday <matthewh@fesa.co.uk>
Carsten =3D?iso-8859-1?Q?Nordstr=3DF8m?=3D Jensen <north@get2net.=
"Carlos Vinueza M." <carlos@ecuadorexplorer.com>
Eric Dahnke <edahnke@istreetlabs.com>
Giulio Orsero <giulioo@pobox.com>
Giulio Orsero
2018 Nov 28
0
4.20.0-rc3 nouveau/Quadro P2000 Mobile: runpm causing ACPI errors, lockups
this was already debugged and there is no point in searching inside
the Firmware. It's not a firmware bug or anything.
The proper fix is to do something inside Nouveau so that we don't
upset the device and being able to runtime resume it again.
The initial thing we do inside Nouveau to cause those issues is to run
that so called "DEVINIT" script inside the vbios to initialize
2018 Nov 28
2
4.20.0-rc3 nouveau/Quadro P2000 Mobile: runpm causing ACPI errors, lockups
On Wed, Nov 28, 2018 at 05:55:44PM +0200, Mika Westerberg wrote:
> On Wed, Nov 28, 2018 at 10:09:22AM -0500, Michael S. Tsirkin wrote:
> > Yea all this is weird, in particular I wonder why does everyone
> > using dsm insists on saying Arg4
> > when they actually mean Arg3. ACPI numbers arguments from 0.
> >
> > So it's a bit ugly, and maybe worth fixing but
2010 Sep 15
1
running 'make' failed during vignette creation ('R CMD build') on Windows
Hi,
This is a follow-up to the problem reported here:
https://stat.ethz.ch/pipermail/r-devel/2010-September/058460.html
After I updated R-2.12 to 2010-09-13 r52905 on the Bioc build system,
some of the packages that have a Makefile in <pkg>/inst/doc still
don't build on Windows. For example, 'R\bin\R.exe CMD build adSplit'
gives:
* checking for file
2007 Apr 18
1
Conditional power, predictive power
is there no package/function in R to calculate the conditional power or the
bayesian predictive power for trials with binary endpoints? Thanks
--
View this message in context: http://www.nabble.com/Conditional-power%2C-predictive-power-tf3603396.html#a10066991
Sent from the R help mailing list archive at Nabble.com.
1999 Dec 06
1
Share directories mounted by ncpmount
Hi!
Is it possible under Samba to give access Win95/98 machines to directories
mounted using ncpmount?
Thanks in advance
Danila Vologdin
1999 Dec 27
3
How to kill samba users
Hi!
How to kill samba users connected to shares
I migrated from Novell fileserver. There it was
very convinient ... I hope Samba could have similar thing
Thank in advance
Danila Vologdin
2000 Feb 15
4
Locking error in the installation of Samba
Hi!
I m trying to install samba-2.0.6 on solaris 7.
When i run configure script, it gives me an error
checking configure summary
ERROR: No locking available. Running Samba would be unsafe
configure: error: summary failure. Aborting config
it also doesnot find "fcntl"
What do u ppl suggest. What kind of locking is on my system.
Thanks
Regards
Amer!
2005 May 12
1
Do I have an infected init file?
Hello;
I'm running a FreeBSD 4.10-release-p2 box and both chkrootkit 0.44 & 0.45 report that my /sbin/init file is infected.
It appears as though the egrep for "UPX" in the output of "strings" triggers the infected notice. When I copy the init file from an uninfected box to this one chkrootkit continues to report it as infected. Is chkrootkit reading a copy of the
2006 Feb 08
1
Conceptual question ;-)
ehlo list,
I''m willing to shape ppp users e.g. each pppX interface to get XXX kbits
I classify traffic going to ppp+ interfaces like this:
iptables -t mangle -A POSTROUTING -o ppp+ -j CLASSIFY --set-class 0002:0020
then i have a file which is executed when a ppp inteface is up and first
argument parsed to that file ($1) is the ppp number (e.g. 35 for ppp35).
it generally looks like
1999 Dec 30
0
SAMBA digest 2359
Hello Samba,
???????, 30 ??????? 99, you wrote:
sso> SAMBA Digest 2359
sso> For information on unsubscribing see http://lists.samba.org/
sso> Topics covered in this issue include:
sso> 1) Re: Unix .TXT vs DOS .TXT files
sso> by Gerry Creager N5JXS <gerry@cs.tamu.edu>
sso> 2) Switching user share on NT and smbd spawning
sso>
2014 Aug 03
2
[Bug 10756] New: rsync can't create files or dirs in subdirs (sometimes?)
https://bugzilla.samba.org/show_bug.cgi?id=10756
Summary: rsync can't create files or dirs in subdirs
(sometimes?)
Product: rsync
Version: 3.1.1
Platform: All
OS/Version: Linux
Status: NEW
Severity: regression
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2009 Mar 30
0
Problem in S4 object displaying from within a Java application using JRI
I am using JRI (Java R Interface) library in order to call R from within my
Java application. But since the "rmu1" and "rmu2" ,see the following code,
are objects of type S4 once i run the application the value of Null will be
returned for both of them. On this regard, i would appreciate it if anyone
can tell me how i am going to display and/ or convert these objects to Java
2004 Jul 24
1
tc del filter troubles
hello,
I have working htb system with about 1000 users. Until now I reload all
rules at change, but it take too much time to apply.
I cannot delete applyed filters. There is rules for one user:
#!/bin/bash -v
# Download shaper EX -> 2:20
/sbin/tc class add dev eth2 parent 2:20 classid 2:1775 htb rate 8000Kbit
ceil 10000Kbit quantum 1514
/sbin/tc qdisc add dev eth2 parent 2:1775 sfq perturb
2010 Jun 13
1
using latticeExtra plotting confidence intervals
I am wanting to plot a 95% confidence band using segplot, yet I am wanting
to have groups. For example if I have males and females, and then I have
them in different races, I want the racial groups in different panels. I
have this minor code, completely made up but gets at what I am wanting, 4
random samples and 4 samples of confidence, I know how to get A & B into one
panel and C&D in to