all the data in just fine except points like `055E` or `020E`. In
these cases, the E is stripped so I get just 055 or 020.
You need to read the ?read.table help. as.is and text don't do anything
like what you want.
The argument you need to use is colClasses. I think you want to set it
t
On 08/10/2014 5:53 AM, H. Dieter Wilhelm wrote:
Duncan Murdoch writes:
> On 07/10/2014 2:45 AM, H. Dieter Wilhelm wrote:
>> Hello (),
>>
>> I'd like to do the following
>>
>> a <- 3
>> f1 <- function (x){
>> a*x^2
>> }
>>
&g
C_BinCount.
You could fix this by prefixing C_BinCount as graphics:::C_BinCount, but
that's internal code that might change in future releases.
Duncan Murdoch
>
> [[alternative HTML version deleted]]
>
> __
> R-help@r-pr
used for that?
No, I don't think so. ?setHook defines user hooks, but they are set
separately by package, not generally. You could change the
loadNamespace function if you want, but it won't work for other users.
Duncan Murdoch
__
R-hel
result in out of sync with the Sun.
R Core is powerful, but I doubt if we could reform the calendar in this
way.
And I'd be against it in any case: I like to swim on my summer
vacations, but if August slipped into the winter, the lakes around here
would be frozen.
Duncan Murdoch
__
ecial about downloading R, but I don't know if
that OS can run it. I think you'll have to ask Microsoft.
Duncan Murdoch
>
> Ivania Andrade
>
> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mai
gt;
> How can this be done in R?
>
> Any help will be appreciated
Convert your string to a POSIXlt object using as.POSIXlt. Then you can
extract year, month and weekday from the result, and go from there.
(The only unobvious part is figuring out how many days are in each
month, but there are
On 10/10/2014 8:10 AM, Abhinaba Roy wrote:
Hi Duncan,
I have converted the string to a POSIXIt object using
> strptime('31-may-2014',format="%d-%b-%Y")
But could not figure out the way forward.
Could you please elaborate a bit?
Try this:
?POSIXlt
Duncan Murdoch
ue, "w<-0 & w<-100" is not a sensible thing to do.
> #print (w);
> for (i in 1:length(Wb30$Rainfall)){
> for (j in 1:length(Wb30$Evaporation)){
> }
> }
Those loops do nothing.
> wb<-Wb30$Water_Balance[w] + Wb30$Rainfall[i+1]-Wb30$Evaporation[j+1]
Those
zoo")).
Use as.numeric() to convert to plain numbers, e.g.
as.numeric(XAUUSD$XAU.USD[1,1])
Duncan Murdoch
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/pos
his problem, or it can't
> be solved in R, because 1.340 will always be transformed autolly to 1.34?
>
No, there's no way to do what you want unless you put quotes around the
number. R parses 1.345 and 1.3450 as exactly the same thing, whereas
"1.345
n link, you'll see something like this:
http://127.0.0.1:16447/library/traj/doc/index.html
That link gives a blank page. If you manually take away the index.html
part and give this:
http://127.0.0.1:16447/library/traj/doc
it works fine. I'll take a look into this.
Duncan Murdoch
ll recommend changing your document to a
vignette. They get a display with a title, unlike unknown files in
inst/doc.
Duncan Murdoch
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://
ils,
> please see http://en.wikipedia.org/wiki/Feature_hashing
The "digest" package implements several different hash functions. You
could use the hash values as names in an environment to index arbitrary
objects associated with the values.
Duncan Murdoch
e to
search package help pages. (That one doesn't find anything relevant for
"Quantile Autoregression".)
Duncan Murdoch
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guid
creating R, please cite it
when using it for data analysis. See also ‘citation("pkgname")’ for
citing R packages.
Duncan Murdoch
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the postin
om your workspace, or even
better, delete the whole saved workspace).
Duncan Murdoch
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
he email
> list.
>
> *XM File *
>
>
>
>
> xmlns="urn:tibco:spotfire.dxp.automation.tasks">
> Open Analysis from Library
> /Z- Archive - TO BE
> purged/ConditionEmailTest
>
>
Shouldn't you be contacting
,"C"))
c("A", "B", "C") can't be repeated a whole number of times to extend to
length 26, so it is repeated 8 2/3 times, and you get a warning.
[1] 1 2 3
Warning message:
In LETTERS == c("A", "B", "C") :
longer objec
> (as ‘lib’ is unspecified)
> Warning in install.packages :
> package ‘sweave’ is not available (for R version 3.0.2)
>
> I tryied to download it's zip file but not get it.
>
> Anyone help me on how I can do it. Thanks
As far as I know, there is no "sweave" pac
gt;
>
>
> I looked at contour plot but it needs a shorted values of parameters and a
> matrix of likelihood values. Is there any way to get the plot? or how can I
> change my likelihood values to a matrix for the function "contour"?
The interp() function in the akima package sh
ot;underline_titles" option (see ?Rd2txt_options) to FALSE if you don't
want it.
Duncan Murdoch
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
On 13/11/2014, 8:16 PM, Rolf Turner wrote:
> On 14/11/14 13:59, Duncan Murdoch wrote:
>> On 13/11/2014, 2:51 PM, Zheng Da wrote:
>>> Hello,
>>>
>>> I'm trying to generate plain text from the .Rd files. I run "R CMD
>>> Rd2txt xx.Rd -o xx.tx
t;less" command in Unix-alikes generally supports it for display.
Duncan Murdoch
> ---
> Jeff NewmillerThe . . Go Live...
> DCN:
gether a simpler example, e.g. two triangles, and see if that
works. Then build up from there.
Duncan Murdoch
Thanks,
Allie
The code, where rows 2,3,4 are one triangle, 5,6,7 the next, etc
(apologies - don't know how to serialize a dataframe to make it easy to
suck into one's en
On 14/11/2014 8:21 AM, Jeff Newmiller wrote:
Sorry.. typo...
file.copy(file.path(fromFolder,list.of.files), toFolder)
Or construct the list of files containing full paths. See ?list.files.
Duncan Murdoch
---
Jeff
hould have paid a license fee. But you are asking us to help you for
free. You should have a Spotfire license, and you should be asking
Tibco for help to work with it.
Duncan Murdoch
Thanks in advance.
Regards
Chidambaram
On Nov 8, 2014 1:10 PM, "Chidambaram Selvakumar"
all(). But this is hard to
read and easy to get wrong, so I recommend Jeff's simple solution.
Duncan Murdoch
>
> ---
> Jeff NewmillerThe .
if it ties you to a particular implementation of
foobar it might not be.
For example, I'd rather read "cex.axis is the character size on the
axis", rather than "args_axis is a named list of arguments to pass to
the axis function".
Duncan Murdoch
> foobar <- fu
n function, e.g.
nonunique <- function(x) duplicated(x) | duplicated(x, fromLast=TRUE)
?
Something I've wanted more than once is a variation on duplicated that
returns the index of the duplicated element, so for example
dupindex(c(7,7,7,2,3,2))
would return
0 1 1 0 0 4
or possibly
1
On 18/11/2014 11:22 AM, John Laing wrote:
That seems straightforward enough:
> x <- c(7, 7, 7, 2, 3, 2)
> match(x, x)
[1] 1 1 1 4 5 4
> ifelse(duplicated(x), match(x, x), 0)
[1] 0 1 1 0 0 4
Nice solution! Thanks.
Duncan Murdoch
On Tue, Nov 18, 2014 at 10:40 AM, Duncan Murdoch
cated to it. R should be perfectly happy
working with the TexLive you already have.
Duncan Murdoch
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting
the
book will eventually show up. (To do that, take a look at the Bibtex
.bib file, available at http://www.r-project.org/doc/bib/R.bib, and put
together additions in a consistent format. If it is not obvious why
your book should be included, explain why.)
Duncan Murdoch
any hope of getting such a change to be adopted
> before I spent more time on it. Feedback and comments welcome.
You're sending that to the wrong place. The R website is
www.r-project.org; cran.r-project.org is the CRAN website. You'll need
to discuss that one with CRAN.
Duncan Murd
teps to undergo or where can I check to perform that
> successfully?
>
Sorry, but your constraint (no package building) is irrational. By
*far* the easiest way to do this is to write a package.
Duncan Murdoch
>
>
> Thanks in advance,
>
> My best regards,
>
certain rows of the table. See the last example in
?tabular. (It's possible to do logical indexing, but a little harder.
I think the vignette has an example of this...)
You can use latex() on the results, and display them in a knitr document.
Duncan Murdoch
tabular(Meas
ider writing to the submission email address, but I wouldn't
do it sooner than that.
Duncan Murdoch
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/po
pretty bad tradeoff to me.
Why don't you complain to Google about Gmail?
Duncan Murdoch
>
> So I see three possibilities: leave as it is now, switch precedence to
> "bulk" if it doesn't interfere on list behavior and have at least a
> small unsubscribe button on so
ber of "Depends" entries.
Each of those potentially causes a change to the user's search list, and
may break something.
It's much better to use "Imports" instead, because that makes the other
packages available to you, but doesn't put them in the search list
the original
form, and then think about how you want to present it, and write a
function that displays the result, with nice formatting, etc. That
probably won't happen in the R console, you should be using Sweave or
knitr or some other package for presentation of the results.
Dunca
-forge. It has some bug fixes, but it will still be a few
days or weeks before it makes it to CRAN. If you still don't get what
you want, then please put together a simple example and send it to me,
explaining what you want, and what you see, and I'll try to fix it i
the top of the message. I don't care if
you add an extra line at the bottom (even if you YELL), but I often
browse in a fairly small window, and I'd like to see what's at the top.
Duncan Murdoch
Martin
> And then continue on for each R message. Because top-posting
ix" is
sometimes used: see the Details section in the help page.
For order(), the method is undocumented and not under your control. Use
sort.list() if you need the control. Read the source if you want to
know the current implementation (but being undocumented, it might change
without notice
#x27;ll
install the CRAN version of foo even if you already have a newer one
from github.
Duncan Murdoch
>
> Hadley
>
> On Tue, Aug 18, 2015 at 8:14 AM, John Kane wrote:
>> Hi Michal,
>>
>> Because RStudio seems to use its own method of updating you might be b
2, len=50)
y <- seq(-2, 2, len=50)
z <- outer(x,y,f)
persp3d(x,y,z, col="red",alpha=0.5)
lines <- contourLines(x, y, z)
for (i in seq_along(lines)) {
x <- lines[[i]]$x
y <- lines[[i]]$y
z <- rep(lines[[i]]$level, length(x))
lines3d(x, y, z)
}
Duncan Murdoch
--
ssible?
Sure, just enter it as
```
x = 1;
for (var i=0; i<2; i++)
```
You won't get syntax highlighting; if you want that, you'll need to
create a "Javascript engine"; see ?knitr::knit_engines, or use a
different one (the "coffee" engine is probably fine):
```{coffee
you only get one size per call to points3d.
Duncan Murdoch
>
> function (vectors, Div = 40, Layers = 3, DrawAxes = FALSE)
> {
> open3d(windowRect = c(100, 100, 800, 800))
> bg3d("white")
> Cx = vectors[, 1]
> Cy = vectors[, 2]
> Cz = v
make sense to call dev.off() after the plot() command,
because the user might be planning to add something to it. You need to
tell R that you are done, and that's what dev.off() is for.
You can call it automatically in a function by using
on.exit(dev.off())
and it should happen automatically
raphics should work, and it's
not compatible with standard R graphics. However, it would be pretty
easy to get this to work with a grid graphics based systems (e.g.
ggplot2, lattice) since they don't draw anything until you print the
object: you'd just need to override the print met
; How do I determine W, the positive definite matrix. The matrix provided in
> the documentation doesnot help.
Your question doesn't make sense. You want to compute the density of a
Wishart distribution. That's a distribution of matrices. So you just
put in the matrix at which
On 03/09/2015 12:41 PM, Anamika Chaudhuri wrote:
> I put in the matrix at which I want the density as S. I was wondering
> what is W then?
You need to read the help page. The matrix at which you want the
density is W. S is a parameter of the distribution.
Duncan Murdoch
>
> Than
s vs g you see a huge effect. You aren't
testing whether the y's are equal, you are testing whether the triplets
depend on g, and they do.
Duncan Murdoch
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.et
On 09/09/2015 8:11 AM, varun yadav wrote:
Hi,
I am working on Predictive analytics assignment
This list isn't for help with homework. You should ask your instructor
for help.
Duncan Murdoch
__
R-help@r-project.org mailing list -- To UNSUBS
e's also an example of a "self-starting" logistic regression model
in ?selfStart.
Duncan Murdoch
>
> Thanks!
>
> Jianling
>
>
> On 9 September 2015 at 10:16, Bert Gunter wrote:
>> Jianling:
>>
>> 1. What models are you trying to fit? Details
On 09/09/2015 3:48 PM, Jeff Newmiller wrote:
> Matrices and data frames are write different. For this you most likely want
> to use days frames.
...
> Sent from my phone. Please excuse my brevity.
... and your auto-correct. ;-)
Duncan Murdoch
___
r most purposes, they
aren't. If you really want to keep the ordering, then table() does the
counting you want, it just returns it in an ugly format.
Duncan Murdoch
>
> So for a dataset:
>
> V1, V2, V3
> 1, 2, 1
> 1, 3, 2
> 1, 2, 1
> 1, 1, 1
>
> The output would
ot;c", trend = "ct")[type]
type2 <- switch(type, none = "nc", drift = "c", trend = "ct")
Duncan Murdoch
I am wondering if there's a concise way to write a mapping from type to
type2, especially when the number of categories is high. T
ove subjects with other than 3 observed times. (It doesn't take
NA into account; if you need to do that, you'll need to make that
function(sub) more complicated. "sub" will be a dataframe containing
data for just one subject.)
The "do.call(rbind" puts the list output fr
x[grep("^q10.+1", x)]
>
> # Which strings start with "q10" AND end with a "_1"? - DOES NOT WORK
> x[grep("^q10.+\\_1$", x)]
Your verbal description doesn't match your regexp, and you didn't show
us your output, so how can we tell wheth
nterpreted "works" and "does not work" to be saying that R's
regexp matching was working or not.
I think you've got your answers from others now...
Duncan Murdoch
> Thank you!
>
> On Thu, Sep 17, 2015 at 5:42 PM, Duncan Murdoch
> wrote:
>>
ght on this one, in that it is a user-interface issue. People can
implement front-ends to R that do just about anything, but those
aren't part of R.
Duncan Murdoch
> The calculation engine of Excel admittedly has some weak points.
>
> That is the reason why I wrote RExcel whi
d do is ask your IT service for details of what the
problem is, and ask them to confirm it's real. If so, please let us
know the details. If not, then I can't see how we can help.
Duncan Murdoch
__
R-help@r-project.org mailing list -- To UNSU
ve been promoted so far beyond their
competence that they'll buy anything if it is expensive enough.
This isn't uncommon.
Duncan Murdoch
>
> Similarly to John Kane, I think it is necessary to know exactly what sources
> the text is claimed to be plagiarized from and/or what pa
t; -- I still want the first, third, etc columns to become numeric. There can
> be more than
> one variable like this, and not always in the second position.
No, because the bloody quotes are part of the "csv standard". They
aren't meaningful.
If you don't know what th
> strings are necessarily text.
It specifically does not. Quotes allow commas and spaces to be ignored
as column separators. That's all. They say nothing about the type of data.
Duncan Murdoch
>
> I think we have been here before, and found that even if we decide that it is
>
t so easy to
>> replace it with something else.
>
> IMHO this is a bug in read.csv().
No, it's a bug in "Rolf Turner", who believes in fairies at the end of
his garden, rather than in documentation for file formats.
Duncan Murdoch
>
> A possible workaround:
>
efined in knitr, which I have installed and it has pandoc() function
> defined.
The error is talking about the non-R software package called pandoc,
which the pandoc() function makes use of. Pandoc the package does the
heavy lifting, converting the Markdown into HTML, for example.
Duncan Murdoc
could use
clip(min(x), max(x), min(y2), 0.3)
before the call to lines() to get what you want.
See the example in the help page for how to restore the full region.
Duncan Murdoch
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
eal case I got an
> error of a missing line.]
See the "comment.char" argument to read.table. By default the "#"
character marks a comment, as in R code.
Duncan Murdoch
>
> I can recreate this file as follows:
> sample <- c(rep("p.001", 48)
miliar with the others.
Duncan Murdoch
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented
our code so that there's no chance
> of fumble-fingering) I get:
>
>> Error in as.Date.numeric(1:7) : 'origin' must be supplied
>
> Why do these things always happen to *me*???
The zoo package replaces as.Date.numeric() with a function that assumes
an origin of &q
ys it is in the
VGAM, lmomco, reliaR, etc. packages. Pick one of those, e.g. VGAM,
which calls the quantile function "qrayleigh". Then if you have a
sample x and want to compare to Rayleigh with scale 1, you do
library(VGAM)
qqplot(qrayleigh(ppoints(length(x))), x
ing the rgl.lines and
rgl.quads calls that scatter3d uses; you're better off with lines3d and
quads3d.
If you don't include any points, you'll need to specify the range of the
axes explicitly --- use the xlim, ylim and zlim arguments to decorate3d
to do that.
Duncan Murdoch
>
nce: I
> do not ret the rownames in my table as labels for the bars
>
> So what am I missing?
Your data is a dataframe, VADeaths is a matrix. For some dim
historical reason, pulling a column from a matrix keeps the row names,
but pulling a column from a dataframe doesn't.
You'l
runs a service hosting
Shiny applications; it's free for small demos, but you would pay for
heavier use.
Duncan Murdoch
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do r
value.
If you wanted the null hypothesis to be true, you'd need to choose a
success probability p somehow, then set y1 <- rbinom(500, size=100, prob
= p). The random uniform has a far larger variance, and that leads to a
larger deviance in gam, hence significance
in the first place.
The range of your loop is 1:m-1, where m is 4. That is
> m <- 4
> 1:m-1
[1] 0 1 2 3
and x[0] is length 0.
I think you wanted 1:(m-1) (or even better, seq_len(m-1)) for your loop
values.
Duncan Murdoch
>
> Thanks for helping.
>
> Maram
>
>
the location you downloaded from has a damaged copy.
Duncan Murdoch
>> https://cran.r-project.org/bin/windows/base/rw-FAQ.html
>>
>> 2.19 The Internet download functions fail.
>>
>
> Best regards
>
> Philippe Dessen
> IGR, Villejuif, France
>
;)),xlab="Model",ylab="station",zlab="Error" )
>
> You could see that the color of plotted points are varying with respect to
> values on third column. I want them to vary W.r.t the 2nd column, while
> keeping fer[,1] on x-axis, fer[,2] on y-axis and fer
hods’ in the ‘Writing R
> Extensions’ manual.
> Which plot argument is illegitimate or missing and how to eliminate the
> warning?
The first argument to plot.func needs to be called "x" if you want to
use it as a method. Method signatures need to be consistent with the
generic sig
= "title", # can't skip the arg name
col, arg5,
...) { # can't skip the dots
Duncan Murdoch
>
> Regards,
>
> On Monday, October 19, 2015 7:45 PM, Duncan Murdoch
> wrote:
>
>
> On 19/10/2015 1:29
On 20/10/2015 6:58 AM, Andy Yuan wrote:
> Hello
>
> Please could you help me to select the most appropriate/fastest function to
> use for the following constraint optimisation issue?
Just project S into the space orthogonal to B, i.e. compute the
residuals when you regress S on B (with no inter
urses.
In the first case, "parent.frame()" is only a default value, so
recursion happens properly. If you change the first line in the body to
these two lines
if (missing(env))
env <- parent.frame()
it would be equivalent.
Duncan Murdoch
? if 'Yes' then how can I do
> fix it ? Please help.
You've written to the wrong place. You need to write to one of the
RStudio support forums at support.rstudio.com.
Duncan Murdoch
__
R-help@r-project.org mailing list -- T
() in the arguments list, or in the function body.
You seem to have ignored my explanation.
Duncan Murdoch
Am 22.10.2015 um 19:05 schrieb Duncan Murdoch
mailto:murdoch.dun...@gmail.com>>:
On 22/10/2015 10:20 AM,david.kaeth...@gmail.com
<mailto:david.kaeth...@gmail.com>wrote:
Hello,
ere the environment really
matters, and this substitution would cause the function to return
nonsense. Or if the user's f1 makes use of other global variables that
happen to have the same name as other locals in f3, nonsense again.
Duncan Murdoch
>
> An obvious but cumbersome way would
obably multiple JSON objects without proper separators;
you need to do the separating yourself.
BTW, your attachment failed; only some file types are allowed. You
should probably put the file online somewhere and post the URL.
Duncan Murdoch
__
a text editor to create "proper" EOF
> doesn't help.
The problem is that you have valid-looking JSON objects on each odd
numbered line, separated by single blank lines. The parser expects an
EOF at the end of the first object, but instead it found a blank line
and ano
"pounds divided by
one thousand".
The problem is that English is ambiguous. In many, many ways. We
should rewrite all the help files in Loglan.
Duncan Murdoch
> If in the unlikely event that the documentation for some data set said
> "Weight (gm/1000)", I'm
data$variable3 <- ifelse(data$variable1 > data$variable2), data$variable1,
> data$variable2)
>
> Both didn't work.
>
> I am not sure if my post is at all understandable (this is my first time
> posting on R-help), but I am really hoping for some advice!
This is
k for your
class, you should ask your instructor for help.
>
> compute.hr <- function(pid){d <- subset(Batting.60, playerID==pid)
> sum(d$HR)}
That works for me.
Duncan Murdoch
>
> Every time I try this, it says there's an unexpected symbol. Any id
trying to represent "divided by".
The only valid argument I've heard so far is that we should use what the
cited paper used. That was "1000 lbs", so I'll change it.
Duncan Murdoch
>
> Accordingly, "lb/1000" is to be read "pounds per 1000" w
aspect...
Her syntax was incorrect in the original posting, that's all.
Duncan Murdoch
-pd
On 26 Oct 2015, at 13:02 , Erich Neuwirth wrote:
> data <- within(data,variable3=pmax(variable1,variable2))
> also should work if your variables are numeric.
>
> using dplyr and ma
be your first place to go.
If you post here and get an argument about whether your suggestion is
correct (as in this case), then you shouldn't post it as a bug report.
This is the place for arguments, the bug list is *not*.
Duncan Murdoch
Thanks.
--Ming
On Sun, Oct 25, 201
ns, is there a way to display
> them as fractions of integers rather than
> decimal expressions?
See the fractions() function in the MASS package.
Duncan Murdoch
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat
rgl itself has no support for getting input from anything other than the
mouse and keyboard.
Duncan Murdoch
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guid
;
> In general, would it be possible to manipulate the plot, say for
> example, with a standard joystick? Is there something "deeper" in the
> code that I could look towards to make this possible? Or any other
> library that might support something like this?
I've alread
ce
> 435 797 1363 - fax
> david.stev...@usu.edu
>
>
> On 10/19/2015 2:32 PM, carol white via R-help wrote:
>> In effect, this works
>> but whether I use x or x.init, y or y.init in plot.func, I get
>>
>> no visible binding for global variable ‘x.init’no visible
On 29/10/2015 6:38 PM, Marco Inacio wrote:
> Is there a function in R to get the set of all unit vectors which are
> orthogonal to a given vector?
No.
Duncan Murdoch
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
;sex"es: Male, Female, and Indeterminate,
> for each of which there is a potential assoctiation with type of crime.
> With most analyses, however, a category of "NA" would be ignored
> (at least by R).
That claim is nonsense. R never ignores *anything* unless the analyst
tell
601 - 700 of 5563 matches
Mail list logo