similar to: RFE: ZFS commands "zmv" and "zcp"

Displaying 20 results from an estimated 1000 matches similar to: "RFE: ZFS commands "zmv" and "zcp""

2010 Dec 23
1
Running sweave automatically using cygwin
Hi all, Hope someone could help me. I am trying to run automatically the conversion of an Rwn file to a tex file. I am using windows 7, and cygwin. I tried to run automatically the Sweave.sh script, in its the most recent version available at R webpage: http://cran.r-project.org/contrib/extra/scripts/Sweave.sh Unfortunately, I got this error message: =========================== Raquel at
2010 Nov 07
3
Computing ergodic mean with CODA
Hi all, I would like to compute ergodic mean using MCMC output from WinBUGS. I tried using CODA package, but it seems that it is not implemented yet. Could anyone help me to compute this? Attached to this email are my output and index files. Kind regards, Raquel -- Raquel Rangel de Meireles Guimar?es Doutoranda em Demografia raquel at cedeplar.ufmg.br
2000 May 31
4
Samba and DHCP
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: Sanborn, Ed.vcf Type: application/octet-stream Size: 453 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20000531/c022b23d/SanbornEd.obj
2005 Mar 03
1
minimizing multivariate functions
Is there any implicit function in R to minimize a function with many variables? Many thanks Raquel ---------------------- R Granell, Rheumatology Unit & School of Mathematics University of Bristol Raquel.Granell at bristol.ac.uk Tel:07968079410
1999 Jul 07
3
Weirdness
NT 4.0 workstation users are complaining that all of their drive letters are getting used up by what appears to be a rampant network-drive mapping situation. For example, normally I have three shares network-mapped. Lately, ceetain people are complaining that one of their shares get's remapped a number of times to take up all the drive letters (except drive letter Z). So suddenly they
2011 Jan 27
1
Saving log file in R and display run time
Hi all, I have two basic questions, hope you should help me: 1. How do I save a log file in R with the results? For example, in Stata it can be done by using "log using c:\...\test.txt" 2. How do I display the execution time of one function like the one below: CalculaCorrelacao <- function(construto, n) { library(polycor) for (i in 2:n){ for (j in i:n+1){ x1
2011 Jul 06
2
wgcna
Hi, I'm running a tutorial ("Meta-analyses of data from two (or more) microarray data sets"), which use wgcna package. I have an error in the function modulePreservation (it is below). I'm using R2.13 Can you help me? Do you know, what is happens? Thanks Raquel multiExpr = list(A = list(data=t(badea)),B = list(data=t(mayo))) # two independent datasets (dim = 13447 x 36) mp =
2006 May 11
1
optim function
Hello, I want to use optim with simulated data. My program generates a sample and then calls optim to optimise a function that depends on the generated sample. I want to do this with 100 samples. But optim does not 'work' for the 100 samples, sometimes I get a message saying that sigma matrix was not invertible and therefore the optimisation was not carried out, and then my program
2010 Mar 11
1
Dicrete Laplace distribution
Hello, <http://tolstoy.newcastle.edu.au/R/help/04/07/0312.html#0313qlink1> Could anybody tell me how to generate discrete Laplacian distribution? I need to sample uma discretised Laplacian density like this: J( g -> g´) ~ exp (-lambda | g´ - g |) g in {0,…, gmax} Thanks, Nicolette [[alternative HTML version deleted]]
2006 Nov 02
1
Question on cross-validation in rpart
Hi R folks, I am using R version 2.2.1 for Unix. I am exploring the rpart function, in particular the rpart.control parameter. I have tried using different values for xval (0, 1, 10, 20) leaving other parameters constant but I receive the same tree after each run. Is the10 fold cross-validation default still running every time? I would expect the trees to change at least a little when I
1998 Aug 20
1
Remote announcing - Help!
I have a Samba 1.9.18p8 server running fine on a particular network: >From smb.conf: interfaces = 138.120.247.0/24 ..and all works well with PC's on that network accessing the Samba server. Now for the tricky part. I want to move all of my computers to a new Class C network: 192.168.164.0 I have the router setup with DNS working, etc. I migrated one machine over to that network.
1998 Nov 24
1
nobody nobody
Occasionaly folks with Samba network-mapped drives under WinNT 4.0 complain that "all of a sudden" they do not have write permissions to directories/files in the network-mapped drive. Very strange, as they were able to only hours before. I thought it may have something to do with when I make a change to my smb.conf and do a 'kill -HUP <pid of inetd>'. But that being the
1999 Jan 15
6
Problems joining NT Domain
I am trying to get my linux box running slackware with kernel 2.0.36 and samba 2.0.0 (full version not BETA) to join our NT domain. I first added to computer to the domain. Then I typed this (computer and domain names altered for protection): linux_computer:/usr/local/samba/bin# smbpasswd -j MY_DOMAIN -r MY_PDC Where linux_computer is the linux computer (like you needed that) MY_DOMAIN is the
2019 Jun 04
3
Incluir un rango de varias variables explicativas a un modelo
Hola, gracias por la respuesta, No me funcionó debido a que los nombres de las variables no están seriadas, es decir, los nombres de las variables son del tipo: x23 x25 x30, x301 x320, x80. Entonces me da este error: Error in eval(predvars, data, env) : object 'pot24' not found. Debido a que pot24 no existe, ya que de pot23 se brinca a pot30. En Stata es algo muy simple de hacer, solo
2012 Jan 16
1
Package "maps": what is the name of county # 2395?
I am using "maps". I am running the following code to get this list of all the counties: map('county', plot=FALSE)$names In the output, all counties have first the state listed and then, after a comma, the name of the county. However, county # 2395 (State = south dakota) has no county name. Anyone knows what this county is? Thank you! -- Dimitri Liakhovitski
2013 Mar 10
4
EEG data for time series
Dear R People: I have a data set with EEG data. There are 128 measurements per second for 16 locations. What is the best way to handle these series, please? Thanks, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: erinm.hodgess@gmail.com [[alternative HTML version deleted]]
2004 Jan 20
1
evaluation of discriminant functions+multivariate homosce dasticity
While I don't know anything about Box's M test, I googled around and found a Matlab M-file that computes it. Below is my straight-forward translation of the code, without knowing Matlab or the formula (and done in a few minutes). I hope this demonstrates one of Prof. Ripley's point: If you really want to shoot yourself in the foot, you can probably program R to do that for you. [BTW:
1999 Jun 17
6
Samba vs. NetAppliance
Hi, I'm debating purchasing a NetAppliance fileserver that does native CIFS. Below is a URL to a NetAppliance authored paper regarding performance. One of the sections compares NFS to CIFS and talks about Samba. Can anyone dispute any of this? Is there any reason besides price that I should stick with Samba? -Ed Ed Sanborn (978) 691-6496 Northchurch
2006 Nov 25
5
Metaphone analysis
Not sure how much this will interest people but I don''t have a blog so I''m posting something I threw together today cause I think it might be useful. In what little free time I have I''ve been wanting to put together a Rails/Ferret based restful dictionary. So I finally got a chance to get started today so the first thing I wanted to do was implement a metaphone
2002 Mar 09
0
Problem with nmbd...i think
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello: My name is Ruben and I am from Elche (Spain) We are trying to setup a Samba server in our network. Our server is Suse Linux 7.3 Professional, with this version of samba: at:/ # smbd -V Version 2.2.1a at:/ # nmbd -V Version 2.2.1a I think that smbd is running OK becouse we can access to the server using its IP from the outside. But Server