Displaying 4 results from an estimated 4 matches for "bizzarr".
Did you mean:
bizzare
2004 Dec 22
2
how do I get my data in matrix form?
Hi,
I am trying to convert the SPSS data that I imported using the package foreign into a matrix form in R. I tried using write.table() and cbind() but the output still looks bizzarre. I have about 104 columns and 21143 rows. Is the size of the the data causing a problem?
Here was my approach
mydata<-("file location",max=0)
mydata
cbind(mydata) #doesnt work well
write.table(mydata) #distorted output
I also tried data.frame(mydata) #but this gives me only 4 columns...
2001 Nov 13
1
7.2 might have ate my partition table.
Well I thought someone might be interested in this. I have a Compaq server
with a cpq array in a raid 5 configuration with some bog standard video card
no sound card, NO X installed, no applications/modules not included
with the distro, and 256 megs of memory. I upgraded it (yes I know
not supported but...) from Roswell to 7.2 in the middle of
last week and installed all applicable errata
2018 May 25
2
Fwd: NT_STATUS_ACCESS_DENIED for guest account to public share
So the guest account ignores the owner permissions of the files it
interacts with and relies only on group membership and world permissions?
Why do I need the sgid? Users will create files/directories that will
default to their default group from /etc/passwd, and that's the behavior I
want. Authenticated users should be able to make files/directories with
group membership different from guest
1999 Jun 22
3
smbmount -- what am I missing?
I wish to mount a Win95 share on my linux machine. I can use smbclient
to get to the shared disk, using this format:
smbclient //win95.machine/share <password>
The win95.machine is listed in my /etc/hosts file.
I've tried every permutation of the smbmount syntax that I've been able
to find in the documentation, dejanews, or this mailing list. Perhaps
I've missed some. I