Home
last modified time | relevance | path

Searched refs:isvalue (Results 1 – 25 of 68) sorted by relevance

123

/dports/math/R-cran-psych/psych/man/
H A Dscrub.Rd7 The length of the where, isvalue, and newvalues must either match, or be 1.
10 scrub(x, where, min, max,isvalue,newvalue)
18 \item{isvalue}{a vector of values to be converted to newvalue (one per variable)}
19 \item{newvalue}{a vector of values to replace those that match isvalue}}
34 x <- scrub(attitude,isvalue=55) #make all occurrences of 55 NA
35 x1 <- scrub(attitude, where=c(4,5,6), isvalue =c(30,40,50), newvalue = c(930,940,950)) #will do thi…
36 x2 <- scrub(attitude, where=c(4,4,4), isvalue =c(30,40,50), newvalue = c(930,940,950)) #will just d…
38 y <- scrub(attitude,where=2:4,min=c(20,30,40),max= c(120,110,100),isvalue= c(32,43,54))
39 y1 <- scrub(attitude,where="learning",isvalue=55,newvalue=999) #change a column by name
42 y3 <- scrub(attitude,where="learning",isvalue=c(45,48),newvalue=999) #change a column by name look …
[all …]
H A Diqitems.Rd41 iq.scrub <- scrub(iqitems,isvalue=0) #first get rid of the zero responses
/dports/math/R-cran-psych/psych/R/
H A Dreverse.code.R28 function (x, where, min, max, isvalue,newvalue) argument
32 if (missing(isvalue)) isvalue <- Inf
34 maxlength <- max(length(isvalue),length(min),length(max),length(where))
39 if(length(isvalue) ==1) isvalue <- rep(isvalue,maxlength)
46 x[(!is.na(x[, i]) & (x[, i] == isvalue[k])), i] <- newvalue[k]
/dports/science/mcxtrace/mcxtrace-1.2-src/src/
H A Dcexp.c30 int isvalue; /* True if identifier or string/number constant */ member
42 e->isvalue = 1; in mkvalueexp()
54 e->isvalue = 0; in mknonvalueexp()
158 return e->isvalue; in exp_isvalue()
/dports/science/mcstas/mcstas-2.5-src/src/
H A Dcexp.c30 int isvalue; /* True if identifier or string/number constant */ member
42 e->isvalue = 1; in mkvalueexp()
54 e->isvalue = 0; in mknonvalueexp()
158 return e->isvalue; in exp_isvalue()
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/dialogs/
H A Ddatacreate.py92 isvalue = button is self.valueradio
93 self.valuehelperlabel.setVisible(isvalue)
94 self.numstepsedit.setEnabled(isvalue)
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm/dist/tests/
H A Ddristat.c197 if (prev.data[j].isvalue) printf(" 0x%08lx\n", prev.data[j].value); in getstats()
217 if (curr.data[j].isvalue) { in getstats()
/dports/net/kamailio/kamailio-5.4.5/src/modules/htable/
H A Dhtable.c1031 int_str isvalue; in ki_ht_sets() local
1041 isvalue.s = *itval; in ki_ht_sets()
1044 &ht->name, itname, AVP_VAL_STR, &isvalue, 1)!=0) { in ki_ht_sets()
1048 if(ht_set_cell(ht, itname, AVP_VAL_STR, &isvalue, 1)!=0) { in ki_ht_sets()
1062 int_str isvalue; in ki_ht_seti() local
1072 isvalue.n = itval; in ki_ht_seti()
1075 &ht->name, itname, 0, &isvalue, 1)!=0) { in ki_ht_seti()
1079 if(ht_set_cell(ht, itname, 0, &isvalue, 1)!=0) { in ki_ht_seti()
/dports/math/gap/gap-4.11.0/pkg/grape-4.8.3/nauty22/
H A Dtestg.c213 #define INSERT_ARGS , boolean isvalue, SPLAYNODE *new_val, size_t new_val_sz
214 #define COMPARE(p) (isvalue ? \
217 #define PRESENT(p) {if (!isvalue) ++TOCOUNT(p)->count;}
219 if (!isvalue) TOCOUNT(p)->count = 1;}
/dports/devel/9base/9base-6/awk/
H A Dawk.h163 #define isvalue(n) ((n)->ntype == NVALUE) macro
H A Dparse.c189 if (isvalue(p)) { in makearr()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/awk/
H A Dawk.h163 #define isvalue(n) ((n)->ntype == NVALUE) macro
H A Dparse.c189 if (isvalue(p)) { in makearr()
/dports/lang/nawk/nawk-20121220_1/
H A Dawk.h182 #define isvalue(n) ((n)->ntype == NVALUE) macro
H A Dparse.c189 if (isvalue(p)) { in makearr()
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/contrib/one-true-awk/
H A Dawk.h182 #define isvalue(n) ((n)->ntype == NVALUE) macro
H A Dparse.c189 if (isvalue(p)) { in makearr()
/dports/misc/rump/buildrump.sh-b914579/src/external/historical/nawk/dist/
H A Dawk.h184 #define isvalue(n) ((n)->ntype == NVALUE) macro
/dports/devel/cscout/cscout-bd7dfac/example/awk/
H A Dawk.h182 #define isvalue(n) ((n)->ntype == NVALUE) macro
H A Dparse.c189 if (isvalue(p)) { in makearr()
/dports/biology/bioawk/bioawk-1.0-7-gfd40150/
H A Dawk.h185 #define isvalue(n) ((n)->ntype == NVALUE) macro
/dports/math/nauty/nauty27r3/
H A Dtestg.c318 #define INSERT_ARGS , boolean isvalue, SPLAYNODE *new_val, size_t new_val_sz
319 #define COMPARE(p) (isvalue ? \
322 #define PRESENT(p) {if (!isvalue) add_count(TOCOUNT(new_val),TOCOUNT(p));}
324 if (!isvalue) TOCOUNT(p)->count = 1;}
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dtestg.c318 #define INSERT_ARGS , boolean isvalue, SPLAYNODE *new_val, size_t new_val_sz
319 #define COMPARE(p) (isvalue ? \
322 #define PRESENT(p) {if (!isvalue) add_count(TOCOUNT(new_val),TOCOUNT(p));}
324 if (!isvalue) TOCOUNT(p)->count = 1;}
/dports/textproc/highlight/highlight-4.1/langDefs/
H A Dexpress.lang32 "instat", "intpart", "irr", "isdate", "isvalue", "joinchars", "joincols",
/dports/sysutils/heirloom/heirloom-070715/nawk/
H A Dparse.c181 if (isvalue(p)) { in makearr()

123