Displaying 20 results from an estimated 49 matches for "kristi".
Did you mean:
krista
2007 Sep 25
1
NFS issue
...96 Sep 15 23:13 .
drwxr-xr-x 24 root root 4096 Sep 22 17:45 ..
drwx------ 27 ainsley ainsley 4096 Sep 23 19:13 ainsley
drwx------ 31 Dan Dan 4096 Sep 24 21:42 Dan
drwx------ 27 darren darren 4096 Sep 23 18:17 darren
drwx------ 33 devin devin 4096 Sep 24 07:28 devin
drwx------ 22 kristi kristi 4096 Sep 24 21:35 kristi
drwx------ 21 landen landen 4096 Sep 24 21:14 landen
BUT when I look at the /mnt/home listing I see a completely different set of
permissions:
drwxr-xr-x 8 root root 4096 Sep 15 23:13 .
drwxr-xr-x 24 root root 4096 Sep 22 17:45 ..
drwx------ 27 dev...
2011 Nov 26
4
SPSS -> R
...help me translate the following SPSS code into R?:
GLM Total_tp1 Total_tp2 WITH Age Sex
/WSFACTOR=Time 2 Repeated
/METHOD=SSTYPE(3)
/CRITERIA=ALPHA(.05)
/WSDESIGN= Time
/DESIGN= Age Sex Age*Sex.
Also. can anyone recommend any resources to help SPSS users learn to things in R?
Thanks,
-kristi
[[alternative HTML version deleted]]
2012 Jun 28
3
would you give me your hand to standardize columns in a matrix?
...le "temp" and "oxy". I have more than 75 variables so that I need to apply 'loop'.
Could you help me to make a loop?
I wrote following but, it did not work.
for (i in 1:n(test)){
for (t in 1:T (test)) x.z[i] = (x[i,t] - mean(x(i,]/sd)x[i,])
}
Thanks for your help.
Kristi
[[alternative HTML version deleted]]
2012 May 10
6
averaging two tables (rows with columns)
...on EnviB
speciesX
speciesY
speciesZ
speciesXX
Average
Plot1
0.4
NA
Nodata
0.16
0.28
Plot2
NA
0.15
Nodata
NA
0.15
Plot3
NA
NA
Nodata
0.16
0.16
Plot4
0.4
NA
Nodata
NA
0.4
Would any one help me how I can calculate these?Thanks
Kristi Golver======
[[alternative HTML version deleted]]
2007 Jul 11
2
Previously saved workspace restored
...mo()' for some demos, 'help()' for on-line help, or'help.start()' for an HTML browser interface to help.Type 'q()' to quit R.
[Previously saved workspace restored]
but how can I see the data (table) which is saved (in R format) in R?,
i hope you will help me.
Kristi Glover
_________________________________________________________________
Explore the seven wonders of the world
BRE
[[alternative HTML version deleted]]
2012 Aug 04
2
how to assing unique ID in a table and do regression
...able) and en2 (independent variable); again regression of S and en3 , and so on.
After that, I wanted to have a table with r2 and p value.
would you help me how I can do it? I was trying it manually - but it took so much time. therefore I thought to write you for your help.
Thanks for your help.
Kristi
[[alternative HTML version deleted]]
2016 Apr 20
0
simulation in R
I realized that there was a typo error. I mean "Monte Carlo Simulation"
________________________________________
From: R-help <r-help-bounces at r-project.org> on behalf of Kristi Glover <kristi.glover at hotmail.com>
Sent: April 19, 2016 11:48 PM
To: R-help
Subject: [R] simulation in R
Hi R user,
Would you mind to help me to find the range with stochastic events? For example,
daT<-structure(list(sn = 1:14, growthrate = c(0.5, 0.6, 0.7, 0.99,
0.1, 0.3, 0.4, 0.5, 0...
2003 Jul 17
1
write_socket: Error writing 4 bytes to socket 5: ERRNO =Connection reset by peer
Hi Kristis,
Kristis Makris wrote on Friday, 18 July 2003 9:19 a.m.:
> [2003/07/17 12:16:06, 0] lib/util_sock.c:get_socket_addr(900)
> getpeername failed. Error was Transport endpoint is not connected
> [2003/07/17 12:16:06, 0] lib/util_sock.c:write_socket_data(388)
> write_socket_data: wri...
2012 Jun 13
3
How to plot linear, cubic and quadratic fitting curve in a figure?
...ear fitting curve, I can see the line originated from left to right (cover whole x axis). I could not plot the line only within the data set.
Would any one help me to figure it? I think it is not difficult but for me- it is really taking time.
Thanks and waiting for your suggestions
sincerely,
Kristi Glover
[[alternative HTML version deleted]]
2012 May 10
2
Combine two tables by row with different columns
...e with following example tables?
> T1
X Y Z XX
A 1 5 9 13
B 2 6 10 14
C 3 7 11 15
D 4 8 12 16
> T2
X Y XX
a 1 4 7
b 2 5 8
c 3 6 9
I want to get the following table
cT
X Y XX
A 1 5 13
B 2 6 14
C 3 7 15
D 4 8 16
A1 1 4 7
B1 2 5 8
C1 3 6 9
Thanks for your help.
Thanks,
Kristi
===
[[alternative HTML version deleted]]
2012 Apr 29
1
r2 and p value dispaly in table
...lt;- lapply(ind.list, lm, formula=condition~day)
ldply(lms, function(x) x$coefficients)
here I can display coefficients, here I need to write code for r2.squared
I tried with following script
summary(ldply(lms, function(x) )$r.squared, $p value)
but it did not work.
can any one help me?
thanks
Kristi
[[alternative HTML version deleted]]
2016 Apr 20
2
simulation in R
Hi R user,
Would you mind to help me to find the range with stochastic events? For example,
daT<-structure(list(sn = 1:14, growthrate = c(0.5, 0.6, 0.7, 0.99,
0.1, 0.3, 0.4, 0.5, 0.5, 0.2, 0.1, 0.4, 0.3, 0.43)), .Names = c("sn",
"growthrate"), class = "data.frame", row.names = c(NA, -14L))
I want to find the ranges of growth rate of the above data using Mote
2009 Dec 04
1
smbtorture config issue?
Hello,
I'm trying to run smbtorture against another system. I have installed
version 4.0.0alpha9 locally. The remote system is registered with ADS
as:
distinguishedName: CN=bl-uits-cictest,CN=Computers,DC=ads,DC=iu,DC=edu
name: bl-uits-cictest
dNSHostName: bl-uits-cictest.ads.iu.edu
servicePrincipalName: HOST/bl-uits-cictest.ads.iu.edu
servicePrincipalName: HOST/BL-UITS-CICTEST
The
2010 Sep 22
1
Changing group membership doesn't grant access when expected
...ss by adding/removing users
from the OS group.
For example,
There's a unix group "mgmt_files". We add users to the group with "usermod
-a -G mgmt_files username".
Here's the folder permissions from "ls -ld":
ls -ld /srv/server/mgnt
drwxrwsr-x 7 kristie mgmt_files 4096 2010-08-09 15:07 /srv/server/mgnt
Now this mostly works fine except when we add a new user to the OS group
mgmt_files, the new users do not get write access to the folder pointed to
by the "mgnt" share (or /srv/server/mgnt) until the user logs off Winxp and
logs ba...
2016 Aug 29
2
No network using qemu-kvm-ev-2.3.0-31.el7.16.1
Hello, this could be issue with firewall or netfilter on bridge
S pozdravem Kristi?n Feldsam
Tel.: +420 773 303 353
E-mail.: admin at feldhost.cz
www.feldhost.cz - FeldHost poskytuje kvalitn? hostingov? a serverov? slu?by za p??znivou cenu.
FELDSAM s.r.o.
V rohu 434/3
Praha 4 ? Libu?, PS? 142 00
I?: 290 60 958, DI?: CZ290 60 958
C 200350 veden? u M?stsk?ho soudu v Praze
Banka:...
2013 Apr 24
2
How to make a raster image in R from my own data set
..., dependencies=TRUE)
library(pastecs)
pts<-read.table.url("https://www.betydb.org//miscanthusyield.csv", header=T, sep=",")
proj4string(pts)=<- CRS("+proj=longlat +datum=WGS84")
#---------------------------------------------------------------------------
Cheers,
Kristi
[[alternative HTML version deleted]]
2013 Apr 13
1
how can I convert a result (text) in table format in R?
...luate(model, p=pvtest, a=avtest)
> e2
class : ModelEvaluation
n presences : 10
n absences : 1000
AUC : 0.9952
cor : 0.6453986
max TPR+TNR at : 0.4496625
I wanted to put the e2 into table. How can I change the text (e2 results) in table format?
Thanks
Kristi
[[alternative HTML version deleted]]
2012 May 14
2
package ‘adehabitat’ is not available (for R version 2.15.0) on Mac OS X
Hi R- User,I tried to load package adehabitat for R version 2.15.0. But, I got error. even I download and save in local drive and tried to install from the local file. but still i got the following errors
install.packages("adehabitat", repos='C:/adehabitat_1.8.10.tgz')
package ‘adehabitat’ is not available (for R version 2.15.0)
> install.packages("adehabitat",
2016 Aug 30
0
No network using qemu-kvm-ev-2.3.0-31.el7.16.1
Nop. Problem was with systemd-networkd. Using openvswitch of ifcfg-XXX config files, all works ok without problems.
On Mon 29.Aug'16 at 17:02:03 +0200, Kristi?n Feldsam wrote:
> Hello, this could be issue with firewall or netfilter on bridge
>
> S pozdravem Kristi?n Feldsam
> Tel.: +420 773 303 353
> E-mail.: admin at feldhost.cz
>
> www.feldhost.cz - FeldHost poskytuje kvalitn? hostingov? a serverov? slu?by za p??znivou cenu.
>...
2003 Sep 29
0
Openssh-3.7.1p2 install on HP-UX 11i not working
...lem. btw, the same errors occur
with the OpenSource distribution. The errors also occur if I turn pam
off. We are running gcc v3.2.1.
Any idea of what is wrong? Any enlightenment would be appreciated! I am
not a member of this list, please reply directly to me. I will post the
solution.
Thanks...Kristi Keith
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kristi Keith 858-455-3939
General Atomics, Fusion User Services 858-455-4515 FAX
San Diego, CA
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~