search for: m00

Displaying 9 results from an estimated 9 matches for "m00".

Did you mean: 100
2019 Sep 18
2
'==' operator: inconsistency in data.frame(...) == NULL
...unname(d0) # zero length data.frame __without names__ d3 <- data.frame(a=1:3) # non-empty data.frame d30. <- d3[,FALSE] # 3 x 0 -- take into account, too ! d30 <- unname(d30.) m01. <- matrix(,0,1, dimnames=list(NULL,"a")) # 0 x 1 matrix with dimnames m01 <- unname(m01.) m00. <- matrix(,0,0, dimnames=list(NULL,NULL)) # 0 x 0 matrix with dimnames m00 <- unname(m00.) m3 <- data.matrix(d3) ##------------------------ ## error A: ## Error in matrix(if (is.null(value)) logical() else value, nrow = nr, dimnames = list(rn, : ## length of 'dimnames' [2] not...
2019 Sep 11
2
'==' operator: inconsistency in data.frame(...) == NULL
Sorry, I can't reproduce the example below even on the same machine. However, the following example produces the same error as NULL values in prior examples: > setClass("FOOCLASS", +????????? representation("list") + ) > ma = new("FOOCLASS", list(M=matrix(rnorm(300), 30,10))) > isS4(ma) [1] TRUE > data.frame(a=1:3) == ma Error in
2006 Jul 01
4
Start Model for POLYCLASS
...t up the starting model in POLYCLASS and make sure the terms in the starting model retained in the final POLYCLASS model. In the function POLYMARS, this can be done using the STARTMODEL option. See below for example, I started with model y= b0 + b1*X1 + b2*X2 + b3*X4 + b4*X5 + b5*X2*X5 + e > m00 <- matrix(c( 1, NA, 0, NA, 1, 2, NA, 0, NA, 1, 4, NA, 0, NA, 1, 5, NA, 0, NA, 1, 2, NA, 5, NA, 1),nrow = 5, ncol=5, byrow=TRUE); > m2 <- polymars(response=PID2$y, predictors=PID2[,1:7], startmodel=m00) > summary(m2) But I could not figu...
2006 Nov 23
2
random effect question and glm
...1|p),data=p5,family=binomial,control=list(usePQL=FALSE,msV=1)) > p5.random.p1 <- lmer(Y ~1+(1|p),data=p5,family=binomial,control=list(usePQL=FALSE,msV=1)) in addtion, I try these two models, it seems they are same. what is the difference between these two model. Is this a cell means model? m00 <- glm(sc ~aa-1,data = p5) m000 <- glm(sc ~1+aa-1,data = p5) thanks, Aimin Yan
2006 Jun 10
4
handling external links to methods in rails apps
I created the website www.brandfetch.com with Rails. I''ve noticed that Google & some search engines have indexed links into the site that are only meant to be reached through Ajax (link_to_remote) calls within the app. (e.g. www.brandfetch.com/rails/web_stats/get_domain_stats) I know how to handle calls to an unknown method, but how can I handle these links/calls to implemented
2015 Feb 04
2
Interpretación de coeficientes en un cox proportional hazards con variable strata
Buenas. Abajo pongo la salida de un modelo de cox , dónde he estratificado por una variable de país (Countryb) y por otra (Q6). Además hay interacción entre la variable mobilityPDurG2 (es una variable 0,1, y 0 es la categoría de referencia) país. La categoría de referencia para país es "united kingdom". Mi duda surge si quiero calcular el hazard ratio para los que tienen un 1
2004 Jun 30
0
problem loading initrd
...ze=16384 root=/dev/ram0 init=/linuxrc rw initrd=initrd-net4521 IPAPPEND 1 -------------- These are the boot messages I get on my minicom. =========== comBIOS ver. 1.15 20021013 Copyright (C) 2000-2002 Soekris Engineering. net45xx 0064 Mbyte Memory CPU 80486 133 Mhz PXE-M00: BootManage UNDI, PXE-2.0 (build 082) ..ot Vend Dvv ClassRev Cmd Stat CL LT HT Base1 Base2 Int 6HLinux version 2.6.6-net4521 (root at localhost.localdomain) (gcc version 3.2.2 24BIOS-provided physical RAM map:2280 00 00 00 00000000 00000000 00 BIOS-e801: 0000000000000000 - 000000000009f...
2006 May 31
7
Getting at MakeOpenFile
Along the same lines as the last question - how can I get to functions like MakeOpenFile via Win32API? It doesn''t seem to be exported by msvcrt-ruby18. Possible? Or am I out of luck? Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking