search for: modl

Displaying 20 results from an estimated 36 matches for "modl".

Did you mean: mode
2006 Feb 09
2
latent class modle for rater agreement
Hello there, I would like to test the agreement amongst 6 raters for nominal data on a scale from 1-4, and conduct a latent class analysis in R. How should the data be formatted and what code should I use? Thank you very much Lisa Wang Princess Margaret Hospital Biostatistics tel:416 946 4501
2009 Aug 10
1
manipulating text to generate different formulas to use in nls()
...ot interested in the last harmonic inip <- par.ini[1:n, c(1, 3:5)] # neither in the second column amps <- paste("A", 1:n, sep="") phas <- paste("P", 1:n, sep="") freqs <- paste("f", 1:n, sep="") ( premodl <- paste(amps, " * cos(2*pi*", freqs, "*x - ", phas, ")", sep="") ) ## In the two following instructions, "modl" and "initP" are defined by hand. This is what I want to generate "automagically" depending on the number of ha...
2012 Jun 17
3
[LLVMdev] BlockAddress instruction is copied instead of cloned during module link?
...; using namespace llvm; Module* makeLLVMModule(); int main(int argc, char**argv) { Module* Mod = makeLLVMModule(); verifyModule(*Mod, PrintMessageAction); PassManager PM; PM.add(createPrintModulePass(&outs())); printf("===original==\n"); PM.run(*Mod); Module* ModL = new Module("xL.ll", getGlobalContext()); llvm::Linker::LinkModules(ModL, Mod, Linker::PreserveSource, 0); printf("===linked: before original delete==\n"); PM.run(*ModL); delete Mod; printf("===linked: after original delete==\n"); PM.run(*ModL);...
2008 Apr 06
1
lme cant get parameter estimated correctly
I am caught in a mental trap. Why isn't the between groups variance estimated (0.0038) to be around the value with which I generated the data (0.0002)? Thanks Toby set.seed(76589437887) fph = 0.4 Sigh = sqrt(0.0002) Sigi = sqrt(0.04) ci = 1 fpi = matrix(,7200,3) for (i in 1:90) { fph = rnorm(1, fph, Sigh) for (k in 1:80) { fpi[ci,1:3] = matrix(c(i, k, rnorm(1, fph, Sigi)),1) ci
2009 Jun 05
2
p-values from VGAM function vglm
Anyone know how to get p-values for the t-values from the coefficients produced in vglm? Attached is the code and output ? see comment added to output to show where I need p-values + print(paste("********** Using VGAM function gamma2 **********")) + modl2<- vglm(MidPoint~Count,gamma2,data=modl.subset,trace=TRUE,crit="c") + print(coef(modl2,matrix=TRUE)) + print(summary(modl2)) [1] "********** Using VGAM function gamma2 **********" VGLM linear loop 1 : coefficients = 0.408464609241, 3.255887520104, -0.0002...
2002 Feb 12
6
A couple of little R things I can't figure out (column percents, regression with lagged variables)
...esenting a time series. I want to do a conventional regression of y on the lag of x. In sas you do xlag=lag(x) and then use xlag in a regresson. I just want something simple like lm(y~lag(x)). But in R base there's no lag. So I can get it the old fashioned way: > xx <- c(NA,x) > modl <- lm(y~xx[1:length(y)]) > summary(modl) One sidenote is that summary does not include any mention of the fact that 1 observation was lost due to missing value. That seems bad to me. I see the lag function in ts, but when I use it, it doesn't change x, so obviously I don't see th...
2016 Mar 18
1
[PATCH supermin] init: Add a blacklist of kmods that we want to exclude from the mini initrd.
..._kmods = [ + "virtio-gpu.ko*"; +] + let rec build_initrd debug tmpdir modpath initrd = if debug >= 1 then printf "supermin: ext2: creating minimal initrd '%s'\n%!" initrd; @@ -73,7 +80,8 @@ let rec build_initrd debug tmpdir modpath initrd = fun topset modl -> let m = Filename.basename modl in let matches wildcard = fnmatch wildcard m [FNM_PATHNAME] in - if List.exists matches kmods then + if List.exists matches kmods && not (List.exists matches not_kmods) + then StringSet.add modl topset...
2009 Jun 26
1
predicted values after fitting gamma2 function
...100) Max.f<-hist(x=Max.Spread$Distance, breaks=Max.brks,plot=FALSE ) Max.cnt<-as.data.frame(cbind(sim,Max.f$mids,Max.f$counts)) colnames(Max.cnt)<-c("Simulation","MidPoint","Count") then I fit this to a gamma distribution function: modl<- vglm (Count ~ MidPoint ,gamma2 ,data =subset(Max.cnt,select=(simulation,MidPoint,Count),trace=TRUE,crit="c") print(coef(modl2,matrix=TRUE)) print(summary(modl2)) This produces the output: VGLM linear loop 1 : coefficients = 3.231473495, 0.597085743, -0.19559116...
2004 Dec 09
1
Results of nls
This might be an easy question. I tried to catch the results of nls, but to no avail. For example, if I try to fit a modle y~A*x*x+B*x+C nls will print out what A, B, and C, but how can I store these numbers to a different variable so that I can make use of them? I tried to "unclass" the result of nls, but couldn't see any of the parameters. Y C Tao
2009 Jun 16
0
Generation from COX PH with gamma frailty
...e know how to get p-values for the t-values from the coefficients > produced in vglm? > Attached is the code and output ? see comment added to output to show > where I need p-values > > > + print(paste("********** Using VGAM function gamma2 **********")) > + modl2<- > vglm(MidPoint~Count,gamma2,data=modl.subset,trace=TRUE,crit="c") > + print(coef(modl2,matrix=TRUE)) > + print(summary(modl2)) > > > [1] "********** Using VGAM function gamma2 **********" > VGLM linear loop 1 : coefficients = > 0.4...
2006 Jul 20
0
Convergence warnings from zeroinfl (package pscl)
...4 --------------------------------------------------------------------------- Count Model (Negative Binomial) Coefficients: Estimate Std. Error z value Pr(>|z|) (Intercept) 7.316434 0.217397 33.6547 2.659e-248 modes -0.329699 0.363943 -0.9059 3.650e-01 modls 0.451599 0.267710 1.6869 9.162e-02 modmag 1.713005 0.296333 5.7807 7.440e-09 modpag 1.654261 0.266674 6.2033 5.529e-10 modsl 1.946231 0.308218 6.3145 2.711e-10 modacpas 2.379625 0.275172 8.6478 5.252e-18 intact -0....
2016 Feb 18
4
[PATCH 0/3] supermin: miscellaneous cleanups
Hi, few cleanups in the supermin codebase; no actual functional change. Thanks, -- Pino Toscano (3): ext2: simplify tracking of visited modules utils: remove unused run_python function Add and use an helper error function src/build.ml | 20 +++++----------- src/dpkg.ml | 4 +--- src/ext2_initrd.ml | 10 ++++---- src/kernel.ml | 27
2003 Jul 30
1
Using Winbind with Squid
Hello, I've configured a squid proxy server to use the wb_auth module to authenticate NT Users . I'm aware that this is not the squid users mailing list but since the wb_auth modle uses the winbind application i thought this might be a good place to look for some help. Basically, the wb_auth module asks winbind to authenticate a users. Winbind then returns a '0' if the authentication was successful, or a '1' if the authentication was unsuccessful. This is wor...
2011 Nov 08
0
[LLVMdev] LLVM JIT on a Baremetal x86 Machine !!!
...(c, 1, sz, stream); ... Bytecoder bc(std::cout, c, sz, &errors); ... The Open SysCall returns a pointer to the 'Special File' that was created in 'InitialiseSpecialFiles': In file SpecialFile.cc, line:204, its defined as a special file: static SpecialModule modl("/module"); s_files[3] = &modl; Is this 'module' somehow related to 'KERNEL_HBC' that we specified earlier ? If yes then how I am getting the size of this special file to be zero, whereas the size of my 'hello_world.hbc' is 225 bytes. If no, then what is...
2009 May 28
3
R help
...hydrological extreme events. I found MSClaio2008 very interesting function. In this function four criterions for choosing distributions. Can we call these criterions as model selection techniques or goodness of fit techniques or both? Because goodness of fit techniques are usually performed after modle selection. Can I found chi-square, kolmogrov-sminov and cramer-von mises tests for testing goodness of fit for proposed distributions? Please help _________________________________________________________________ Show them the way! Add maps and directions to your party invites. [[alterna...
2016 Feb 17
0
[PATCH supermin v2 1/4] init: Uncompress modules before adding them to the mini initrd.
...* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -105,8 +105,32 @@ let rec build_initrd debug tmpdir modpath initrd = sprintf "cp -t %s %s" (quote initdir) (quote (modpath // modl)) in run_command cmd; + (* Uncompress the module, if the name ends in .xz or .gz. *) + let basename = Filename.basename modl in + let basename = + let len = String.length basename in + if Config.unxz <> "no" && Fi...
2010 Sep 20
3
Help!
Please I need some help using R to analyze my data. What I would like to do is to repeat the same basic process (e.g. linear regression between wood density and distance from pith) for at least 240 data subsets within the main data-frame. Within the main data-frame, these data subsets will be defined by three variables namely,  species, individual and core (i.e. 20 species, at least 6
2011 Nov 03
1
[LLVMdev] LLVM JIT on a Baremetal x86 Machine !!!
Hi Mian, Looking at the runlog, everything seems fine until LLVM attempts to use lseek() on a file. You see the PANIC because Horizon hasn't implemented lseek yet. Obviously the version of GlibC I was using does not use lseek in that circumstance, but yours does. You just need to implement lseek :) Cheers, James -----Original Message----- From: Mian M. Hamayun
2005 Feb 10
4
Debian way of compiling zaptel kernel modules
I ran "apt-get -b source zaptel-source" to download and compile the zaptel source. It successfully compiles and builds the following packages: libtonezone-dev_1.0.2-2_i386.deb libtonezone1_1.0.2-2_i386.deb zaptel-source_1.0.2-2_all.deb zaptel_1.0.2-2_i386.deb None of them contain the kernel modules. Is there a way I can get it to compile the kernel modules? Thanks, Geoff
2016 Feb 17
2
[PATCH supermin 0/2] Allow an alternate libc to be used for init.
Allow an alternate libc, such as dietlibc, to be used for the init binary in the supermin appliance. Rich.