Displaying 20 results from an estimated 900 matches similar to: "Calling Rscript from Matlab on OS X"
2011 May 02
3
Help converting a data.frame to ordered factors
I have a 96x34 array of Likert scale data (96 cases, 34 items) of
ordered factors (strongly disagree, disagree, neutral, agree, strongly
agree) that are coded numerically (1 through 5).
I cannot seem to convert this array (in any class) into ordered vectors.
I have all the cases as vectors of ordered factors, but any which way
I reassemble those vectors loses the ordered factors and converts
2024 Jun 06
1
'Scripted' machine account renewal?!
Op 24-03-2024 om 17:42 schreef Marco Gaiarin via samba:
> Mandi! Kees van Vloten via samba
> In chel di` si favelave...
>
>> Solution is easy: upgrading winbind from Debian backports solves the issue !
> I've upgraded to latest buster version 4.18.10+dfsg-1~buster, but still does
> not work for me...
>
> Now display:
>
> root at vfwacpn1:~# net ads
2024 Mar 24
3
'Scripted' machine account renewal?!
Mandi! Kees van Vloten via samba
In chel di` si favelave...
> Solution is easy: upgrading winbind from Debian backports solves the issue !
I've upgraded to latest buster version 4.18.10+dfsg-1~buster, but still does
not work for me...
Now display:
root at vfwacpn1:~# net ads changetrustpw
get_kdc_ip_string: get_kdc_list fail NT_STATUS_NO_LOGON_SERVERS
Changing password for
2002 Feb 19
0
Samba-3.0-alpha9 compilation problems
Hello,
I'm afraid this message is going to be a little long (188 lines,
not counting the headers). It is comprised, in fact, of two posts I
sent to the comp.protocols.smb newsgroup, from which I've not received
any replies. I'm hoping I can have better luck with the mailing list,
(to which I've just subscribed, so it's probably most appropriate
to send replies there...)
2009 Oct 05
0
setting default domain
Hello,
I'm attempting to use samba winbind for ssh authentication for users
in Active Directory. Things are mostly working, but I'm looking for
two things:
1.) I currently have to authenticate as ADLOCAL+elijah at concordia.uchicago.edu
. I would like to authenticate as elijah at concordia.uchicago.edu
2.) I would like the uid of the elijah user to be pulled from an
existing
2007 Mar 19
1
Toshiba's ConfigFree under Wine?
Hello ...
I have been trying to install Toshiba's ConfigFree software under
Wine-0.9.21 (Adam Schreiber's pre-built package For Slackware-10.2) on a
laptop running Slackware Linux (10.2), and I keep running into trouble.
I have made sure to run winecfg before starting, so I think I should be
ready to go. The installer ("setup.exe") starts, and the dialog boxes
appear to
2000 Apr 10
2
Increasing memory size in ESS
I am having a problem using ESS with R. In particular I have large
data objects which exceed the 6Mb default heap memory. Outside of
ESS I can run R by specifying large values of --vsize and --nsize
but I can't figure out how to do this in ESS.
Any help would be much appreciated.
--
****************************************************
** Angelo J. Canty **
2009 Jun 09
2
IMP reading entire mailbox
We have been noticing a constant hum of traffic between our IMAP server
(Dovecot v1.1.14) and our filers over the past several days. I have
narrowed it down to one particular user who has been logged in to
IMP/Horde since the problem began (he hadn't logged since we upgraded to
Dovecot a week before).
IMP is periodically checking this user's mail every five minutes. Each
time it does, the
2000 Mar 21
3
loading data in packages
Hi,
I'm new to R and have a question which seems like it should be easy.
I loaded the R port of my boot library and installed it. All of the
functions and help files are available but I can't seem to access the
data. The data directory was created and contains files with the
extension .rda. I tried to use the data() function but I get
> data(city)
Error: restore file corrupted -- no
2008 Apr 05
1
bug? nlme 3.1-88 compilation under linx
>From http://bugs.r-project.org/cgi-bin/R:
If you are not sure whether you have observed a bug or not, it is a good
idea to ask on the mailing list R-Help by sending an e-mail to
r-help at stat.math.ethz.ch rather than submitting a bug report.
I'm wondering whether to submit a bug report on this:
==============================================================
>
2009 Jul 21
2
Defunct processes w/ v1.2.1
I have limited information at the moment (currently distracted by other
projects) but I'm hoping that someone has already found and solved this
problem.
I have a v1.2.1 installed on my development box waiting for me to tinker
with the configuration. On several occasions, I have noticed that all
the dovecot processes are listed as "defunct". I don't recall seeing
anything
1999 Jul 07
0
NT Wkst auto printer driver installation
Hello all,
Please forgive me if this is a FAQ, but I haven't seen it explicitly in
any of the docs (although I find the Samba documentation EXTREMELY
confusing and complex, so I may have missed it).
Essentially, I have been able to follow the instructions in
'PRINTER_DRIVER.txt', and Win9x clients can install printer drivers for
Samba shared printers instantly and easily. However
2024 May 08
0
2024 X.Org Developers Conference - October 9-11, Montréal, Canada
Hello!
We're delighted to announce that the 2024 X.Org Developers Conference
(XDC) will be taking place on October 9 to 11 in Montr?al, Canada, co-
located with the GStreamer Conference & Hackfest 2024 which will be
running from October 7 to 10. Join us for a freedesktop week in
Montr?al!
XDC is the event for developers working on all things Open graphics
(Linux kernel, Mesa, DRM,
2010 Sep 14
2
How to uncompress a gz file in R
Dear Fellows,
I would like to know how to uncompress a gz file at the R console. I could
not find out any help from the R-help archive.
Thanks for your great help.
Best Regards,
Wonsang You
-----
--
Wonsang You
Special Lab Non-Invasive Brain Imaging
Leibniz Institute for Neurobiology
http://www.ifn-magdeburg.de
--
View this message in context:
2010 Sep 16
2
How to combine matrix and vector
Dear fellows,
I am a novice in R. I would like to combine a matrix and a vector. Assume
that we have the matrix a and the vector b with same length of column.
a<-matrix(seq(1:10),nrow=2,ncol=5,byrow=TRUE)
a=
1 2 3 4 5
6 7 8 9 10
b<-t(c(11,12,13,14,15))
b=
11 12 13 14 15
Then, I want to combine a and b as follows.
c=
1 2 3 4 5
6 7 8 9
2011 Feb 08
1
Simulation of Multivariate Fractional Gaussian Noise and Fractional Brownian Motion
Dear R Helpers,
I have searched for any R package or code for simulating multivariate
fractional Brownian motion (mFBM) or multivariate fractional Gaussian noise
(mFGN) when a covariance matrix are given. Unfortunately, I could not find
such a package or code.
Can you suggest any solution for multivariate FBM and FGN simulation? Thank
you for your help.
Best Regards,
Ryan
-----
Wonsang You
2006 May 11
1
Comparing skewness
Hello,
I'd appreciate any ideas on how to compare the skewness of two samples. In
my case, one sample is likely to be roughly normal and the other one
skewed. I could run two D'Agostino tests, but then I'll have to correct for
the family-wise error. What if both samples are skewed? If there are no
general tests (or they can't exist), I'd like to know.
Thanks,
Skirmantas
2011 Feb 26
1
2D Convolution Function
Dear R-Helpers,
I want to try the 2D (two-dimensional) convolution in R.
For example, let us we have the following kernel and data.
kernel <- (1,2,3,2,1)
data <- array(1:100, dim=c(10,10))
I know the function 'convolve' only for one-dimensional convolution, but it
is just for a 1D sequence.
Is there any function for 2D convolution?
For theory, please refer to the following link:
2011 Dec 06
1
Read Windows BMP format images
Hello,
Does anyone know of an R package that can read Windows BMP format images? Many thanks,
Greg Jefferis.
--
Gregory Jefferis, PhD
Division of Neurobiology
MRC Laboratory of Molecular Biology,
Hills Road,
Cambridge, CB2 0QH, UK.
http://www2.mrc-lmb.cam.ac.uk/group-leaders/h-to-m/g-jefferis
2008 Sep 30
5
Corrupted transaction log file / record size too small
I recently upgradeded dovecot on one of our servers from version 1.0.10
to version 1.1.3. Ever since, we've been seeing occasional errors
similar to this sequence (with the username and IP addresses elided):
Sep 30 00:09:56 alcor dovecot: pop3-login: Login: [4954], XXXX, NNN.NNN.NN.NNN
Sep 30 00:09:56 alcor dovecot: wrapper[5006]: pop3, XXXX, NNN.NNN.NN.NNN
Sep 30 00:09:56 alcor