Displaying 20 results from an estimated 7000 matches similar to: "How to write the output of a function into a file?"
2005 Aug 26
2
chisq.,test`
Hi
I am trying to do this:
chisq.test(c(11, 13, 12, 18, 21, 43, 15, 12, 9, 10, 5, 28, 22, 11, 15,
11, 18, 28, 16, 8, 15, 19, 44, 18, 11, 23, 15, 23, 2, 5, 4, 14, 3, 22,
9, 0, 6, 19, 15, 32, 3, 16, 14, 10, 24, 16, 24, 31, 29, 28, 16, 26, 11,
11, 4, 17, 16, 13, 20, 26, 16, 19, 34, 19, 17, 14, 22, 25, 17, 12, 23,
14, 19, 30, 18, 10, 23, 21, 17, 16, 10, 14, 6, 17, 17, 10, 21, 25, 20,
4, 11, 4,
2003 Jul 02
2
user mannual
Dear Sir
I have successfuly downloaded R package.
Kindly let me know where i will get _/*user mannual*/_ for the same.
awaiting a prompt reply
with regards
Pankaj
@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@
Pankaj Kumar
Research Scholar
Climatology & Hydrometeorology Divison
Indian Institute Of Tropical Meteorology
Homi Bhabha Road, Pune-411008
India
Phone No. +91-20-5893600 Ext. 361
2004 Dec 14
3
R stat functions do not work as stated on the mannual (PR#7419)
Dear R Developers:
I have been playing with R, release 2.0.1 for a week now and have detected =
that all stat functions related to distribution probabilities have the same=
problem:
1.- According to the manual the log.p parameter is always the last one.
2.- When you use the software, the last parameter seems to be lower.tail
Example:
> pt (1.1, 5)
[1] 0.8392746
> pt (1.1, 5, F)
[1]
2010 Aug 01
3
remove extreme values or winsorize – loop - dataframe
Hi everyone!
#I need a loop or a function that creates a X2 variable
that is X1 without the extreme values (or X1 winsorized)
by industry and year.
#My reproducible example:
firm<-sort(rep(1:1000,10),decreasing=F)
year<-rep(1998:2007,1000)
industry<-rep(c(rep(1,10),rep(2,10),rep(3,10),rep(4,10),rep(5,10),rep(6,10),rep(7,10),rep(8,10),rep(9,10),
rep(10,10)),1000)
X1<-rnorm(10000)
2015 Sep 03
1
Failed to join domain: failed to find DC for administrator@XYZ
Hello everyone
I had samba 4.1 working as a member server to a windows 2012 AD in a
test environment for a while now until I had to re-install the windows
server from scratch. I have the new AD setup with the same NETBIOS name
but now I have problems re-joining the samba box to the new AD. It looks
like a DNS issue but I am unable to understand why. After the
ire-install, I got a new Kerberos
2005 May 26
1
wfq implementation in linux
Hi all
As part of may project i wants to implement the WFQ in linux,
at present upto my knowledge there is no such implementation in linux.
The only mannual i got from "Csaba Toth", He explained the tc command so i hope that is in linux also. DID any one know about it, Please infome me about it also,
Thanks for all
regards
*********
*Sunil*
*********
2010 Feb 16
1
Samba 4 setup
Dear Samba Experts,
I have configure samba 4 server in centos 5.4. My Windows XP OS registered in samba server server. But the Domain and Kerberos setup is not working properly.? Hence it is not showing the domain in Active Directory Users and Computers. I have followed the following manual for setup http://wiki.samba.org/index.php/Samba4/HOWTO. When I am starting my named server in centos box it
2004 Jul 20
1
Statistical package
Dear Martin Maechler,
I came accross your valuable contribution in the domain of statistical computing
through Web site. I can't but appreciate your great endeavour.
I would be grateful to you if you could kindly suggest me or help me to utilize
the free statistical pckage like R with Mannual. I am esepcially interested in Time
Series Analysis and plotting of experimental
2005 May 10
1
Re: Welcome to the "R-help" mailing list
I am trying to pass some R objects to C++ code. However, after reading
through the mannual "Writing R extensioms" for version 2.1.0
(2005-04-18),
I still couldn't figure out:
1) How can I see .c files in a package? For example, I am interested in
looking at source files in "Spdep".
2) Can I include whichever header files I find in my C++ code, if I
eventually will load
2004 Nov 04
3
sub- and superscript in plot labels
Dear List,
I need to add a subscript and a superscript to some of the ions in the
labels on some plots.
I have got to here but now I'm stuck:
plot(1:10, xlab = expression(paste("nm SO"[4], " ", mu, "eq cm"^{-2}, "
yr"^{-1})))
Which gives almost what I require. No matter what I tried, however, I
could not get bot a sub script *and* a superscript
2003 Mar 26
3
a statistic question about chisq.test()
Hi,
In the chisq.test(), if the expected frequency for some categories is <5, there will be a warning message which says
Warning message:
Chi-squared approximation may be incorrect in: chisq.test(x, p = probs)
I am wondering whether there are some methods to get rid of this mistake... Seems the ?chisq.test() doesn''t provide more
options to solve this problem. Or, the only choice is
2018 Aug 17
10
[PATCH (repost) 0/5] drm/nouveau+amdgpu: add DP CEC-Tunneling-over-AUX (repost)
From: Hans Verkuil <hans.verkuil at cisco.com>
Repost because I wasn't a member of the nouveau mailinglist the
first time around and this series was blocked. I also updated this
cover letter for the part about the amdgpu patch after receiving
feedback from Alex Deucher. The patches are unchanged (except for
adding Alex' Acked-by to the amdgpu patch).
Now that the DisplayPort
2005 Aug 16
2
problem using model.frame()
Hi I'm having a problem with model.frame, encapsulated in this example:
y1 <- matrix(c(3,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,0,1,1,1),
nrow = 5, byrow = TRUE)
y1 <- as.data.frame(y1)
rownames(y1) <- paste("site", 1:5, sep = "")
colnames(y1) <- paste("spp", 1:4, sep = "")
y1
model.frame(~ y1)
Error in model.frame(formula, rownames,
2018 Aug 16
6
[PATCH 0/5] drm/nouveau+amdgpu: add DP CEC-Tunneling-over-AUX
From: Hans Verkuil <hans.verkuil at cisco.com>
Now that the DisplayPort CEC-Tunneling-over-AUX drm+i915 support
has been merged in the mainline kernel it is time to roll this
out to nouveau and amdgpu as well.
I combined both in the same patch series since both depend on the
same first patch, the comments in this cover letter apply to both
and the implementation is also very similar (and
2005 Nov 03
4
merging dataframes
Dear List,
I often have to merge two or more data frames containing unique row
names but with some columns (names) common to the two data frames and
some columns not common. This toy example will explain the kind of setup
I am talking about:
mat1 <- as.data.frame(matrix(rnorm(20), nrow = 5))
mat2 <- as.data.frame(matrix(rnorm(20), nrow = 4))
rownames(mat1) <- paste("site",
2005 Aug 03
1
deparse(substitute(x)) and S3 methods
Dear List,
I have the following function:
coca <- function(x, ...)
{
if(is.null(class(x))) class(x) <- data.class(x)
UseMethod("coca", x)
}
and a default method
coca.default <- function(x, y, method = c("predictive", "symmetric"),
reg.method = c("simpls", "eigen"), weights =
NULL,
2005 Aug 02
1
problem using evaluating a formula
##data
y1 <- matrix(c(3,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,0,1,1,1),
nrow = 5, byrow = TRUE)
y2 <- matrix(c
(3,0,10,3,3,0,0,1,1,0,0,0,0,0,1,0,1,0,0,2,1,0,1,1,0,2,1,1,4,1),
nrow = 5, byrow = TRUE)
y1 <- as.data.frame(y1)
y2 <- as.data.frame(y2)
rownames(y1) <- rownames(y2) <- paste("site", 1:5, sep = "")
colnames(y1) <-
2006 Oct 31
3
one problem about how to hold graphic with R
Sorry to disturb you, but can you help me to solve one little problem?
I want to draw a graphic after another with R
but I cannot find the first one after that.
Do you know the command to hold the graphic with R?
I remember with Matlab you may use "hold on".
Thanks.
--
Baohua Yang
Email:yangbaohua@gmail.com
[[alternative HTML version deleted]]
2015 Apr 30
4
rid and ad backends differences
Hello
Can someone please explain what is the difference between the rid and ad
backends in smb.conf?
Many thanks
-------- Original Message --------
Subject: samba Digest, Vol 148, Issue 27
Date: Wed, 22 Apr 2015 12:00:05 -0600
From: samba-request at lists.samba.org
Reply-To: samba at lists.samba.org
To: samba at lists.samba.org
Send samba mailing list submissions to
samba at
2015 May 06
2
rid and ad backends differences
> so I think ADS is not the best option in my case.
> From your explanation I'm in favour of RID backend as it seems more
>stable because of the static setup.
Your best options is : Use ADS, with backend RID.
If you have 1 DC and (or 1 extra member server )
than RID is you best option, no hassle uid/gid and RFC2307 things..
but beware if you do things on linux.. than you can