similar to: Compatibility problem Iramuteq / R : help !!!

Displaying 20 results from an estimated 200 matches similar to: "Compatibility problem Iramuteq / R : help !!!"

2018 Jan 16
0
Help
Hi I try ? Iramuteq ? and when I?ll like ? methode reinert ? I have this message Erreur R Loading required package: Matrix There were 50 or more warnings (use warnings() to see the first 50) There were 50 or more warnings (use warnings() to see the first 50) Error in Ntip + Nnode : non-numeric argument to binary operator Calls: plot.dendropr -> plot.phylo Execution halted 1 None Loading
2006 Nov 21
1
NEWBIE: Help explaining use of lm()?
I'm attempting the heruclean task of teaching myself Introductory Statistics and R at the same time. I'm working through Peter Dalgaard's Introductory Statistics with R, but don't understand why the answer to one of the exercises works. I'm hoping someone will have the patience to explain the answer to me, both in the statistics and R areas. Exercise 6.1 says: The zelazo data
2006 May 19
2
X100P not recognised on FreeBSD system
I've just received an OEM Wildcard X100P FXO card. Installing into my FreeBSD 5.4-RELEASE box it doesn't appear to be recognised at all. Since it's the first time I've put a PCI card in this machine I've just dropped a Netgear ethernet card in to make sure there isn't something fundamentally wrong with the motherboard, but that works fine. Is there anything else I
2008 Mar 24
1
Great difference for piecewise linear function between R and SAS
Dear Rusers, I am now using R and SAS to fit the piecewise linear functions, and what surprised me is that they have a great differrent result. See below. #R code--Knots for distance are 16.13 and 24, respectively, and Knots for y are -0.4357 and -0.3202 m.glm<-glm(mark~x+poly(elevation,2)+bs(distance,degree=1,knots=c(16.13,24)) +bs(y,degree=1,knots=c(-0.4357,-0.3202
2003 Jul 28
2
NForce2 + FreeBSD
Hello, Is this possible to install drivers for this hardware under FreeBSD, and begginig from which version? Motherboard Epox 8RDA3+ (NForce2) none0@pci0:0:1: class=0x050000 card=0x10001695 chip=0x01eb10de rev=0xc1 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce2 Memory Controller 1' class = memory subclass = RAM none1@pci0:0:2: class=0x050000
2008 Mar 24
0
What is the correct model formula for the results of piecewise linear function?
Dear friends, I used the B-spline (degree=1) method to fit the piecewise linear function and the results are listed below. m.glm<-glm(mark~x+poly(elevation,2)+bs(distance,degree=1,knots=c(16.13,24)) +bs(y,degree=1,knots=c(-0.4357,-0.3202 )),family=binomial(logit),data=point) summary(m.glm) Coefficients: Estimate Std.
2003 Apr 23
1
Compaq ML350 hangs very strange
Hello lists, I,ve compaq ML350 with 2 Xeon 2.4 GHZ and FreeBSD 5.0 RELEASE installed and working very fine about 4 mounts. The machine running GENERIC kernel samba and firebird database server with no problems until at begining of this week, in morning machine freezes with no responce iven in conconsole, no responce from network (pinging) no responce on console (key pressing) the only way to get
2004 Aug 06
1
liveice daemon ...
Yes... Something like the following in your rc.local or other startup file should do the trick. Modify the paths to suit your installation. /usr/local/icecast/bin/liveice -F /usr/local/icecast/bin/liveice.cfg >/dev/null 2>/dev/null & <p><p>>>> eric.gianquinto@easynet.be 4/4/02 4:04:40 AM >>> Hello all, Is there any possibility to execute liveice as a
2005 Jan 21
2
chi-Squared distribution
Dear Rs: outer(1:3, 1:3, function(df1, df2) qf(0.95, df1, df2)) I compare this F distribution results with the table, the answers were perfect. But I need to see for chi-sqaured distribution. When I employed the similar formula outer(1:3, 1:3, function(df1, df2) qchisq(0.95, df1, df2)) , I am getting unexpected results. I need to see the following values: p=0.750 ..... 1 1.323
2011 Nov 07
3
R in batch mode packages loading question
Hello, I use R in batch mode. Each time, I execute a script, R is loading each packages I need in my script. That's Ok But, I had to execute many scripts , and each time R is re-loading the corresponding packages, which take to much time Is it possible ask R to load the packages only once, and stay in memory in background for further scripts, which would avoid to load the packages in
2012 Jan 30
2
Help page of colors() : add a new example ?
Dear all, May I suggest to add an example in the help page of the colors() function ? The following code could be useful to easily choose any color from colors() : ## Millot G. (2011), p.71. ## Figure displaying all the 657 built-in color names of colors(). palette(colors()) tempo<-NULL for(i in 14:1){tempo<-c(tempo, rep(i,50))} windows(width=10) # replace by quartz(width=10) for MacOS and
2003 Oct 01
0
AC-97 problem between RELENG_4_8 and RELENG_4
Sorry if this is a known problem... I've been tracking RELENG_4 on my Toshiba laptop for a while now; a couple of months ago (not sure when) my sound stopped working. More specifically, when it gets to the pcm probe, the boot hangs. I dual-boot with WinXP and figured that somehow XP had hosed the hardware, so I wrote it off. Today, I made world with RELENG_4_8, and voila, my sound's
2008 Sep 30
1
wpi driver freeze on boot
I've got a HP dv8000 laptop. Setting up the wpi driver for wireless freezes the system on boot with the following error: wpi0 requested unsupported memory range wpi0: could not allocate memory resource It lists a pcbi device (pcbi4 i think) and an actual memory range, but since I have to reboot using kernel.old the /var/run/dmesg.boot is wiped with the info. Is there anyway to grab the
2000 Oct 04
1
openssh 2.2.0p1 and F-secure SSH ftp
Howdy, I'm sorry if this is a FAQ but I couldn't reach the openssh.com website so I can't check. Is it possible to use F-Secure SSH FTP 4.1 (client) with the openssh2.2.0p1 server? In the documentation I read that sftp is still on the todo list but "SecureFX (secure ftp)" is supported. Apparently this means there are different ways to do ftp with ssh? In that case which
2005 Jun 10
1
Question about .Rd syntax
Hello all, In one of my packages, I have the following warning with R-devel, but no problems with R 2.1.0, or R patched: ** checking Rd \usage sections ... WARNING Bad \usage lines found in documentation object 'guiStart': guiStart(gui = "\" Functions with \usage entries need to have the appropriate \alias entries, and all their arguments documented. The \usage entries
2013 Jan 18
1
ggplot zoomin
Dear All, I am plotting a graph in ggplot, I would like to magnify the values between 0-1 without losing data in the higher range. How can I do that? neither scale_y_continous nor coord_cartesian works. Thank you ?zg?l Universit? Libre de Bruxelles
2013 Feb 07
0
Help R.matlab
Dear useRs, This post relates to a similar problem ( https://stat.ethz.ch/pipermail/r-help/2010-August/250719.html) I am using R.matlab (R.matlab v1.6.3 (2013-01-17) to iterate matrix multiplication in matlab 2012Rb. Everything works fine except for some random iteration of my model the command getVariable would fail to bring matlab objects back to R. Could someone help me understand what's
2005 Nov 25
1
Plotting the diff. between two curves
Dear Rs I have two vectors A and B where A is V1 d 1 0.000100000 1.123278 2 0.002186431 1.120448 3 0.004351214 1.106661 4 0.006515998 1.107713 5 0.008680781 1.107667 6 0.013010348 1.106353 7 0.019504698 1.104077 8 0.034658181 1.103202 9 0.051976447 1.103200 10 0.073624280 1.094825 11 0.093085682 1.085123 12 0.095250465 1.087325 13 0.132051782 1.086158 14 0.168853098
2005 Nov 03
1
Help in expand.grid() (Restricted combination)
Dear Rs: BY having the following code: candidates<-expand.grid(e=c("nearest-neighbor","exaustive"), d=c(70,75,80,85,90,92,94,96,98,99), n=c(20,25,30,35,40)) results in : e d n 1 nearest-neighbor 70 20 2 exaustive 70 20 3 nearest-neighbor 75 20 4 exaustive 75 20 ................ 90 exaustive 90 40 91 nearest-neighbor 92 40 92 exaustive 92 40 93 nearest-neighbor 94 40 94
2010 Feb 02
1
Build a matrix from another matrix by specifying the indexes
Hello R specialists, I have a base vector called vBase with 102 elements. I have another vector vec1 which elements are only part of vBase but is shorter. I transform vec1 so I get a vector with the same size as vBase and with each common element on the same indexed row. If a value is missing in vec1 then I put a Na like this: vec1 vBase Amsterdam Amsterdam Na