Displaying 2 results from an estimated 2 matches for "qf1".
Did you mean:
f1
2006 Dec 18
1
Applying variable labels across a data frame
...the variables with F for Factor.
colnames(myQFvars) <- myQFnames
print(myQFvars)
# Create a function to apply the labels to lots of variables.
myLabeler <- function(x) { factor(x, myQlevels, myQlabels) }
# Here's how to use the function on one variable.
summary( myLabeler(myQFvars["qf1"]) )
#Apply it to all the variables. This method works.
myQFvars[ ,myQFnames] <- lapply( myQFvars[ ,myQFnames ], myLabeler )
summary(myQFvars) #Here are the results I wanted.
# This is the same as above but using the unsubscripted
# data frame name. It does not work.
myTest <- lapply(...
2006 Mar 31
1
Asterisk, QSIG and Tenovis PBX?
...QBUUS QSIG barr. suppl. serv. user to user
QBZAV QSIG barr. suppl. serv. zarvt
QCA Gespraechsaufnahmemeldung QUe
QCM QSIQ mit ACM
QDT QSIG Ueberwachung Wahlzeitablauf
QEI QSIG ETSI-ISO Anpassung
QF0 QSIG Reserve Erweiterung 0
QF1 QSIG Reserve Erweiterung 1
QF2 QSIG Reserve Erweiterung 2
QF3 QSIG Reserve Erweiterung 3
QF4 QSIG Reserve Erweiterung 4
QF5 QSIG Reserve Erweiterung 5
QF6 QSIG Reserve Erweiterung 6
QF7 QSIG Reserve Erweiterung 7
QF8 QSIG Reserve Erweiterung 8
QF9 QSIG Reser...