Displaying 20 results from an estimated 122 matches for "fmr".
Did you mean:
far
2009 Apr 20
1
doing zero inflated glmm for count data with fmr
Hello R users,
Doing My PhD I collected count data which I believe is zero inflated. I have
run a statistical model with lmer and family=poisson and got
summary(model)@sigma=1 so I believe there is no overdispertion. I would
like to use the fmr function from the 'gnlm' library but I just cannot
figure out from the examples in the help page and some forums out there how
to convert the lmer parameters to the one used in fmr...
I have these variables in the model:
count: the number of logs in a foraging tray (this is the response...
2006 Oct 31
0
PSARC 2005/546 FMR Update for IBTF
Author: srust
Repository: /hg/zfs-crypto/gate
Revision: 4d540ed747f47f1138e3dad6a142ee9f24106c07
Log message:
PSARC 2005/546 FMR Update for IBTF
6227237 IBCM blames the client for SM''s fault
6281147 ibtl does not support fast memory registration (FMR)
6334921 tavor needs to support fast memory registration
6337636 tavor should use MSIs when possible
Files:
update: usr/src/uts/common/io/ib/clients/ibd/ibd.c
update...
2006 Oct 31
0
PSARC 2006/026 IBTF FMR buf addition
Author: hiremath
Repository: /hg/zfs-crypto/gate
Revision: b94c5adf07fad899514e6b3afca80b99eaf8cd7d
Log message:
PSARC 2006/026 IBTF FMR buf addition
6377680 ibt_map_mem_area() needs ability to map mem attributes via buf(9s)
Files:
update: usr/src/uts/common/sys/ib/ibtl/ibtl_types.h
2009 Jan 22
1
DO NOT REPLY [Bug 6061] New: [FMR]: Add an option to only delete files once they expire
https://bugzilla.samba.org/show_bug.cgi?id=6061
Summary: [FMR]: Add an option to only delete files once they
expire
Product: rsync
Version: 3.0.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo:...
2009 Jan 22
3
DO NOT REPLY [Bug 6062] New: [FMR]: Add an option to terminate rsync after a specific time
https://bugzilla.samba.org/show_bug.cgi?id=6062
Summary: [FMR]: Add an option to terminate rsync after a specific
time
Product: rsync
Version: 3.0.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
Assigned...
2016 Mar 16
2
[VSXFMAMutate] OldFMAReg may be wrongly rewritten
I implemented a proof of concept of a new generic MachineFunction SSA pass.
The code is not readable and not efficient yet, but it shows interesting
results:
In fma.ll @test_FMSUB2 (return dummy(A * B + C, A * B - D)):
before:
fmr 0, 1
xsmaddadp 3, 0, 2
xsmsubmdp 0, 2, 4
fmr 1, 3
fmr 2, 0
bl dummy2
after:
xsmsubadp 4, 1, 2
xsmaddmdp 1, 2, 3
fmr 2, 4
bl dummy2
In fma-assoc.ll all 9 copies are eliminated, for example (A * B + C * D +
E):
before:...
2016 Mar 23
0
[VSXFMAMutate] OldFMAReg may be wrongly rewritten
...hen at google.com> wrote:
> I implemented a proof of concept of a new generic MachineFunction SSA
> pass. The code is not readable and not efficient yet, but it shows
> interesting results:
>
> In fma.ll @test_FMSUB2 (return dummy(A * B + C, A * B - D)):
> before:
> fmr 0, 1
> xsmaddadp 3, 0, 2
> xsmsubmdp 0, 2, 4
> fmr 1, 3
> fmr 2, 0
> bl dummy2
>
> after:
> xsmsubadp 4, 1, 2
> xsmaddmdp 1, 2, 3
> fmr 2, 4
> bl dummy2
>
> In fma-assoc.ll all 9 copies ar...
2009 Jun 04
0
help needed with ridge regression and choice of lambda with lm.ridge!!!
...mbda in general supposed to increase with the increasing of the number of predictors ? Isn't the ridge regression supposed to work fine even with number of predictors > number of observations? At least I was said so...
But if I have a dataset of 16 observations and 34 predictors I get:
> fmr<-lm.ridge(y~0+ .+., data=x, lambda = seq(0,10,0.01))
>select(fmr)
modified HKB estimator is -1.850770e-28
modified L-W estimator is -2.012264e-28
smallest value of GCV at 0.01
and similar values if I reduce the number of predictor in the dataset, all numbars between 17and 34.
but if I bu...
2003 Oct 29
2
Where is rmutil package?
...ackage, character.only
= TRUE, logical = TRUE, warn.conflicts = warn.conflicts,
According to the R documentation
http://finzi.psych.upenn.edu/R/doc/html/packages.html
rmutil is in the standard library.....
If I ignore the message and try fitting a model with one of the
functions in gnlm (e.g. fmr) I get an error that it coudn't find the
function 'finterp'
Any help appreciated
Thanks
Peter
Peter L. Flom, PhD
Assistant Director, Statistics and Data Analysis Core
Center for Drug Use and HIV Research
National Development and Research Institutes
71 W. 23rd St
www.peterflom.com
N...
2001 Oct 03
8
Several R vs S-Plus issues
...t;,"X",s).
12) S function casefold() replaced in R by toupper() or tolower().
13) Functions missing from S: sub(), gsub(), chartr(), toupper(), tolower()
14) Log scale indicated in S with par(xaxt)=="l", in R with par("xlog")==T.
-- David Brahm (a215020 at agate.fmr.com)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at...
2001 Oct 03
8
Several R vs S-Plus issues
...t;,"X",s).
12) S function casefold() replaced in R by toupper() or tolower().
13) Functions missing from S: sub(), gsub(), chartr(), toupper(), tolower()
14) Log scale indicated in S with par(xaxt)=="l", in R with par("xlog")==T.
-- David Brahm (a215020 at agate.fmr.com)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at...
2006 Oct 09
2
Installing Rmpi on 64-bit Linux Athlon
.../usr/bin/ld: cannot find -lmpi
collect2: ld returned 1 exit status
make: *** [Rmpi.so] Error 1
chmod: cannot access `/home/a347549/code/rlib64/Rmpi/libs/*': No such
file or directory
ERROR: compilation failed for package 'Rmpi'
** Removing '/home/a347549/code/rlib64/Rmpi'
[lwtc5.fmr.com/A347549] /home/a347549/code
############################################################
In addition, here is the output of Rmpi's config.log
############################################################
> cat config.log
This file contains any messages produced by compilers while
runni...
2001 Sep 27
5
Reading and writing to S-like databases
...are building the infrastructure for adding external databases which can be
> attached in the S fashion. One of the class of external data base will be
> that of S .Data directories.
I'm not sure where that ended up -- could you clarify, Ross? Thanks!
-- David Brahm (a215020 at agate.fmr.com)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at...
2004 Aug 06
1
Win32 player needed to put speex into widespread use
...am eager to begin using speex for downloadable audio on my church's
website - but first a good win32 player is needed given that windows has
a 94% domination...
Are there any plans for an up-to-date speex player for windows? (that
winamp plugin is hopelessly old) Building this into zinf (fmr. freeamp)
might be an option, but their code is one big mess.
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org'
containing only the word 'unsubscribe...
2006 Apr 16
2
Possible to implement Textmate key shortcuts in RadRails?
The Rails demo videos is a great showoff on how productive Textmate editor
is. The 15 minute build-a-blog example should be twice as long if there had
been no keyboard shortcuts in Textmate.
Unfortunately, I use windows and thus RadRails. Does anyone know how to
implement the same keyboard shortcut into RadRails?
Sebastian Friedrich made an overview of the keyboard shortcuts:
2001 Sep 13
1
rowsum dimnames
...se R's rowsum() code gives the first dimnames as "ugroup", which
is a factor, rather than "as.character(ugroup)". Is this a bug or a feature?
I'm using R 1.3.0 on Solaris 2.6. Help says rowsum's author is Terry Therneau.
Thanks!
-- David Brahm (a215020 at agate.fmr.com)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at...
2001 Sep 14
1
rowsum dimnames (PR#1092)
...mnames as "ugroup", which
is a factor, rather than "as.character(ugroup)". Similarly for the assignment
of names(x) in the case where x is a vector.
I'm using R 1.3.0 on Solaris 2.6. Help says rowsum's author is Terry Therneau.
Thanks!
-- David Brahm (a215020@agate.fmr.com)
Version:
platform = sparc-sun-solaris2.6
arch = sparc
os = solaris2.6
system = sparc, solaris2.6
status =
major = 1
minor = 3.0
year = 2001
month = 06
day = 22
language = R
Search Path:
.GlobalEnv, package:misc, package:io, package:arrays, package:ctest, Autoloads, package:base...
2016 Mar 05
2
[VSXFMAMutate] OldFMAReg may be wrongly rewritten
I wonder if we can do this in a separate analysis MachineFunction SSA pass.
1) SelectionDAG will generate a pseudo instruction MutatingFMA. When it's
generated it's allowed to have d = a * b + c form, where d doesn't have to
be in {a, b, c}.
2) Later, the proposed pass uses an algorithm to decide for instruction MI:
`%vreg0 = MutatingFMA %vreg1, %vreg2, %vreg3`, it should tie %vreg0
2002 Apr 08
2
subsetting with NA's
Hi,
I often have large dataframes with many variables and many NA's, from which I
would like to subset out some rows. Here is a toy example:
> x <- data.frame(a = c("x", "y", "z"), b = c(1, NA, 5))
> x
a b
1 x 1
2 y NA
3 z 5
I realize that, if I know the values in x$b that I want to subset, things are easy:
> x[x$b %in% c(1),]
a b
1 x 1
2001 Nov 29
3
package argument to library as string
The help page for library says that:
package, help: name or character string giving the name of a package.
Yet, I don't seem to be able to use a string variable here.
> version
_
platform sparc-sun-solaris2.6
arch sparc
os solaris2.6
system sparc, solaris2.6
status
major 1