Displaying 20 results from an estimated 212 matches for "scs".
Did you mean:
cs
2008 Dec 10
2
read.*: How to read from a URL?
...:read.table() and her family all support a file= argument
that can take a URL
equally well as a local file. So, if I have a file on the web, I can
equally well do
> langren <- read.csv("langrens.csv", header=TRUE)
> langren <-
read.csv("http://euclid.psych.yorku.ca/SCS/Gallery/Private/langrens.csv",
header=TRUE)
where the latter is more convenient for posts to this list or
distributed examples.
rimage::read.jpeg() doesn't support URLs, and the only way I've found is
to download the
image file from a URL to a temp file, in several steps.
This i...
2006 Mar 23
1
comparative density estimates
...but then
the question arises of how to choose the bandwidth (BW) for the two
series to allow them
to be sensibly compared, because the range of time and total frequency
differ
for the two series. To avoid clutter on this list, I've placed the data
and R code
at
http://euclid.psych.yorku.ca/SCS/Gallery/milestone/Test/kde-bug/mileyears4.R
I have two versions of this graph, one selecting an optimal BW for each
separately
and the other using the adjust= argument of density() to approximately
equate
the BW to the value determined for the whole series combined. The two
versions
(done with...
2010 May 07
4
Use of R in C#
I have a C# program that requires the run of a logistic regression. I have downloaded the R 2.11 package, and have added the following references to my code:
STATCONNECTORCLNTLib;
StatConnectorCommonLib;
STATCONNECTORSRVLib;
In my code I have:
StatConnector scs = new STATCONNECTORSRVLib.StatConnectorClass();
scs.Init("R");
The init step returns the below error which seems to indicate a connection failure.
System.Runtime.InteropServices.COMException was unhandled
Message="Exception from HRESULT: 0x80040013"
Source="Interop.ST...
2008 Sep 01
3
how to read multiple lines per case
...170.4
7.7285 13.9852 4.19019 51.378
OI DVEG 1052 -610 32 -282 4.20 4.18 18.716 1154.27 1750.36 4041.27 26455.0
17.8066 15.3276 4.79221 68.788
OI DVEG 868 -560 30 -232 4.40 3.60 22.821 1045.15 1674.36 3966.08 25072.9
49.1538 17.3128 4.09487 82.256
The complete data is at:
http://www.math.yorku.ca/SCS/viscollin/data/linthall.dat
thanks,
-Michael
--
Michael Friendly Email: friendly AT yorku DOT ca
Professor, Psychology Dept.
York University Voice: 416 736-5115 x66249 Fax: 416 736-5814
4700 Keele Street http://www.math.yorku.ca/SCS/friendly.html
Toronto, ONT M3J 1P3 CANADA
2009 Aug 05
2
reading and frequency analysis of Spanish text
For an historical paper I'm working on, I have some Spanish plaintext,
presently in the form of a Word .doc
file,
http://euclid.psych.yorku.ca/SCS/Gallery/images/Private/Langren/Verdadera-spanish-stripped.doc
and also some ciphered text from the same original source. The ultimate
goal is to use some
frequency analysis of letters and word lengths in the plaintext to help
decode the ciphered text.
For now, I'm stuck on how to read the...
2005 Jul 06
3
plotting on a reverse log scale
I'd like to do some plots of historical event data on a reverse log
scale, started, say at the year 2000 and going
backwards in time, with tick marks spaced according to log(2000-year).
For example, see:
http://euclid.psych.yorku.ca/SCS/Gallery/images/log-timeline.gif
As an example, I'd like to create a density plot of such data with the
horizontal axis reverse-logged,
a transformation of this image:
http://euclid.psych.yorku.ca/SCS/Gallery/milestone/Test/mileyears1.gif
Some initial code to do a standard density plot looks...
2016 Aug 01
4
Unlock domain user
...mand (samba-tool user enable 'user') is used to enable a user
account that has been disabled in AD, but it is not functional to unlock a
user account that has been locked by wrong password.
Anderson Hoffmann do Carmo
MCP | MTA | MCDST | MCTS | MCSA | MS | MOS |
ITIL-F | ISFS | CLOUDF | CI-SCS | VCA-DCV |
2016-08-01 13:51 GMT-03:00 Rowland penny <rpenny at samba.org>:
> On 01/08/16 17:40, Anderson Hoffmann do Carmo wrote:
>
>> Hi for all!
>>
>> It's a simple question, but I did not find the answer!
>> How unlock domain user after the account blo...
2016 Aug 01
2
Unlock domain user
...d not find the answer!
How unlock domain user after the account blocked by wrong password?
How to do this by samba-tool or any other tool in Linux_AD?
Or is this possible only by Windows RSAT_Tool?
Anderson Hoffmann do Carmo
MCP | MTA | MCDST | MCTS | MCSA | MS | MOS |
ITIL-F | ISFS | CLOUDF | CI-SCS | VCA-DCV |
2006 Nov 01
0
machine account isn't created in LDAP database
...unt XAN$
:
NT_STATUS_ACCESS_DENIED
Kindly help me in this regard. I'm using the latest samba-3.0.23c-0.1.36
version in SLES-10.
The following is a configuration of my GLOBAL Seetings in smb.conf file:
[global]
workgroup = SCS
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
map to guest = Bad User
include = /etc/samba/dhcp.conf
logon path = \\%L\profiles\.msprofile
logon home = \\%L\%U\.9xprofile
logon drive = Z:...
2011 Dec 22
1
overlaid filled contour plots
I'm trying to make a set of contour plots of bivariate kernel density
estimates, showing three such plots overlaid,
similar to this plot
http://euclid.psych.yorku.ca/SCS/Private/Test/ridge-boot2.pdf
except that I would like to have the contours *filled* (using
transparent colors). To make this reproducible, I've
saved the results of KernSmooth::bkde2D() in the following file:
http://euclid.psych.yorku.ca/SCS/Private/Test/bkde2D-boot.RData
From this, the e...
2010 Nov 03
3
R package BibTex entries: looking for a more general solution
...al: Package authors should be encouraged to use a (new)
Contributors: field in the DESCRIPTION file
rather than packing all information into the Author: field, which at
present cannot often be parsed by BibTeX.
* Files: All test files referred to here can be found at
http://euclid.psych.yorku.ca/SCS/Private/Rbibs/
== Details ==
Around 16 Dec. 2009, I queried R-help about automating the extraction of
citation()s from R packages. The stimulus
was that some journals, notably JSS, now require a reference and
citation of every R package mentioned,
and it is a pain to create these manually, no le...
2016 Jul 12
1
Demote Win2008R2 DC Fail
...manually Windows DC entries in DNS"
The script used in step 9 was "
https://gallery.technet.microsoft.com/scriptcenter/d31f091f-2642-4ede-9f97-0e1cc4d577f3
"
*Very thanks for all!*
Anderson Hoffmann do Carmo
MCP | MTA | MCDST | MCTS | MCSA | MS | MOS |
ITIL-F | ISFS | CLOUDF | CI-SCS | VCA-DCV |
2016-07-12 9:55 GMT-03:00 Anderson Hoffmann do Carmo <
anderson.hoffmann at gsurfnet.com>:
> I will test this
> Thanks ;-)
>
> Anderson Hoffmann do Carmo
> MCP | MTA | MCDST | MCTS | MCSA | MS | MOS |
> ITIL-F | ISFS | CLOUDF | CI-SCS | VCA-DCV |
>
>
&g...
2006 Sep 07
0
plot image matrix with row/col labels
I'm working with an historical image that may be (one of?) the first
uses of gray-scale shading to show the pattern of values in a
matrix/table, later used by Bertin in his 'reorderable matrix'
and sometimes called a scalogram.
The image is at
http://euclid.psych.yorku.ca/SCS/Gallery/images/Private/scalogram.jpg
The rows refer to the arrondisements of Paris, the cols to various
population characteristics.
I want to read it into R with rimage(read.jpeg), calcualte avg. shading
values,
and recreate an approximation to the image with the row and column
labels. I'm...
2003 Nov 01
4
Beginner: Homogenity of Variances
Hello,
for my meta-analysis I try to test if two varainces are equal without
using the raw scores. I have is the SD's, N's and the Means.
I want to test the variances from dependent and independend
samples.
I assume I can use the var.test procedure for the independent
samples, but what about the dependent samples ? Has anyone an
idea how to realise this with R ?
Thanks in advance
2004 Feb 20
3
problem with abline for x.y
...y")
attach(galton2)
y.x <- lm(parent ~ child)
abline(y.x, lwd=2)
x.y <- lm(child ~ parent)
abline(x.y, col="gray", lwd=2)
library(car)
data.ellipse(child, parent, plot.points=FALSE, levels=c(0.40, 0.68), lty=2)
The resulting figure may be seen at
http://euclid.psych.yorku.ca/SCS/Gallery/Private/galton.jpg
-Michael
--
Michael Friendly Email: friendly at yorku.ca
Professor, Psychology Dept.
York University Voice: 416 736-5115 x66249 Fax: 416 736-5814
4700 Keele Street http://www.math.yorku.ca/SCS/friendly.html
Toronto, ONT M3J 1P3 CANADA
2008 Oct 08
1
rgl_081.708: rgl.snapshot fails, causing persistent problems
...ng")
[1] "failed"
OK, I did :
remove.packages("rgl")
install.packages("rgl")
to get rgl_081 from CRAN
However, after that, snapshot works, but all rgl.text -- axis labels,
tick labels, plot
annotations, etc. do not appear.
E.g.: see
http://euclid.psych.yorku.ca/SCS/Gallery/Test/iris3d-bad.jpg
produced by:
library(rgl)
data(iris)
col <-c("blue", "green", "red")[iris$Species]
plot3d(iris[,1:3], type="s", size=0.4, col=col, cex=2, box=FALSE,
aspect="iso")
(There should be variable labels and tick labels for...
2010 Feb 01
2
hiding/protecting utility functions in .Rprofile
...d by ls(), or more importantly, saved if I save my
session variables/functions.
How can I do this?
--
Michael Friendly Email: friendly AT yorku DOT ca
Professor, Psychology Dept.
York University Voice: 416 736-5115 x66249 Fax: 416 736-5814
4700 Keele Street http://www.math.yorku.ca/SCS/friendly.html
Toronto, ONT M3J 1P3 CANADA
2004 Feb 18
3
ANOVA procedure on the sufficient statistics
Hi,
I have a two-way anova with unequal cell numbers that I want to analyze.
The problem is I don't have individual observations of the data.
I only have the sufficient statistics (mean, variance, # of observations) for each cell.
Is there any existing function in S-plus that would allow me to do aov() with the sufficient statistics?
The table is like
G1 G2 G3 G5 G6
T1
T2
T3
2002 Dec 11
3
Excluding levels in table and xtabs
...only way I can exclude them is by
t <- table(CPIC, Manix)
t <- t[-1,-1]
that's not to hard in this case, but my application is to a much
larger table where this gets unweildly.
--
Michael Friendly friendly at yorku.ca
York University http://www.math.yorku.ca/SCS/friendly.html
Psychology Department
4700 Keele Street Tel: (416) 736-5115 x66249
Toronto, Ontario, M3J 1P3 Fax: (416) 736-5814
2005 Nov 17
3
loess: choose span to minimize AIC?
...loess.aic(cars.lo))
$span
[1] 0.75
$aicc
[1] 6.93678
$aicc1
[1] 167.7267
$gcv
[1] 5.275487
>
--
Michael Friendly Email: friendly AT yorku DOT ca
Professor, Psychology Dept.
York University Voice: 416 736-5115 x66249 Fax: 416 736-5814
4700 Keele Street http://www.math.yorku.ca/SCS/friendly.html
Toronto, ONT M3J 1P3 CANADA