Displaying 4 results from an estimated 4 matches for "labelnames".
Did you mean:
labelname
2008 Mar 19
4
plot with diffrent colour and plotting symbols
Dear mailing list members,
I am a new R user, I would like to plot the follewing data
var1 <- c(1,2,1,1,2,1,2,1,2,2)
var2 <- round(rgamma(10,2,1)/0.1)*0.1
var3 <- c(0,1,0,1,0,0,0,0,1,0)
var4 <- c(1,2,2,2,1,1,1,1,1,1)
Var <- data.frame(var1,var2,var3,var4)
Var <- Var[sort(Var$var1),]
tt <- Var$var1+((runif(length(Var$var1))/6)-(0.5/6))
labelname <- c("time 1",
2003 Nov 04
2
write.dta and handling labels
Hello,
I need to write out a data matrix as a STATA 7 file and this happens perfectly with write.dta(), except I cannot seem to export the labelnames to Stata.
So far I have tried the following:
# X is the data matrix that is to be exported
attributes(X)$var.labels <- c("apple", "banana", "cat")
write(X, filename = "text.dta", version = 7)
When i open the file in stata instead of the label names all...
2004 Sep 08
1
escape char clutter makes prompt unreadable
hey folks,
Im using pxelinux to boot a Soekris box (which works fine to a default
image)
Ive added a bunch of LABEL, KERNEL pairs,
but I cant read the display; Im buried in escape codes.
Ive captured some of it to a typescript file:
it starts out kosher, but goes unreadable rather quickly,
0005520 \r T F T P .
0005540 / \b \r
0005560
*
2019 Feb 28
3
What files to edit when changing the sdX of hard drives?
Phelps, Matthew wrote:
> On Thu, Feb 28, 2019 at 11:52 AM mark <m.roth at 5-cent.us> wrote:
>> Nicolas Kovacs wrote:
>>> Le 28/02/2019 ? 04:12, Jobst Schmalenbach a ?crit :
>>>> I want to lock in the SDA/SDB/SDC for my drives
>>>
>>> In short : use UUIDs or labels instead of hardcoding /dev/sdX.
>>>
>>>