由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - R问题:(比较着急)如何去掉leading and trailing blanks.
相关主题
SAS菜鸟请教substr有在做 Clinical Trail 的吗?
请问我们平时在SAS里头那种data叫什么format的data呀?What is the python trick to perform same task as COMPBL function in SAS?
Re: 请问神经网络如何用SAS实现?what is the QC/​​QA analyses in medical trails
[合集] a small question on SAS data importClinical Trail多块能上手?
帮忙看一道题弱问:一道BASE题,怎么也不明白
请教一个R question: 怎么读missing character datablank lines /sas/data step
关于SAS里TRUNCOVER一问two SAS macro questions
青椒$6. 和$char6. 在format or informat里面的区别lead statistician 90-120k (DE)
相关话题的讨论汇总
话题: blanks话题: trailing话题: leading话题: 去掉话题: 着急
进入Statistics版参与讨论
1 (共1页)
q**j
发帖数: 10612
1
google了一下。都是用gsub或者sub。看上去都是regular expression。有没有简单的
办法?R有没有现成的函数来干这个?多谢。
s*****n
发帖数: 2174
2
> library(gdata)
> trim(" abc ")
[1] "abc"
不过这个本质上也是调用sub.

【在 q**j 的大作中提到】
: google了一下。都是用gsub或者sub。看上去都是regular expression。有没有简单的
: 办法?R有没有现成的函数来干这个?多谢。

q**j
发帖数: 10612
3
nice. this is actually better. all those regular expressions make me dizzy.
A PIA when I have to debug and review codes.
but BTW how can I look at the code of trim()?
it seems that the author hided the code? why is that?

【在 s*****n 的大作中提到】
: > library(gdata)
: > trim(" abc ")
: [1] "abc"
: 不过这个本质上也是调用sub.

d*****s
发帖数: 1407
4
有sas的话用compress
1 (共1页)
进入Statistics版参与讨论
相关主题
lead statistician 90-120k (DE)帮忙看一道题
请问大家MASTER都有advisor吗请教一个R question: 怎么读missing character data
请教Base 70 中的一题 关于@关于SAS里TRUNCOVER一问
[SAS] using put with missing values青椒$6. 和$char6. 在format or informat里面的区别
SAS菜鸟请教substr有在做 Clinical Trail 的吗?
请问我们平时在SAS里头那种data叫什么format的data呀?What is the python trick to perform same task as COMPBL function in SAS?
Re: 请问神经网络如何用SAS实现?what is the QC/​​QA analyses in medical trails
[合集] a small question on SAS data importClinical Trail多块能上手?
相关话题的讨论汇总
话题: blanks话题: trailing话题: leading话题: 去掉话题: 着急