search for: type2

Displaying 20 results from an estimated 82 matches for "type2".

Did you mean: type
2008 Jun 24
2
logistic regression
...way to do it? Or this is actually less powerful than running the three models separately? Will greatly appreciate your advice! Many thanks Mikhail ----- Estimate Std. Error z value Pr(>|z|) (Intercept) -8.90E-01 1.91E-02 -46.553 <2.00E-16 *** TYPE1 1.93E-01 2.47E-02 7.822 5.18E-15 *** TYPE2 1.19E+00 2.42E-02 49.108 <2.00E-16 *** A 1.89E-01 3.34E-02 5.665 1.47E-08 *** B 1.60E-01 4.41E-02 3.627 0.000286 *** C 2.24E-02 4.91E-02 0.455 0.64906 D 1.96E-01 6.58E-02 2.982 0.002868 ** TYPE1:A -2.19E-01 4.59E-02 -4.759 1.95E-06 *** TYPE2:A -9.08E-01 4.50E-02 -20.178 <2.00E-16 *** TYPE1:C...
2009 Mar 17
2
converting null to some values
Hi, I have newbie question. Suppose I have the following data: temp <- data.frame(type1 = c("male", "female", "male", "female", "female"), type2 = c("low", "med", "high", "low", "med"), a = c(1,2,4, NA, 3), b = .... [TRUNCATED] temp type1 type2 a b c 1 male low 1 5 0 2 female med 2 NA 0 3 male high 4 5 1 4 female low NA 1 1 5 female med 3 2 NA how to change...
2007 Feb 12
2
[LLVMdev] bitconvert for multi-typed RegisterClasses
Hi All, I'm working on a back end for an architecture that makes use of multi- typed register classes. def MR: RegisterClass<"namespace", [type1, type2, ... ], ... > When running some preliminary tests I found that the instruction selector refused to select certain ops (specifically stores) for some instructions when the operand type wasn't the first type for the register class. After some digging around I seem to have solved the p...
2011 Jul 11
3
Stacked bar plot of frequency vs time
Hi All, New to R, but committed. I looked in a number of places but can't figure out my current problem. I have date of the type: Time Type1 Type2 Type3 1 .50 .25 .25 4 .55 .25 .20 5 .65 .20 .15 etc which describe the frequency of types 1, 2 and 3 (adding up to 100%) over time. I would like to create a stacked bar chart showing these frequencies, each bar of height = 1, subsections of bars...
2006 Jan 10
1
extracting coefficients from lmer
...sidual StdDev: 0.6355517 0.9650671 Variance function: Structure: fixed weights Formula: ~invwt Fixed effects: score ~ x * type Value Std.Error DF t-value p-value (Intercept) -0.0812834 0.2933314 294 -0.2771043 0.7819 x1 0.4143072 0.4180624 98 0.9910176 0.3241 type2 0.8509166 0.4084443 294 2.0833112 0.0381 type3 0.6691275 0.4024369 294 1.6626894 0.0974 type4 -0.7830413 0.4123851 294 -1.8988109 0.0586 x1:type2 1.0643239 0.6791126 294 1.5672274 0.1181 x1:type3 -0.7533085 0.5674532 294 -1.3275253 0.1854 x1:type4 -0.0549616 0....
2007 Feb 12
0
[LLVMdev] bitconvert for multi-typed RegisterClasses
...> instructions when the operand type wasn't the first type for the > register class. After some digging around I seem to have solved the > problem by creating bitconvert patterns between the types in the > register class like the following: > > def : Pat<(type1 (bitconvert (type2 MR:$src))), (type1 MR:$src)>; > def : Pat<(type2 (bitconvert (type1 MR:$src))), (type2 MR:$src)>; > ... > > Adding these patterns appeared to allow the instruction selector to > select/legalize the store operations. So I have two questions: > > 1) Is relying on these p...
2008 Mar 07
0
linear discriminant analysis / search
Dear R help list, I have a training dataset that looks like Table1. I have an unknown dataset that looks like Table2. I want to have a program that should search the training dataset and identify that the unknown sample belongs to which category (type1, type2 or type3) and also if the unknown does not belong to any of the categories, it should let me know. The real dataset has 600 variables and 50 sample types. I tried working with linear discriminant analysis (lda in MASS package) and its predict function. It works great but I think lda is supposed t...
2008 Mar 07
0
linear discriminant analysis
Dear R help list, I have a training dataset that looks like Table1. I have an unknown dataset that looks like Table2. I want to have a program that should search the training dataset and identify that the unknown sample belongs to which category (type1, type2 or type3) and also if the unknown does not belong to any of the categories, it should let me know. The real dataset has 600 variables and 50 sample types. I tried working with linear discriminant analysis (lda in MASS package) and its predict function. It works great but I think lda is supposed t...
2006 Jun 26
0
[klibc 37/43] x86_64 support for klibc
...type1,arg1) \ +type name (type1 arg1) \ +{ \ +long __res; \ +__asm__ volatile (__syscall \ + : "=a" (__res) \ + : "0" (__NR_##name),"D" (arg1) \ + : __syscall_clobber); \ +__syscall_return(type,__res); \ +} + +#define _syscall2(type,name,type1,arg1,type2,arg2) \ +type name (type1 arg1,type2 arg2) \ +{ \ +long __res; \ +__asm__ volatile (__syscall \ + : "=a" (__res) \ + : "0" (__NR_##name),"D" (arg1),"S" (arg2) \ + : __syscall_clobber); \ +__syscall_return(type,__res); \ +} + +#define _sys...
2010 Jul 23
2
re-ordering bwplot
Dear list: I'm using bwplot to compare concentrations by location and treatment as in: # using built in data bwplot( conc ~ Type : Treatment, data = CO2 ) I would like the order of the plots to be: 3,4,1,2. I can't seem to figure this out with index.cond or permc.cond. Any help is appreciated! Brad Eck [[alternative HTML version deleted]]
2011 Feb 10
1
Ggplot: free x-scales in a facet-grid
...t in facets according to their type. The plot will look like this (the numbers refer to the ID, the letters to the time values): 1 x o s TYPE1 2 x o s 3 x o s TYPE2 4 x o s TYPE3 The data are ordered within each type, according to date 's'. Now here's the problem. The most data are between the periode 01/12/2010 and 31/01/2011. But there are some outliers, going back to 2003. Now I would like to s...
2012 Feb 07
6
Setting up infile for R CMD BATCH
Suppose I create an R program called myTest.R with only one line like the following: type <- as.integer(readline("input type (1: type1; 2: type2)? ")) Then I'd like to run myTest.R in batch mode by constructing an input file called answers.R with the following: source("myTest.R") 1 When I ran the following at the terminal: R CMD BATCH answer.R output.Rout it failed to pick up the answer '1' from the 2nd line...
2011 Apr 18
2
Predicting with a principal component regression model: "non-conformable arguments" error
...ata from a separate file. More specifically, when my data looks like this #########training data #1################# var1 var2 var3 response train 1 2 type1 33 TRUE 2 23 type2 44 TRUE ..... ....... 18 11 type1 45 FALSE and I use the predict() function from the PLS package as in the example from http://rss.acs.unt.edu/Rdoc/library/pls/html/predict.mvr.html, e.g. ##################...
2010 Mar 29
3
about data export
Hello all, This is Meghana. Well, I have some analysis output in 3 dimensional array form. for example: , , type1 A B C D 1 2 3 4 1 2 3 4 , , type2 etc. This array is very big. and I want to export this to either text form or excel(csv is preffered) so that different parts of aaray should be easily extractable from that excel/text sheet. How can I go about it? Thank you, Meghana [[alternative HTML version deleted]]
2009 Dec 09
1
reshape() makes R run out of memory (PR#14121)
...I'm trying to reshape the following data frame: ID DATE1 DATE2 VALUE_TYPE VALUE 'abcd1233' 2009-11-12 2009-12-23 'TYPE1' 123.45 ... VALUE_TYPE is a string and is a factor with only 2 values (say TYPE1 and TYPE2). I need to transform it into the following data frame ("wide" transpose) based on common ID and DATEs: ID DATE1 DATE2 VALUE.TYPE1 VALUE.TYPE2 'abcd1233' 2009-11-12 2009-12-23 123.45 NA ... Using stock reshape() as...
2009 Dec 04
0
simple reshape of a large data frame (reshape() runs out of memory)
...s R run out of memory. The data frame has the following structure: ID DATE1 DATE2 VALTYPE VALUE 'abcd1233' 2009-11-12 2009-12-23 'TYPE1' 123.45 ... VALTYPE is a string and is a factor with only 2 values (say TYPE1 and TYPE2). I need to transform it into the following data frame ("wide" transpose) based on common ID and DATEs: ID DATE1 DATE2 VALUE.TYPE1 VALUE.TYPE2 'abcd1233' 2009-11-12 2009-12-23 123.45 NA ... This is fair...
2005 May 24
1
rsync incorrectly deletes files ?
rsync -e 'ssh -x' --log-format="%o /%n %b" -tLr --delete --files-from=files-to-sync --exclude-from=files-to-exclude user@host:/ /temp/ del. /etc/mail/spamfilter/mx1/whitelist.conf 0 del. /etc/mail/spamfilter/mx1/blacklist.conf 0 recv /etc/mail/spamfilter/mx1/ 0 recv /etc/mail/spamfilter/mx1/blacklist.conf 211 recv /etc/mail/spamfilter/mx1/whitelist.conf 924 Why does rsync
2006 Jun 26
0
[klibc 25/43] ia64 support for klibc
...\ + _retval = -1; \ + } \ + return (type)_retval; \ +} + +#define _syscall2(type,name,type1,arg1,type2,arg2) \ +type \ +name (type1 arg1, type2 arg2) \ +{ \ + register long _r8 asm ("r8"...
2002 Dec 01
1
generating contrast names
...ucation)*type, contrasts=list(type="contr.Sum")) # default behaviour Call: lm(formula = prestige ~ (income + education) * type, contrasts = list(type = "contr.Sum")) Coefficients: (Intercept) income education type1 type2 income:type1 income:type2 -3.785832 0.001864 3.606169 6.061585 21.413481 0.001658 -0.001244 education:type1 education:type2 -1.892895 -0.505086 > > options(contr.Sum.show.levels=TRUE) > options...
2015 Feb 04
3
[LLVMdev] BasicAA Tests
...; Hey, > > > As I was going through the CFLAA tests, I noticed that some of them > were passing when they shouldn't have. This was due to that they had > ; CHECK-NOT: May: > > > Which doesn't match up with the output of -print-may-alias: > MayAlias: %Type %A, %Type2 %B > > > ...So they'd always pass > > > It looks like BasicAA's 2003-12-11-ConstExprGEP.ll and > 2003-11-04-SimpleCases.ll have a similar pattern, but changing them > to ; CHECK-NOT: MayAlias:, both tests fail. > > > Attached is a diff to fix the tests...